HomeSort by relevance Sort by last modified time
    Searched refs:has_denorm (Results 1 - 25 of 30) sorted by null

1 2

  /external/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
has_denorm.pass.cpp 12 // has_denorm
20 static_assert(std::numeric_limits<T>::has_denorm == expected, "has_denorm test 1");
21 static_assert(std::numeric_limits<const T>::has_denorm == expected, "has_denorm test 2");
22 static_assert(std::numeric_limits<volatile T>::has_denorm == expected, "has_denorm test 3");
23 static_assert(std::numeric_limits<const volatile T>::has_denorm == expected, "has_denorm test 4");
const_data_members.pass.cpp 30 has_denorm
59 test(std::numeric_limits<type>::has_denorm); \
Android.mk 111 test_name := language.support/support.limits/limits/numeric.limits.members/has_denorm
112 test_src := has_denorm.pass.cpp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
has_denorm.pass.cpp 12 // has_denorm
20 static_assert(std::numeric_limits<T>::has_denorm == expected, "has_denorm test 1");
21 static_assert(std::numeric_limits<const T>::has_denorm == expected, "has_denorm test 2");
22 static_assert(std::numeric_limits<volatile T>::has_denorm == expected, "has_denorm test 3");
23 static_assert(std::numeric_limits<const volatile T>::has_denorm == expected, "has_denorm test 4");
const_data_members.pass.cpp 30 has_denorm
59 test(std::numeric_limits<type>::has_denorm); \
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
limits.hpp 73 BOOST_STATIC_CONSTANT(bool, has_denorm = false);
126 BOOST_STATIC_CONSTANT(bool, has_denorm = false);
  /external/stlport/test/unit/
limits_test.cpp 140 CHECK_COND(lim::has_denorm == denorm_present);
143 if (lim::has_denorm == denorm_absent) {
148 // has_denorm could be denorm_present
152 else if (lim::has_denorm == denorm_present) {
  /ndk/tests/device/test-gnustl-full/unit/
limits_test.cpp 140 CHECK_COND(lim::has_denorm == denorm_present);
143 if (lim::has_denorm == denorm_absent) {
148 // has_denorm could be denorm_present
152 else if (lim::has_denorm == denorm_present) {
  /ndk/tests/device/test-stlport/unit/
limits_test.cpp 140 CHECK_COND(lim::has_denorm == denorm_present);
143 if (lim::has_denorm == denorm_absent) {
148 // has_denorm could be denorm_present
152 else if (lim::has_denorm == denorm_present) {
  /external/deqp/framework/common/
tcuFloatFormat.cpp 280 Limits::has_denorm != std::denorm_absent,
283 ((Limits::has_denorm == std::denorm_present) ? YES :
284 (Limits::has_denorm == std::denorm_absent) ? NO :
  /external/libcxx/test/language.support/support.limits/limits/numeric.limits/
default.pass.cpp 63 static_assert(std::numeric_limits<A>::has_denorm == std::denorm_absent,
64 "std::numeric_limits<A>::has_denorm == std::denorm_absent");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits/
default.pass.cpp 63 static_assert(std::numeric_limits<A>::has_denorm == std::denorm_absent,
64 "std::numeric_limits<A>::has_denorm == std::denorm_absent");
  /external/stlport/stlport/stl/
_limits.h 73 _STLP_STATIC_CONSTANT(float_denorm_style, has_denorm = denorm_absent);
154 _STLP_STATIC_CONSTANT(float_denorm_style, has_denorm = __DenormStyle);
171 _STLP_STATIC_CONSTANT(bool, is_iec559 = __IsIEC559 && has_infinity && has_quiet_NaN && has_signaling_NaN && (has_denorm == denorm_present));
_limits.c 54 __declare_numeric_base_member(float_denorm_style, has_denorm);
127 __declare_float_limits_member(float_denorm_style, has_denorm);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_limits.h 73 _STLP_STATIC_CONSTANT(float_denorm_style, has_denorm = denorm_absent);
154 _STLP_STATIC_CONSTANT(float_denorm_style, has_denorm = __DenormStyle);
171 _STLP_STATIC_CONSTANT(bool, is_iec559 = __IsIEC559 && has_infinity && has_quiet_NaN && has_signaling_NaN && (has_denorm == denorm_present));
_limits.c 54 __declare_numeric_base_member(float_denorm_style, has_denorm);
127 __declare_float_limits_member(float_denorm_style, has_denorm);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_limits.h 73 _STLP_STATIC_CONSTANT(float_denorm_style, has_denorm = denorm_absent);
154 _STLP_STATIC_CONSTANT(float_denorm_style, has_denorm = __DenormStyle);
171 _STLP_STATIC_CONSTANT(bool, is_iec559 = __IsIEC559 && has_infinity && has_quiet_NaN && has_signaling_NaN && (has_denorm == denorm_present));
_limits.c 54 __declare_numeric_base_member(float_denorm_style, has_denorm);
127 __declare_float_limits_member(float_denorm_style, has_denorm);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_limits.h 73 _STLP_STATIC_CONSTANT(float_denorm_style, has_denorm = denorm_absent);
154 _STLP_STATIC_CONSTANT(float_denorm_style, has_denorm = __DenormStyle);
171 _STLP_STATIC_CONSTANT(bool, is_iec559 = __IsIEC559 && has_infinity && has_quiet_NaN && has_signaling_NaN && (has_denorm == denorm_present));
_limits.c 54 __declare_numeric_base_member(float_denorm_style, has_denorm);
127 __declare_float_limits_member(float_denorm_style, has_denorm);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_limits.h 73 _STLP_STATIC_CONSTANT(float_denorm_style, has_denorm = denorm_absent);
154 _STLP_STATIC_CONSTANT(float_denorm_style, has_denorm = __DenormStyle);
171 _STLP_STATIC_CONSTANT(bool, is_iec559 = __IsIEC559 && has_infinity && has_quiet_NaN && has_signaling_NaN && (has_denorm == denorm_present));
_limits.c 54 __declare_numeric_base_member(float_denorm_style, has_denorm);
127 __declare_float_limits_member(float_denorm_style, has_denorm);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_limits.h 73 _STLP_STATIC_CONSTANT(float_denorm_style, has_denorm = denorm_absent);
154 _STLP_STATIC_CONSTANT(float_denorm_style, has_denorm = __DenormStyle);
171 _STLP_STATIC_CONSTANT(bool, is_iec559 = __IsIEC559 && has_infinity && has_quiet_NaN && has_signaling_NaN && (has_denorm == denorm_present));
_limits.c 54 __declare_numeric_base_member(float_denorm_style, has_denorm);
127 __declare_float_limits_member(float_denorm_style, has_denorm);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_limits.h 78 _STLP_STATIC_CONSTANT(float_denorm_style, has_denorm = denorm_absent);
163 _STLP_STATIC_CONSTANT(float_denorm_style, has_denorm = __DenormStyle);
180 _STLP_STATIC_CONSTANT(bool, is_iec559 = __IsIEC559 && has_infinity && has_quiet_NaN && has_signaling_NaN && (has_denorm == denorm_present));

Completed in 1574 milliseconds

1 2