Searched refs:has_denorm (Results 1 – 7 of 7) sorted by relevance
20 static_assert(std::numeric_limits<T>::has_denorm == expected, "has_denorm test 1"); in test()21 static_assert(std::numeric_limits<const T>::has_denorm == expected, "has_denorm test 2"); in test()22 static_assert(std::numeric_limits<volatile T>::has_denorm == expected, "has_denorm test 3"); in test()23 … static_assert(std::numeric_limits<const volatile T>::has_denorm == expected, "has_denorm test 4"); in test()
59 test(std::numeric_limits<type>::has_denorm); \
47 static constexpr float_denorm_style has_denorm = denorm_absent;169 static _LIBCPP_CONSTEXPR const float_denorm_style has_denorm = denorm_absent;229 static _LIBCPP_CONSTEXPR const float_denorm_style has_denorm = denorm_absent;281 static _LIBCPP_CONSTEXPR const float_denorm_style has_denorm = denorm_absent;327 static _LIBCPP_CONSTEXPR const float_denorm_style has_denorm = denorm_present;373 static _LIBCPP_CONSTEXPR const float_denorm_style has_denorm = denorm_present;419 static _LIBCPP_CONSTEXPR const float_denorm_style has_denorm = denorm_present;469 static _LIBCPP_CONSTEXPR const float_denorm_style has_denorm = __base::has_denorm;516 _LIBCPP_CONSTEXPR const float_denorm_style numeric_limits<_Tp>::has_denorm;562 static _LIBCPP_CONSTEXPR const float_denorm_style has_denorm = __base::has_denorm;[all …]
280 Limits::has_denorm != std::denorm_absent, in nativeFormat()283 ((Limits::has_denorm == std::denorm_present) ? YES : in nativeFormat()284 (Limits::has_denorm == std::denorm_absent) ? NO : in nativeFormat()
83 static const float_denorm_style has_denorm = denorm_present; variable
63 static_assert(std::numeric_limits<A>::has_denorm == std::denorm_absent, in main()
2981 static const float_denorm_style has_denorm = denorm_absent;