HomeSort by relevance Sort by last modified time
    Searched refs:denorm_present (Results 1 - 13 of 13) sorted by null

  /external/clang/test/Modules/Inputs/PR27041/
TSchemaHelper.h 1 namespace std { enum float_round_style { denorm_present }; } enumerator in enum:std::float_round_style
TGenericClassInfo.h 2 namespace std { enum float_round_style { denorm_present }; } enumerator in enum:std::float_round_style
  /external/libcxx/test/std/language.support/support.limits/limits/round.style/
check_values.pass.cpp 28 static_assert(std::denorm_present == 1,
29 "std::denorm_present == 1");
30 static_assert(sizeof(test(std::denorm_present)) == 1,
31 "sizeof(test(std::denorm_present)) == 1");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/round.style/
check_values.pass.cpp 28 static_assert(std::denorm_present == 1,
29 "std::denorm_present == 1");
30 static_assert(sizeof(test(std::denorm_present)) == 1,
31 "sizeof(test(std::denorm_present)) == 1");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/round.style/
check_values.pass.cpp 28 static_assert(std::denorm_present == 1,
29 "std::denorm_present == 1");
30 static_assert(sizeof(test(std::denorm_present)) == 1,
31 "sizeof(test(std::denorm_present)) == 1");
  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
has_denorm.pass.cpp 49 test<float, std::denorm_present>();
50 test<double, std::denorm_present>();
51 test<long double, std::denorm_present>();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
has_denorm.pass.cpp 49 test<float, std::denorm_present>();
50 test<double, std::denorm_present>();
51 test<long double, std::denorm_present>();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/numeric.limits.members/
has_denorm.pass.cpp 49 test<float, std::denorm_present>();
50 test<double, std::denorm_present>();
51 test<long double, std::denorm_present>();
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_limits.h 52 denorm_present = 1 enumerator in enum:float_denorm_style
171 _STLP_STATIC_CONSTANT(bool, is_iec559 = __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
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_limits.h 52 denorm_present = 1 enumerator in enum:float_denorm_style
171 _STLP_STATIC_CONSTANT(bool, is_iec559 = __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
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_limits.h 52 denorm_present = 1 enumerator in enum:float_denorm_style
171 _STLP_STATIC_CONSTANT(bool, is_iec559 = __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
  /external/deqp/framework/common/
tcuFloatFormat.cpp 283 ((Limits::has_denorm == std::denorm_present) ? YES :
  /external/eigen/Eigen/src/Core/arch/CUDA/
Half.h 489 static const float_denorm_style has_denorm = denorm_present;

Completed in 478 milliseconds