Home
last modified time | relevance | path

Searched defs:identity_element (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/type_traits/
Didentity_element.hpp15 template <class Type> struct identity_element struct
18 Type operator()()const { return value(); } in operator ()()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/
Dgregorian.hpp53 struct identity_element<boost::gregorian::date_duration> struct
55 static boost::gregorian::date_duration value() in value()
Dfunctors.hpp26 … inline static Type identity_element() { return boost::icl::identity_element<Type>::value(); } in identity_element() function
35 inline static Type identity_element() { return boost::icl::unit_element<Type>::value(); } in identity_element() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A Dblock_reduce.cuh124 BlockReduce(T val, const ReduceOp& op, const T& identity_element, T* shared) { in BlockReduce()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/concept_check/test/
Dstl_concept_covering.cpp146 identity_element in identity_element() function