Home
last modified time | relevance | path

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

12

/freebsd/lib/libc/gen/
H A Dgetbsize.c52 goto underflow; in getbsize()
89 underflow: warnx("minimum blocksize is 512"); in getbsize()
/freebsd/lib/libc/softfloat/
H A Dsoftfloat-history.txt39 -- 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 Dtimesoftfloat.txt67 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 Dsoftfloat.txt183 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 Dsoftfloat-source.txt233 -- whether tininess for underflow is detected before or after rounding by
/freebsd/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/contrib/arm-optimized-routines/math/test/testcases/directed/
H A Dsincosf.tst46 ; no underflow
49 ; underflow
H A Dpowf.tst241 ; mishandled. Also check the analogous underflow, and also ensure that
245 func=powf op1=7f7fffff op2=ff7fffff result=00000000 error=underflow
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Drenesas,rz-mtu3.yaml132 - description: MTU1.TCNT underflow
136 - description: MTU2.TCNT underflow
146 - description: MTU4.TCNT overflow/underflow
159 - description: MTU7.TCNT overflow/underflow
165 - description: MTU8.TCNT underflow
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstreambuf95 virtual int_type underflow();
191 return underflow();
269 virtual int_type underflow();
382 typename basic_streambuf<_CharT, _Traits>::int_type basic_streambuf<_CharT, _Traits>::underflow() {
388 if (underflow() == traits_type::eof())
H A Dstrstream47 virtual int_type underflow();
180 int_type underflow() override;
H A Dfstream46 virtual int_type underflow();
285 int_type underflow() override;
711 typename basic_filebuf<_CharT, _Traits>::int_type basic_filebuf<_CharT, _Traits>::underflow() {
731 _LIBCPP_ASSERT_NON_NULL(__extbufnext_ != nullptr, "underflow moving from nullptr");
732 _LIBCPP_ASSERT_NON_NULL(__extbuf_ != nullptr, "underflow moving into nullptr");
H A Dsstream73 virtual int_type underflow();
440 int_type underflow() override;
665 basic_stringbuf<_CharT, _Traits, _Allocator>::underflow() {
H A Dlocale3376 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual int_type underflow();
3422 …buffer_convert<_Codecvt, _Elem, _Tr>::int_type wbuffer_convert<_Codecvt, _Elem, _Tr>::underflow() {
3443 _LIBCPP_ASSERT_NON_NULL(__extbufnext_ != nullptr, "underflow moving from nullptr");
3444 _LIBCPP_ASSERT_NON_NULL(__extbuf_ != nullptr, "underflow moving into nullptr");
/freebsd/contrib/arm-optimized-routines/pl/math/test/testcases/directed/
H A Derfc.tst13 ; state that errno `may` be set to ERANGE in case of underflow.
H A Dexpm1f.tst26 ; Check both sides of the over/underflow thresholds in the code.
/freebsd/usr.bin/sed/tests/
H A Dmath.sed212 # 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 Dstd_stream.h45 virtual int_type underflow();
93 typename __stdinbuf<_CharT>::int_type __stdinbuf<_CharT>::underflow() { in underflow() function
H A Dstrstream.cpp164 strstreambuf::int_type strstreambuf::underflow() { in underflow() function in strstreambuf
/freebsd/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/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_mul_impl.inc121 // or underflow to zero, but those are the correct results in those cases.
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_ldexp.c446 TEST(ldexp_underflow, underflow) in TEST()
/freebsd/stand/forth/
H A Dcheck-password.4th47 \ function starts or an underflow exception will occur. Simplest way to prevent
/freebsd/sys/crypto/openssl/arm/
H A Decp_nistz256-armv4.S2892 @ 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

12