Lines Matching refs:float_round_style
60 static constexpr float_round_style round_style = round_toward_zero;
63 enum float_round_style
127 enum float_round_style
185 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero;
250 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero;
298 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero;
344 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;
390 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;
440 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;
486 static _LIBCPP_CONSTEXPR const float_round_style round_style = __base::round_style;
534 _LIBCPP_CONSTEXPR const float_round_style numeric_limits<_Tp>::round_style;
579 static _LIBCPP_CONSTEXPR const float_round_style round_style = __base::round_style;
627 _LIBCPP_CONSTEXPR const float_round_style numeric_limits<const _Tp>::round_style;
672 static _LIBCPP_CONSTEXPR const float_round_style round_style = __base::round_style;
720 _LIBCPP_CONSTEXPR const float_round_style numeric_limits<volatile _Tp>::round_style;
765 static _LIBCPP_CONSTEXPR const float_round_style round_style = __base::round_style;
813 _LIBCPP_CONSTEXPR const float_round_style numeric_limits<const volatile _Tp>::round_style;