Home
last modified time | relevance | path

Searched refs:float_round_style (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/libstdc++/src/
H A Dlimits.cc62 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 …]
/freebsd-12.1/contrib/libstdc++/include/std/
H A Dstd_limits.h158 enum float_round_style enum
270 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 …]
/freebsd-12.1/contrib/libc++/include/
H A Dlimits60 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;
534 _LIBCPP_CONSTEXPR const float_round_style numeric_limits<_Tp>::round_style;
[all …]
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-19992430 will fail. Also tweaked: added a space for float_round_style, and