Searched refs:round_error (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_limits.h299 static _Tp round_error() throw() { return static_cast<_Tp>(0); } function in struct:numeric_limits
335 static bool round_error() throw() function in struct:numeric_limits
389 static signed char round_error() throw() function in struct:numeric_limits
440 static unsigned char round_error() throw() function in struct:numeric_limits
495 static char round_error() throw() function in struct:numeric_limits
546 static wchar_t round_error() throw() function in struct:numeric_limits
597 static short round_error() throw() function in struct:numeric_limits
648 static unsigned short round_error() throw() function in struct:numeric_limits
699 static int round_error() throw() function in struct:numeric_limits
750 static unsigned int round_error() thro function in struct:numeric_limits
801 static long round_error() throw() function in struct:numeric_limits
852 static unsigned long round_error() throw() function in struct:numeric_limits
903 static long long round_error() throw() function in struct:numeric_limits
954 static unsigned long long round_error() throw() function in struct:numeric_limits
1005 static float round_error() throw() function in struct:numeric_limits
1062 static double round_error() throw() function in struct:numeric_limits
1119 static long double round_error() throw() function in struct:numeric_limits
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_limits.h208 static _Tp round_error() throw() { return static_cast<_Tp>(0); } function in struct:std::numeric_limits
235 static bool round_error() throw() function in struct:std::numeric_limits
288 static char round_error() throw() function in struct:std::numeric_limits
338 static signed char round_error() throw() function in struct:std::numeric_limits
388 static unsigned char round_error() throw() function in struct:std::numeric_limits
438 static wchar_t round_error() throw() function in struct:std::numeric_limits
488 static short round_error() throw() function in struct:std::numeric_limits
538 static unsigned short round_error() throw() function in struct:std::numeric_limits
588 static int round_error() throw() function in struct:std::numeric_limits
638 static unsigned int round_error() thro function in struct:std::numeric_limits
688 static long round_error() throw() function in struct:std::numeric_limits
738 static unsigned long round_error() throw() function in struct:std::numeric_limits
788 static long long round_error() throw() function in struct:std::numeric_limits
838 static unsigned long long round_error() throw() function in struct:std::numeric_limits
888 static float round_error() throw() function in struct:std::numeric_limits
946 static double round_error() throw() function in struct:std::numeric_limits
1004 static long double round_error() throw() function in struct:std::numeric_limits
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/18_support/
H A Dnumeric_limits.cc216 VERIFY( obj.round_error() == 0 );

Completed in 118 milliseconds