Searched refs:float_round_style (Results 1 – 4 of 4) sorted by relevance
62 const float_round_style __numeric_limits_base::round_style;86 const float_round_style numeric_limits<bool>::round_style;110 const float_round_style numeric_limits<char>::round_style;134 const float_round_style numeric_limits<signed char>::round_style;184 const float_round_style numeric_limits<wchar_t>::round_style;209 const float_round_style numeric_limits<short>::round_style;257 const float_round_style numeric_limits<int>::round_style;305 const float_round_style numeric_limits<long>::round_style;353 const float_round_style numeric_limits<long long>::round_style;400 const float_round_style numeric_limits<float>::round_style;[all …]
158 enum float_round_style enum270 static const float_round_style round_style = round_toward_zero;366 static const float_round_style round_style = round_toward_zero;417 static const float_round_style round_style = round_toward_zero;468 static const float_round_style round_style = round_toward_zero;519 static const float_round_style round_style = round_toward_zero;570 static const float_round_style round_style = round_toward_zero;621 static const float_round_style round_style = round_toward_zero;1031 static const float_round_style round_style = round_to_nearest;1088 static const float_round_style round_style = round_to_nearest;[all …]
60 static constexpr float_round_style round_style = round_toward_zero;63 enum float_round_style127 enum float_round_style185 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;534 _LIBCPP_CONSTEXPR const float_round_style numeric_limits<_Tp>::round_style;[all …]
2430 will fail. Also tweaked: added a space for float_round_style, and