Home
last modified time | relevance | path

Searched defs:is_floating_point_v (Results 1 – 4 of 4) sorted by relevance

/external/cronet/tot/third_party/llvm-libc/src/src/__support/CPP/type_traits/
Dis_floating_point.h42 LIBC_INLINE_VAR constexpr bool is_floating_point_v = variable
/external/cronet/stable/third_party/llvm-libc/src/src/__support/CPP/type_traits/
Dis_floating_point.h42 LIBC_INLINE_VAR constexpr bool is_floating_point_v = variable
/external/llvm-libc/src/__support/CPP/type_traits/
Dis_floating_point.h42 LIBC_INLINE_VAR constexpr bool is_floating_point_v = variable
/external/pytorch/aten/src/ATen/cpu/vec/
Dvec_base.h90 constexpr bool is_floating_point_v = is_floating_point<T>::value; variable