Home
last modified time | relevance | path

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

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