Lines Matching refs:float_round_style
59 static constexpr float_round_style round_style = round_toward_zero;
62 enum float_round_style
124 enum float_round_style
182 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;
495 static _LIBCPP_CONSTEXPR const float_round_style round_style = __base::round_style;
543 _LIBCPP_CONSTEXPR const float_round_style numeric_limits<_Tp>::round_style;
588 static _LIBCPP_CONSTEXPR const float_round_style round_style = __base::round_style;
636 _LIBCPP_CONSTEXPR const float_round_style numeric_limits<const _Tp>::round_style;
681 static _LIBCPP_CONSTEXPR const float_round_style round_style = __base::round_style;
729 _LIBCPP_CONSTEXPR const float_round_style numeric_limits<volatile _Tp>::round_style;
774 static _LIBCPP_CONSTEXPR const float_round_style round_style = __base::round_style;
822 _LIBCPP_CONSTEXPR const float_round_style numeric_limits<const volatile _Tp>::round_style;