Searched refs:float_round_style (Results 1 – 6 of 6) sorted by relevance
59 static constexpr float_round_style round_style = round_toward_zero;62 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;345 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;395 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;449 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;543 _LIBCPP_CONSTEXPR const float_round_style numeric_limits<_Tp>::round_style;[all …]
1 namespace std { enum float_round_style { denorm_present }; } enum
2 namespace std { enum float_round_style { denorm_present }; } enum
20 one test(std::float_round_style);
17 template <class T, std::float_round_style expected>
355 SYMBOL(float_round_style, std::, <limits>)