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

/openbsd-current/gnu/gcc/libstdc++-v3/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...]
/openbsd-current/gnu/lib/libstdc++/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...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_limits.h159 enum float_round_style enum
268 /** See std::float_round_style for more information. This is only
271 static const float_round_style round_style = round_toward_zero;
367 static const float_round_style round_style = round_toward_zero;
418 static const float_round_style round_style = round_toward_zero;
469 static const float_round_style round_style = round_toward_zero;
524 static const float_round_style round_style = round_toward_zero;
575 static const float_round_style round_style = round_toward_zero;
626 static const float_round_style round_style = round_toward_zero;
677 static const float_round_style round_styl
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_limits.h152 enum float_round_style enum in namespace:std
199 static const float_round_style round_style = round_toward_zero;
267 static const float_round_style round_style = round_toward_zero;
317 static const float_round_style round_style = round_toward_zero;
367 static const float_round_style round_style = round_toward_zero;
417 static const float_round_style round_style = round_toward_zero;
467 static const float_round_style round_style = round_toward_zero;
517 static const float_round_style round_style = round_toward_zero;
567 static const float_round_style round_style = round_toward_zero;
617 static const float_round_style round_styl
[all...]

Completed in 203 milliseconds