Home
last modified time | relevance | path

Searched refs:has_denorm_loss (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dhas_denorm_loss.pass.cpp20 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()
Dconst_data_members.pass.cpp60 test(std::numeric_limits<type>::has_denorm_loss); \
/external/libcxx/include/
Dlimits48 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 …]
/external/opencv3/3rdparty/openexr/Half/
DhalfLimits.h84 static const bool has_denorm_loss = false; variable
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits/
Ddefault.pass.cpp65 static_assert(std::numeric_limits<A>::has_denorm_loss == false, in main()