Home
last modified time | relevance | path

Searched refs:tinyness_before (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dtinyness_before.pass.cpp20 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()
Dconst_data_members.pass.cpp65 test(std::numeric_limits<type>::tinyness_before); \
/external/libcxx/include/
Dlimits59 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 …]
/external/opencv3/3rdparty/openexr/Half/
DhalfLimits.h95 static const bool tinyness_before = false; variable
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits/
Ddefault.pass.cpp79 static_assert(std::numeric_limits<A>::tinyness_before == false, in main()
/external/eigen/unsupported/test/mpreal/
Dmpreal.h2979 static const bool tinyness_before = true;