Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/round.style/
Dcheck_values.pass.cpp28 static_assert(std::denorm_present == 1, in main()
30 static_assert(sizeof(test(std::denorm_present)) == 1, in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
Dhas_denorm.pass.cpp49 test<float, std::denorm_present>(); in main()
50 test<double, std::denorm_present>(); in main()
51 test<long double, std::denorm_present>(); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_limits.h52 denorm_present = 1 enumerator
171 …_IsIEC559 && has_infinity && has_quiet_NaN && has_signaling_NaN && (has_denorm == denorm_present));
386 # define _STLP_FLT_DENORM_STYLE denorm_present
390 # define _STLP_DBL_DENORM_STYLE denorm_present
394 # define _STLP_LDBL_DENORM_STYLE denorm_present
/ndk/tests/device/test-gnustl-full/unit/
Dlimits_test.cpp140 CHECK_COND(lim::has_denorm == denorm_present); in test_float_limits()
152 else if (lim::has_denorm == denorm_present) { in test_float_limits()
/ndk/tests/device/test-stlport/unit/
Dlimits_test.cpp140 CHECK_COND(lim::has_denorm == denorm_present); in test_float_limits()
152 else if (lim::has_denorm == denorm_present) { in test_float_limits()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlimits76 denorm_present = 1
137 denorm_present = 1
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;