Searched refs:underflow (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/lib/libc/gen/
H A Dgetbsize.c56 goto underflow;
93 underflow: warnx("minimum blocksize is 512");
/freebsd-11-stable/contrib/libstdc++/src/
H A Dstreambuf.cc60 __c = __sbin->underflow();
100 __c = __sbin->underflow();
H A Dstrstream.cc213 strstreambuf::underflow() function in class:strstreambuf
/freebsd-11-stable/contrib/libreadline/examples/
H A Dreadlinebuf.h87 virtual int_type underflow() { function in class:readlinebuf
103 int_type c = underflow();
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_streambuf.h331 * otherwise calls and returns @c underflow(). Does not move the
341 __ret = this->underflow();
632 * @c underflow() will not return @c traits::eof() until at least that
634 * returns -1, then calls to @c underflow() or @c uflow() will fail."
639 * calls [to underflow or uflow] will not return @c eof() but
683 underflow() function in class:basic_streambuf
690 * Informally, this function does the same thing as @c underflow(),
692 * the new character, like @c underflow() does. However, this
699 const bool __testeof = traits_type::eq_int_type(this->underflow(),
715 * are the same as for @c underflow()
[all...]
H A Dstd_fstream.h314 // underflow() and uflow() functions are called to get the next
316 // Buffered input uses underflow()
319 underflow();
387 * __off == egptr() - eback() upon underflow/uflow ('read' mode);
H A Dstd_sstream.h184 underflow();
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_trunc_impl.inc66 const src_rep_t underflow = (src_rep_t)underflowExponent << srcSigBits;
78 if (aAbs - underflow < aAbs - overflow) {
/freebsd-11-stable/lib/libc/mips/gen/
H A Dldexp.S77 ble t1, zero, 4f # underflow?
142 ble t1, zero, 4f # underflow?
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dstdio_sync_filebuf.h96 underflow() function in class:stdio_sync_filebuf
/freebsd-11-stable/contrib/gcc/
H A Dreal.c476 significant bit is set. We underflow to zero and overflow to
772 /* Would underflow to zero, which we shouldn't bother adding. */
1282 underflow:
1298 goto underflow;
1340 underflow:
1366 goto underflow;
1638 /* Be prepared for error in that division via underflow ... */
1872 goto underflow;
1896 goto underflow;
1948 goto underflow;
[all...]
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstreambuf_iterator.h345 __c = __sb->underflow();
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_ldexp.c452 TEST(ldexp_underflow, underflow)
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp221 strstreambuf::underflow() function in class:strstreambuf
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dieee754-df.S1294 2: @ either overflow or underflow
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Denv.cpp1089 int pop = 0; // 1 means pop, 2 means pop but no error message on underflow
1130 error("environment stack underflow");
/freebsd-11-stable/sys/mips/mips/
H A Dfp.S1561 * Conversions to integer which underflow will trap (if enabled),
1761 blt t1, SEXP_MIN, underflow_s # underflow?
2011 blt t1, DEXP_MIN, underflow_d # underflow?

Completed in 165 milliseconds