Searched refs:float_round_style (Results 1 – 7 of 7) sorted by relevance
60 static constexpr float_round_style round_style = round_toward_zero;63 enum float_round_style124 enum float_round_style182 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero;247 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero;295 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero;341 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;387 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;437 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;483 static _LIBCPP_CONSTEXPR const float_round_style round_style = __base::round_style;[all …]
1 namespace std { enum float_round_style { denorm_present }; } enum
2 namespace std { enum float_round_style { denorm_present }; } enum
19 one test(std::float_round_style);
16 template <class T, std::float_round_style expected>
491 static const std::float_round_style round_style = std::round_to_nearest;
3050 inline static float_round_style round_style()3095 static const std::float_round_style round_style = round_to_nearest;