Home
last modified time | relevance | path

Searched refs:underflow (Results 1 – 25 of 46) 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.
/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 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/contrib/llvm-project/libcxx/include/__cxx03/
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();
169 int_type underflow() override;
H A Dfstream46 virtual int_type underflow();
257 int_type underflow() override;
298 // Normally underflow, overflow, and sync change this flag to ios_base::in,
689 typename basic_filebuf<_CharT, _Traits>::int_type basic_filebuf<_CharT, _Traits>::underflow() {
709 _LIBCPP_ASSERT_NON_NULL(__extbufnext_ != nullptr, "underflow moving from nullptr");
710 _LIBCPP_ASSERT_NON_NULL(__extbuf_ != nullptr, "underflow moving into nullptr");
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/
H A Ddyadic_float.h215 bool underflow = false; in generic_as() local
219 underflow = true; in generic_as()
228 underflow = true; in generic_as()
270 } else if (underflow) { in generic_as()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstreambuf95 virtual int_type underflow();
202 return underflow();
339 virtual int_type underflow() { return traits_type::eof(); }
341 if (underflow() == traits_type::eof())
H A Dstrstream47 virtual int_type underflow();
188 int_type underflow() override;
H A Dfstream46 virtual int_type underflow();
292 int_type underflow() override;
333 // Normally underflow, overflow, and sync change this flag to ios_base::in,
759 typename basic_filebuf<_CharT, _Traits>::int_type basic_filebuf<_CharT, _Traits>::underflow() {
779 _LIBCPP_ASSERT_NON_NULL(__extbufnext_ != nullptr, "underflow moving from nullptr");
780 _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 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/llvm-project/libcxx/include/__locale_dir/
H A Dwbuffer_convert.h83 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual int_type underflow();
129 …buffer_convert<_Codecvt, _Elem, _Tr>::int_type wbuffer_convert<_Codecvt, _Elem, _Tr>::underflow() { in underflow() function
/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

12