| /freebsd-12.1/lib/libc/gen/ |
| H A D | getbsize.c | 56 goto underflow; in getbsize() 93 underflow: warnx("minimum blocksize is 512"); in getbsize()
|
| /freebsd-12.1/contrib/libstdc++/src/ |
| H A D | streambuf.cc | 60 __c = __sbin->underflow(); in _GLIBCXX_BEGIN_NAMESPACE() 100 __c = __sbin->underflow(); in __copy_streambufs_eof()
|
| /freebsd-12.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.
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | streambuf | 96 virtual int_type underflow(); 196 return underflow(); 285 virtual int_type underflow(); 434 basic_streambuf<_CharT, _Traits>::underflow() 443 if (underflow() == traits_type::eof())
|
| H A D | __std_stream | 49 virtual int_type underflow(); 93 __stdinbuf<_CharT>::underflow()
|
| H A D | strstream | 45 virtual int_type underflow(); 172 virtual int_type underflow();
|
| /freebsd-12.1/contrib/libstdc++/include/std/ |
| H A D | std_streambuf.h | 341 __ret = this->underflow(); in sgetc() 683 underflow() in underflow() function 699 const bool __testeof = traits_type::eq_int_type(this->underflow(), in uflow()
|
| H A D | std_fstream.h | 319 underflow(); in _GLIBCXX_BEGIN_NAMESPACE()
|
| H A D | std_sstream.h | 184 underflow(); in _GLIBCXX_BEGIN_NAMESPACE()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | real.c | 1278 underflow: in real_to_integer() 1294 goto underflow; in real_to_integer() 1336 underflow: in real_to_integer2() 1362 goto underflow; in real_to_integer2() 1868 goto underflow; in real_from_string() 1944 goto underflow; in real_from_string() 1986 underflow: in real_from_string() 2347 underflow: in round_for_format() 2398 goto underflow; in round_for_format() 2404 goto underflow; in round_for_format() [all …]
|
| /freebsd-12.1/contrib/compiler-rt/lib/builtins/ |
| H A D | fp_trunc_impl.inc | 67 const src_rep_t underflow = (src_rep_t)underflowExponent << srcSigBits; 79 if (aAbs - underflow < aAbs - overflow) {
|
| H A D | fp_mul_impl.inc | 110 // Final rounding. The final result may overflow to infinity, or underflow
|
| /freebsd-12.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-12.1/lib/libc/mips/gen/ |
| H A D | ldexp.S | 77 ble t1, zero, 4f # underflow? 142 ble t1, zero, 4f # underflow?
|
| /freebsd-12.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-12.1/contrib/libstdc++/include/bits/ |
| H A D | fstream.tcc | 191 underflow() in underflow() function in basic_filebuf 358 __tmp = this->underflow(); in pbackfail()
|
| H A D | sstream.tcc | 137 underflow() in underflow() function in basic_stringbuf
|
| /freebsd-12.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-12.1/contrib/libstdc++/include/ext/ |
| H A D | stdio_sync_filebuf.h | 96 underflow() in _GLIBCXX_BEGIN_NAMESPACE()
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | ChangeLog-2003 | 3976 (underflow): Only declare. 3982 (underflow): Only declare. 4244 upon overflow, underflow, uflow, seekoff/pos. 4246 stringbuf::underflow and uflow. 4255 (underflow): Dispatch to _M_underflow(false). 5117 (basic_filebuf::underflow): Use it. 5209 * include/std/std_fstream.h (basic_file::underflow, 5212 of underflow and uflow. 6340 * 27_io/basic_filebuf/underflow/char/10097.cc: New. 6708 call underflow(). [all …]
|
| /freebsd-12.1/contrib/libc++/src/ |
| H A D | strstream.cpp | 222 strstreambuf::underflow() in underflow() function in strstreambuf
|
| /freebsd-12.1/contrib/netbsd-tests/lib/libm/ |
| H A D | t_ldexp.c | 452 TEST(ldexp_underflow, underflow) in TEST()
|