Searched defs:is_floating_point_v (Results 1 – 2 of 2) 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