Searched refs:denorm_present (Results 1 – 7 of 7) sorted by relevance
54 test<float, std::denorm_present>(); in main()55 test<double, std::denorm_present>(); in main()56 test<long double, std::denorm_present>(); in main()
28 static_assert(std::denorm_present == 1, in main()30 static_assert(sizeof(test(std::denorm_present)) == 1, in main()
1 namespace std { enum float_round_style { denorm_present }; } enumerator
2 namespace std { enum float_round_style { denorm_present }; } enumerator
76 denorm_present = 1140 denorm_present = 1331 static _LIBCPP_CONSTEXPR const float_denorm_style has_denorm = denorm_present;377 static _LIBCPP_CONSTEXPR const float_denorm_style has_denorm = denorm_present;423 static _LIBCPP_CONSTEXPR const float_denorm_style has_denorm = denorm_present;
283 ((Limits::has_denorm == std::denorm_present) ? YES : in nativeFormat()
489 static const float_denorm_style has_denorm = denorm_present;