Searched refs:denorm_absent (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/ |
D | has_denorm.pass.cpp | 28 test<bool, std::denorm_absent>(); in main() 29 test<char, std::denorm_absent>(); in main() 30 test<signed char, std::denorm_absent>(); in main() 31 test<unsigned char, std::denorm_absent>(); in main() 32 test<wchar_t, std::denorm_absent>(); in main() 34 test<char16_t, std::denorm_absent>(); in main() 35 test<char32_t, std::denorm_absent>(); in main() 37 test<short, std::denorm_absent>(); in main() 38 test<unsigned short, std::denorm_absent>(); in main() 39 test<int, std::denorm_absent>(); in main() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/round.style/ |
D | check_values.pass.cpp | 26 static_assert(std::denorm_absent == 0, in main()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _limits.h | 51 denorm_absent = 0, enumerator 73 _STLP_STATIC_CONSTANT(float_denorm_style, has_denorm = denorm_absent); 368 # define _STLP_FLT_DENORM_STYLE denorm_absent 373 # define _STLP_DBL_DENORM_STYLE denorm_absent 378 # define _STLP_LDBL_DENORM_STYLE denorm_absent
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits/ |
D | default.pass.cpp | 63 static_assert(std::numeric_limits<A>::has_denorm == std::denorm_absent, in main()
|
/ndk/tests/device/test-stlport/unit/ |
D | limits_test.cpp | 143 if (lim::has_denorm == denorm_absent) { in test_float_limits()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | limits_test.cpp | 143 if (lim::has_denorm == denorm_absent) { in test_float_limits()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | limits | 47 static constexpr float_denorm_style has_denorm = denorm_absent; 75 denorm_absent = 0, 136 denorm_absent = 0, 169 static _LIBCPP_CONSTEXPR const float_denorm_style has_denorm = denorm_absent; 229 static _LIBCPP_CONSTEXPR const float_denorm_style has_denorm = denorm_absent; 281 static _LIBCPP_CONSTEXPR const float_denorm_style has_denorm = denorm_absent;
|