Searched refs:float_round_style (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/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;
158 const float_round_style numeric_limits<unsigned char>::round_style;
184 const float_round_style numeric_limits<wchar_t>::round_style;
209 const float_round_style numeric_limits<short>::round_style;
233 const float_round_style numeric_limits<unsigned short>::round_style;
257 const float_round_style numeric_limits<int>::round_style;
281 const float_round_style numeric_limit
[all...]
/freebsd-11.0-release/contrib/libstdc++/include/std/
H A Dstd_limits.h158 enum float_round_style enum
267 /** See std::float_round_style for more information. This is only
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;
672 static const float_round_style round_styl
[all...]

Completed in 178 milliseconds