Searched refs:tinyness_before (Results 1 – 6 of 6) sorted by relevance
20 static_assert(std::numeric_limits<T>::tinyness_before == expected, "tinyness_before test 1"); in test()21 …static_assert(std::numeric_limits<const T>::tinyness_before == expected, "tinyness_before test 2"); in test()22 …static_assert(std::numeric_limits<volatile T>::tinyness_before == expected, "tinyness_before test … in test()23 …static_assert(std::numeric_limits<const volatile T>::tinyness_before == expected, "tinyness_before… in test()
65 test(std::numeric_limits<type>::tinyness_before); \
59 static constexpr bool tinyness_before = false;181 static _LIBCPP_CONSTEXPR const bool tinyness_before = false;245 static _LIBCPP_CONSTEXPR const bool tinyness_before = false;293 static _LIBCPP_CONSTEXPR const bool tinyness_before = false;339 static _LIBCPP_CONSTEXPR const bool tinyness_before = false;385 static _LIBCPP_CONSTEXPR const bool tinyness_before = false;435 static _LIBCPP_CONSTEXPR const bool tinyness_before = false;481 static _LIBCPP_CONSTEXPR const bool tinyness_before = __base::tinyness_before;528 _LIBCPP_CONSTEXPR const bool numeric_limits<_Tp>::tinyness_before;574 static _LIBCPP_CONSTEXPR const bool tinyness_before = __base::tinyness_before;[all …]
95 static const bool tinyness_before = false; variable
79 static_assert(std::numeric_limits<A>::tinyness_before == false, in main()
2979 static const bool tinyness_before = true;