| /freebsd/lib/libc/gen/ |
| H A D | getbsize.c | 52 goto underflow; in getbsize() 89 underflow: warnx("minimum blocksize is 512"); in getbsize()
|
| /freebsd/lib/libc/softfloat/ |
| H A D | softfloat-history.txt | 39 -- Corrected a mistake that caused borderline underflow cases not to raise 40 the underflow flag when they should have. (Problem reported by Doug
|
| H A D | timesoftfloat.txt | 67 underflow tininess is detected, `timesoftfloat' times the function both with 129 detecting underflow tininess before rounding. Tininess after rounding 130 is not timed. Likewise, `-tininessafter' forces underflow tininess to be 132 affected by the way in which underflow tininess is detected.
|
| H A D | softfloat.txt | 183 for underflow either before or after rounding. The choice is made by 187 spurious underflow signals. The other option is provided for compatibility 189 accuracy for underflow as an inexact result.
|
| /freebsd/contrib/kyua/utils/process/ |
| H A D | systembuf.hpp | 58 int_type underflow(void);
|
| H A D | systembuf.cpp | 96 systembuf::underflow(void) in underflow() function in systembuf
|
| /freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/ |
| H A D | sincosf.tst | 46 ; no underflow 49 ; underflow
|
| H A D | erfc.tst | 13 ; state that errno `may` be set to ERANGE in case of underflow.
|
| H A D | expm1f.tst | 26 ; Check both sides of the over/underflow thresholds in the code.
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | streambuf | 95 virtual int_type underflow(); 194 return underflow(); 276 virtual int_type underflow(); 389 typename basic_streambuf<_CharT, _Traits>::int_type basic_streambuf<_CharT, _Traits>::underflow() { 395 if (underflow() == traits_type::eof())
|
| H A D | strstream | 47 virtual int_type underflow(); 169 int_type underflow() override;
|
| H A D | fstream | 46 virtual int_type underflow(); 257 int_type underflow() override; 298 // Normally underflow, overflow, and sync change this flag to ios_base::in, 689 typename basic_filebuf<_CharT, _Traits>::int_type basic_filebuf<_CharT, _Traits>::underflow() { 709 _LIBCPP_ASSERT_NON_NULL(__extbufnext_ != nullptr, "underflow moving from nullptr"); 710 _LIBCPP_ASSERT_NON_NULL(__extbuf_ != nullptr, "underflow moving into nullptr");
|
| /freebsd/contrib/llvm-project/libc/src/__support/FPUtil/ |
| H A D | dyadic_float.h | 215 bool underflow = false; in generic_as() local 219 underflow = true; in generic_as() 228 underflow = true; in generic_as() 270 } else if (underflow) { in generic_as()
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | streambuf | 95 virtual int_type underflow(); 202 return underflow(); 339 virtual int_type underflow() { return traits_type::eof(); } 341 if (underflow() == traits_type::eof())
|
| H A D | strstream | 47 virtual int_type underflow(); 188 int_type underflow() override;
|
| H A D | fstream | 46 virtual int_type underflow(); 292 int_type underflow() override; 333 // Normally underflow, overflow, and sync change this flag to ios_base::in, 759 typename basic_filebuf<_CharT, _Traits>::int_type basic_filebuf<_CharT, _Traits>::underflow() { 779 _LIBCPP_ASSERT_NON_NULL(__extbufnext_ != nullptr, "underflow moving from nullptr"); 780 _LIBCPP_ASSERT_NON_NULL(__extbuf_ != nullptr, "underflow moving into nullptr");
|
| /freebsd/usr.bin/sed/tests/ |
| H A D | math.sed | 212 # can we add or subtract -- note subtract hold expression for underflow 376 # get rid of a sub term until /-0*=/ or underflow
|
| /freebsd/contrib/llvm-project/libcxx/src/ |
| H A D | std_stream.h | 45 virtual int_type underflow(); 93 typename __stdinbuf<_CharT>::int_type __stdinbuf<_CharT>::underflow() { in underflow() function
|
| H A D | strstream.cpp | 164 strstreambuf::int_type strstreambuf::underflow() { in overflow() 224 strstreambuf::underflow() underflow() function in strstreambuf
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | OSSL_TIME.pod | 89 This value represents the time Epoch and it is returned when an underflow 174 time of the Epoch on underflow.
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | wbuffer_convert.h | 83 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual int_type underflow(); 129 …buffer_convert<_Codecvt, _Elem, _Tr>::int_type wbuffer_convert<_Codecvt, _Elem, _Tr>::underflow() { in underflow() function
|
| /freebsd/contrib/gdtoa/ |
| H A D | changes | 59 negative exponents (e.g. 1.8826e-512), which should underflow to 0; 61 the underflow and overflow thresholds. 111 underflows when the result does not underflow; compiling with 126 dtoa.c: strtod: fix another glitch with scaling to avoid underflow 178 underflow were scaled inappropriately (giving nonzero return values). 252 underflow to zero (not just those sufficiently less than the smallest 613 quick test for underflow (i.e., zero result) on input at the bottom of
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | fp_mul_impl.inc | 121 // or underflow to zero, but those are the correct results in those cases.
|
| /freebsd/contrib/netbsd-tests/lib/libm/ |
| H A D | t_ldexp.c | 446 TEST(ldexp_underflow, underflow) in TEST()
|
| /freebsd/stand/forth/ |
| H A D | check-password.4th | 47 \ function starts or an underflow exception will occur. Simplest way to prevent
|