Searched refs:round_style (Results 1 – 6 of 6) sorted by relevance
20 static_assert(std::numeric_limits<T>::round_style == expected, "round_style test 1"); in test()21 static_assert(std::numeric_limits<const T>::round_style == expected, "round_style test 2"); in test()22 static_assert(std::numeric_limits<volatile T>::round_style == expected, "round_style test 3"); in test()23 …static_assert(std::numeric_limits<const volatile T>::round_style == expected, "round_style test 4"… in test()
66 test(std::numeric_limits<type>::round_style);
60 static constexpr float_round_style round_style = round_toward_zero;182 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero;246 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero;294 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero;340 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;386 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;436 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;482 static _LIBCPP_CONSTEXPR const float_round_style round_style = __base::round_style;530 _LIBCPP_CONSTEXPR const float_round_style numeric_limits<_Tp>::round_style;575 static _LIBCPP_CONSTEXPR const float_round_style round_style = __base::round_style;[all …]
96 static const float_round_style round_style = round_to_nearest; variable
81 static_assert(std::numeric_limits<A>::round_style == std::round_toward_zero, in main()
3020 inline static float_round_style round_style()3065 static const std::float_round_style round_style = round_to_nearest;