/dflybsd-src/contrib/mpfr/src/ |
H A D | strtofr.c | 571 goto overflow, goto underflow); in parsed_string_to_mpfr() 579 goto underflow; in parsed_string_to_mpfr() 584 goto overflow, goto underflow); in parsed_string_to_mpfr() 588 goto overflow, goto underflow); in parsed_string_to_mpfr() 631 goto overflow, goto underflow); in parsed_string_to_mpfr() 635 goto overflow, goto underflow); in parsed_string_to_mpfr() 668 goto underflow, goto overflow); in parsed_string_to_mpfr() 689 goto underflow; /* FIXME: Sure? */ in parsed_string_to_mpfr() 703 goto underflow, goto overflow); in parsed_string_to_mpfr() 707 goto overflow, goto underflow); in parsed_string_to_mpfr() [all …]
|
H A D | gamma.c | 291 int underflow = 0, sgn, ck; in mpfr_gamma() local 335 underflow = mpfr_cmp_si (xp, expo.saved_emin - 2) <= 0; in mpfr_gamma() 341 if (underflow) /* the sign is the opposite of that of sin(Pi*(2-x)) */ in mpfr_gamma()
|
/dflybsd-src/contrib/mpc/src/ |
H A D | log.c | 26 int ok, underflow = 0; in mpc_log() local 196 underflow = 1; in mpc_log() 198 } while (!underflow && in mpc_log() 209 if (underflow) in mpc_log()
|
H A D | sqr.c | 122 int underflow; in mpfr_fsss() local 142 underflow = mpfr_div_2ui (z, z, mpz_get_ui (eu), rnd); in mpfr_fsss() 143 if (underflow) in mpfr_fsss() 144 inex = underflow; in mpfr_fsss()
|
H A D | mul.c | 282 int underflow; in mpfr_fmma() local 302 underflow = mpfr_div_2ui (z, z, mpz_get_ui (eu), rnd); in mpfr_fmma() 303 if (underflow) in mpfr_fmma() 304 inex = underflow; in mpfr_fmma()
|
/dflybsd-src/lib/libc/gen/ |
H A D | getbsize.c | 54 goto underflow; in getbsize() 91 underflow: warnx("minimum blocksize is 512"); in getbsize()
|
/dflybsd-src/contrib/mpfr/ |
H A D | BUGS | 25 * The overflow/underflow exceptions may be badly handled in some functions; 28 CPU) or the exact result is close to an overflow/underflow threshold. 45 * Possible incorrect results due to internal underflow, which can lead to 47 account. If the underflow occurs at the last function call (just before
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++98/ |
H A D | streambuf.cc | 58 __c = __sbin->underflow(); in __copy_streambufs_eof() 98 __c = __sbin->underflow(); in __copy_streambufs_eof()
|
H A D | strstream.cc | 211 strstreambuf::underflow() in underflow() function in std::strstreambuf
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++98/ |
H A D | streambuf.cc | 57 __c = __sbin->underflow(); in __copy_streambufs_eof() 97 __c = __sbin->underflow(); in __copy_streambufs_eof()
|
H A D | strstream.cc | 210 strstreambuf::underflow() in underflow() function in std::strstreambuf
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/ |
H A D | streambuf | 331 * otherwise calls and returns @c underflow(). Does not move the 341 __ret = this->underflow(); 633 * @c underflow() will not return @c traits::eof() until at 635 * showmanyc() returns -1, then calls to @c underflow() or @c 640 * calls [to underflow or uflow] will not return @c eof() but 684 underflow() 691 * Informally, this function does the same thing as @c underflow(), 693 * the new character, like @c underflow() does. However, this 700 const bool __testeof = traits_type::eq_int_type(this->underflow(), 716 * are the same as for @c underflow().
|
H A D | fstream | 308 // underflow() and uflow() functions are called to get the next 310 // Buffered input uses underflow() 313 underflow(); 383 * __off == egptr() - eback() upon underflow/uflow (@b read mode);
|
H A D | stdexcept | 146 /** Thrown to indicate arithmetic underflow. */
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/ |
H A D | streambuf | 341 * otherwise calls and returns @c underflow(). Does not move the 351 __ret = this->underflow(); 643 * @c underflow() will not return @c traits::eof() until at 645 * showmanyc() returns -1, then calls to @c underflow() or @c 650 * calls [to underflow or uflow] will not return @c eof() but 694 underflow() 701 * Informally, this function does the same thing as @c underflow(), 703 * the new character, like @c underflow() does. However, this 710 const bool __testeof = traits_type::eq_int_type(this->underflow(), 726 * are the same as for @c underflow().
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
H A D | streambuf_iterator.h | 353 __c = __sb->underflow(); in _GLIBCXX_VISIBILITY() 436 if (traits_type::eq_int_type(__sb->underflow(), __eof)) in _GLIBCXX_VISIBILITY()
|
H A D | sstream.tcc | 150 underflow() in underflow() function in std::basic_stringbuf
|
H A D | fstream.tcc | 289 underflow() in underflow() function in std::basic_filebuf 473 __tmp = this->underflow(); in pbackfail()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | real.c | 1337 underflow: in real_to_integer() 1353 goto underflow; in real_to_integer() 1395 underflow: in real_to_integer2() 1421 goto underflow; in real_to_integer2() 2014 goto underflow; in real_from_string() 2090 goto underflow; in real_from_string() 2112 underflow: in real_from_string() 2592 underflow: in round_for_format() 2627 goto underflow; in round_for_format() 2633 goto underflow; in round_for_format() [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | real.c | 1392 underflow: in real_to_integer() 1408 goto underflow; in real_to_integer() 1451 underflow: in real_to_integer() 1470 goto underflow; in real_to_integer() 2068 goto underflow; in real_from_string() 2114 goto underflow; in real_from_string() 2142 underflow: in real_from_string() 2668 underflow: in round_for_format() 2704 goto underflow; in round_for_format() 2710 goto underflow; in round_for_format() [all …]
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
H A D | fstream.tcc | 206 underflow() in underflow() function in std::basic_filebuf 390 __tmp = this->underflow(); in pbackfail()
|
H A D | sstream.tcc | 133 underflow() in underflow() function in std::basic_stringbuf
|
H A D | streambuf_iterator.h | 356 __c = __sb->underflow(); in _GLIBCXX_VISIBILITY()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/ |
H A D | stdio_sync_filebuf.h | 102 underflow() in _GLIBCXX_VISIBILITY()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/ |
H A D | stdio_sync_filebuf.h | 131 underflow() in _GLIBCXX_VISIBILITY()
|