Home
last modified time | relevance | path

Searched defs:abs_impl (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/ratio/include/boost/ratio/mpl/
Dabs.hpp20 struct abs_impl< rational_c_tag > struct
22 template< typename R > struct apply
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/ratio/include/boost/ratio/detail/mpl/
Dabs.hpp74 struct abs_impl<integral_c_tag> struct
77 template< typename N > struct apply
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DMath.h1228 inline T abs_impl(T v) { in abs_impl() function
1233 C10_UNUSED inline uint8_t abs_impl(uint8_t v) { in abs_impl() function