Searched refs:has_denorm_loss (Results 1 – 5 of 5) sorted by relevance
20 static_assert(std::numeric_limits<T>::has_denorm_loss == expected, "has_denorm_loss test 1"); in test()21 …static_assert(std::numeric_limits<const T>::has_denorm_loss == expected, "has_denorm_loss test 2"); in test()22 …static_assert(std::numeric_limits<volatile T>::has_denorm_loss == expected, "has_denorm_loss test … in test()23 …static_assert(std::numeric_limits<const volatile T>::has_denorm_loss == expected, "has_denorm_loss… in test()
60 test(std::numeric_limits<type>::has_denorm_loss); \
48 static constexpr bool has_denorm_loss = false;170 static _LIBCPP_CONSTEXPR const bool has_denorm_loss = false;230 static _LIBCPP_CONSTEXPR const bool has_denorm_loss = false;282 static _LIBCPP_CONSTEXPR const bool has_denorm_loss = false;328 static _LIBCPP_CONSTEXPR const bool has_denorm_loss = false;374 static _LIBCPP_CONSTEXPR const bool has_denorm_loss = false;420 static _LIBCPP_CONSTEXPR const bool has_denorm_loss = false;470 static _LIBCPP_CONSTEXPR const bool has_denorm_loss = __base::has_denorm_loss;518 _LIBCPP_CONSTEXPR const bool numeric_limits<_Tp>::has_denorm_loss;563 static _LIBCPP_CONSTEXPR const bool has_denorm_loss = __base::has_denorm_loss;[all …]
84 static const bool has_denorm_loss = false; variable
65 static_assert(std::numeric_limits<A>::has_denorm_loss == false, in main()