Searched refs:__is_float128 (Results 1 – 1 of 1) sorted by relevance
11 template <typename> struct __is_float128 { static constexpr bool value = false; }; struct12 template <> struct __is_float128<__float128> { static constexpr bool value = true; }; struct13 static_assert(__is_float128<__ieee128>::value, "__ieee128 aliases to __float128");