HomeSort by relevance Sort by last modified time
    Searched refs:denorm_present (Results 1 - 6 of 6) 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");
  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
has_denorm.pass.cpp 54 test<float, std::denorm_present>();
55 test<double, std::denorm_present>();
56 test<long double, std::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 785 milliseconds