Home
last modified time | relevance | path

Searched refs:underflow (Results 1 – 25 of 39) 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/arm-optimized-routines/math/test/testcases/directed/
H A Dsincosf.tst46 ; no underflow
49 ; underflow
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.
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/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/llvm-project/libcxx/include/
H A Dstreambuf95 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 Dstrstream47 virtual int_type underflow();
181 int_type underflow() override;
H A Dfstream46 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 Dsstream84 virtual int_type underflow();
512 int_type underflow() override;
737 basic_stringbuf<_CharT, _Traits, _Allocator>::underflow() {
H A Dlocale3407 _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 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 imbue()
104 __stdinbuf<_CharT>::underflow() underflow() function
H A Dstrstream.cpp164 strstreambuf::int_type strstreambuf::underflow() { in overflow()
224 strstreambuf::underflow() underflow() function in strstreambuf
/freebsd/crypto/openssl/doc/internal/man3/
H A DOSSL_TIME.pod89 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 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