| /freebsd-13.1/lib/libc/gen/ |
| H A D | getbsize.c | 56 goto underflow; in getbsize() 93 underflow: warnx("minimum blocksize is 512"); in getbsize()
|
| /freebsd-13.1/lib/libc/softfloat/ |
| H A D | softfloat-history.txt | 40 -- Corrected a mistake that caused borderline underflow cases not to raise 41 the underflow flag when they should have. (Problem reported by Doug
|
| H A D | timesoftfloat.txt | 68 underflow tininess is detected, `timesoftfloat' times the function both with 130 detecting underflow tininess before rounding. Tininess after rounding 131 is not timed. Likewise, `-tininessafter' forces underflow tininess to be 133 affected by the way in which underflow tininess is detected.
|
| H A D | softfloat.txt | 184 for underflow either before or after rounding. The choice is made by 188 spurious underflow signals. The other option is provided for compatibility 190 accuracy for underflow as an inexact result.
|
| H A D | softfloat-source.txt | 234 -- whether tininess for underflow is detected before or after rounding by
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | streambuf | 95 virtual int_type underflow(); 195 return underflow(); 284 virtual int_type underflow(); 433 basic_streambuf<_CharT, _Traits>::underflow() 442 if (underflow() == traits_type::eof())
|
| H A D | __std_stream | 48 virtual int_type underflow(); 92 __stdinbuf<_CharT>::underflow()
|
| H A D | strstream | 47 virtual int_type underflow(); 179 virtual int_type underflow();
|
| H A D | sstream | 46 virtual int_type underflow(); 250 virtual int_type underflow(); 487 basic_stringbuf<_CharT, _Traits, _Allocator>::underflow()
|
| H A D | fstream | 46 virtual int_type underflow(); 258 virtual int_type underflow(); 711 basic_filebuf<_CharT, _Traits>::underflow() 738 …_ASSERT ( !(__extbufnext_ == NULL && (__extbufend_ != __extbufnext_)), "underflow moving from NULL…
|
| H A D | locale | 3981 virtual int_type underflow(); 4031 wbuffer_convert<_Codecvt, _Elem, _Tr>::underflow() 4058 …_LIBCPP_ASSERT(!(__extbufnext_ == NULL && (__extbufend_ != __extbufnext_)), "underflow moving from…
|
| /freebsd-13.1/lib/libc/mips/gen/ |
| H A D | ldexp.S | 77 ble t1, zero, 4f # underflow? 142 ble t1, zero, 4f # underflow?
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | fp_trunc_impl.inc | 66 const src_rep_t underflow = (src_rep_t)underflowExponent << srcSigBits; 78 if (aAbs - underflow < aAbs - overflow) {
|
| H A D | fp_mul_impl.inc | 121 // or underflow to zero, but those are the correct results in those cases.
|
| /freebsd-13.1/usr.bin/sed/tests/ |
| H A D | math.sed | 213 # can we add or subtract -- note subtract hold expression for underflow 377 # get rid of a sub term until /-0*=/ or underflow
|
| /freebsd-13.1/tools/test/testfloat/ |
| H A D | testfloat.txt | 540 u underflow flag 543 For example, the notation `...ux' indicates that the underflow and inexact 571 The standard specifies that the underflow exception flag is to be raised 579 rounding, a system can avoid some unnecessary signaling of underflow. 585 result, the underflow flag is raised whenever an underflowed quantity 592 once again avoid some unnecessary signaling of underflow. 595 whether TestFloat expects tininess on underflow to be detected before or 737 on underflow before rounding. The `-tininessafter' option indicates that
|
| H A D | systemBugs.txt | 141 Some older SPARCstations appear confused about whether underflow tininess is 150 -- For multiplies, underflow tininess is detected _before_ rounding if one 269 underflow tininess, detecting it after rounding for single- and double-
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/libcxx/src/ |
| H A D | strstream.cpp | 221 strstreambuf::underflow() in underflow() function in strstreambuf
|
| /freebsd-13.1/contrib/netbsd-tests/lib/libm/ |
| H A D | t_ldexp.c | 446 TEST(ldexp_underflow, underflow) in TEST()
|
| /freebsd-13.1/stand/forth/ |
| H A D | check-password.4th | 48 \ function starts or an underflow exception will occur. Simplest way to prevent
|
| /freebsd-13.1/sys/crypto/openssl/arm/ |
| H A D | ecp_nistz256-armv4.S | 2891 @ makes underflow impossible 2944 @ makes underflow impossible 2997 @ makes underflow impossible 3050 @ makes underflow impossible 3103 @ makes underflow impossible 3156 @ makes underflow impossible 3209 @ makes underflow impossible
|
| /freebsd-13.1/contrib/mandoc/ |
| H A D | NEWS | 583 output, in one case caused by unsigned integer underflow. 679 * Prevent negative arguments to .ll from causing integer underflow.
|