Searched defs:is_floating_point_v (Results 1 – 4 of 4) sorted by relevance
42 LIBC_INLINE_VAR constexpr bool is_floating_point_v = variable
90 constexpr bool is_floating_point_v = is_floating_point<T>::value; variable