Searched defs:__is_float128 (Results 1 – 1 of 1) sorted by relevance
12 template <typename> struct __is_float128 { static constexpr bool value = false; }; struct13 template <> struct __is_float128<__float128> { static constexpr bool value = true; }; struct