Home
last modified time | relevance | path

Searched refs:underflow (Results 1 – 25 of 36) sorted by relevance

12

/freebsd-13.1/lib/libc/gen/
H A Dgetbsize.c56 goto underflow; in getbsize()
93 underflow: warnx("minimum blocksize is 512"); in getbsize()
/freebsd-13.1/lib/libc/softfloat/
H A Dsoftfloat-history.txt40 -- 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 Dtimesoftfloat.txt68 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 Dsoftfloat.txt184 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 Dsoftfloat-source.txt234 -- whether tininess for underflow is detected before or after rounding by
/freebsd-13.1/contrib/kyua/utils/process/
H A Dsystembuf.hpp58 int_type underflow(void);
H A Dsystembuf.cpp96 systembuf::underflow(void) in underflow() function in systembuf
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dstreambuf95 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_stream48 virtual int_type underflow();
92 __stdinbuf<_CharT>::underflow()
H A Dstrstream47 virtual int_type underflow();
179 virtual int_type underflow();
H A Dsstream46 virtual int_type underflow();
250 virtual int_type underflow();
487 basic_stringbuf<_CharT, _Traits, _Allocator>::underflow()
H A Dfstream46 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 Dlocale3981 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 Dldexp.S77 ble t1, zero, 4f # underflow?
142 ble t1, zero, 4f # underflow?
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_trunc_impl.inc66 const src_rep_t underflow = (src_rep_t)underflowExponent << srcSigBits;
78 if (aAbs - underflow < aAbs - overflow) {
H A Dfp_mul_impl.inc121 // or underflow to zero, but those are the correct results in those cases.
/freebsd-13.1/usr.bin/sed/tests/
H A Dmath.sed213 # 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 Dtestfloat.txt540 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 DsystemBugs.txt141 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 Dchanges59 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 Dstrstream.cpp221 strstreambuf::underflow() in underflow() function in strstreambuf
/freebsd-13.1/contrib/netbsd-tests/lib/libm/
H A Dt_ldexp.c446 TEST(ldexp_underflow, underflow) in TEST()
/freebsd-13.1/stand/forth/
H A Dcheck-password.4th48 \ function starts or an underflow exception will occur. Simplest way to prevent
/freebsd-13.1/sys/crypto/openssl/arm/
H A Decp_nistz256-armv4.S2891 @ 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 DNEWS583 output, in one case caused by unsigned integer underflow.
679 * Prevent negative arguments to .ll from causing integer underflow.

12