/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.
|
H A D | softfloat-source.txt | 233 -- whether tininess for underflow is detected before or after rounding by
|
/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.
|
H A D | powf.tst | 241 ; mishandled. Also check the analogous underflow, and also ensure that 245 func=powf op1=7f7fffff op2=ff7fffff result=00000000 error=underflow
|
/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/llvm-project/libcxx/include/ |
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(); 181 int_type underflow() override;
|
H A D | fstream | 46 virtual int_type underflow(); 289 int_type underflow() override; 330 // Normally underflow, overflow, and sync change this flag to ios_base::in, 745 typename basic_filebuf<_CharT, _Traits>::int_type basic_filebuf<_CharT, _Traits>::underflow() { 765 _LIBCPP_ASSERT_NON_NULL(__extbufnext_ != nullptr, "underflow moving from nullptr"); 766 _LIBCPP_ASSERT_NON_NULL(__extbuf_ != nullptr, "underflow moving into nullptr");
|
H A D | sstream | 84 virtual int_type underflow(); 512 int_type underflow() override; 737 basic_stringbuf<_CharT, _Traits, _Allocator>::underflow() {
|
H A D | locale | 3407 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual int_type underflow(); 3453 …buffer_convert<_Codecvt, _Elem, _Tr>::int_type wbuffer_convert<_Codecvt, _Elem, _Tr>::underflow() { 3474 _LIBCPP_ASSERT_NON_NULL(__extbufnext_ != nullptr, "underflow moving from nullptr"); 3475 _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 imbue() 104 __stdinbuf<_CharT>::underflow() 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/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
|
/freebsd/sys/crypto/openssl/arm/ |
H A D | ecp_nistz256-armv4.S | 2892 @ makes underflow impossible 2945 @ makes underflow impossible 2998 @ makes underflow impossible 3051 @ makes underflow impossible 3104 @ makes underflow impossible 3157 @ makes underflow impossible 3210 @ makes underflow impossible
|