HomeSort by: relevance | last modified time | path
    Searched defs:underflow (Results 1 - 25 of 80) sorted by relevancy

1 2 3 4

  /src/lib/libm/arch/vax/
n_scalbn.S 59 jleq underflow
69 jleq underflow /* <= 0? */
75 underflow: label
n_scalbn.S 59 jleq underflow
69 jleq underflow /* <= 0? */
75 underflow: label
  /src/lib/libc/compat/gen/
compat_ldexp_ieee754.c 48 underflow(double val) function
95 return underflow(val);
100 return underflow(val);
126 * Check for underflow and overflow, and if none, calculate the
148 return underflow(val);
compat_ldexp_ieee754.c 48 underflow(double val) function
95 return underflow(val);
100 return underflow(val);
126 * Check for underflow and overflow, and if none, calculate the
148 return underflow(val);
  /src/external/bsd/kyua-cli/dist/utils/process/
systembuf.cpp 95 systembuf::underflow(void) function in class:systembuf
systembuf.cpp 95 systembuf::underflow(void) function in class:systembuf
  /src/external/lgpl3/mpc/dist/src/
log.c 26 int ok, underflow = 0; local
132 Intermediate underflow is impossible. */
174 /* If the result is 0, then there has been an underflow somewhere. */
196 underflow = 1;
198 } while (!underflow &&
209 if (underflow)
210 /* create underflow in result */
log.c 26 int ok, underflow = 0; local
132 Intermediate underflow is impossible. */
174 /* If the result is 0, then there has been an underflow somewhere. */
196 underflow = 1;
198 } while (!underflow &&
209 if (underflow)
210 /* create underflow in result */
sqr.c 30 an infinity is an overflow, and a squaring yielding 0 is an underflow.
99 the addition. Shifting u and v prevents an underflow. */
122 int underflow; local
142 underflow = mpfr_div_2ui (z, z, mpz_get_ui (eu), rnd);
143 if (underflow)
144 inex = underflow;
  /src/external/lgpl3/mpfr/dist/src/
sinu.c 41 int inexact = 0, nloops = 0, underflow = 0; local
136 underflow = 1;
233 return underflow ? inexact : mpfr_check_range (y, inexact, rnd_mode);
tanu.c 35 int inexact = 0, nloops = 0, underflow = 0; local
135 underflow = 1;
220 return underflow ? inexact : mpfr_check_range (y, inexact, rnd_mode);
sinu.c 41 int inexact = 0, nloops = 0, underflow = 0; local
136 underflow = 1;
233 return underflow ? inexact : mpfr_check_range (y, inexact, rnd_mode);
tanu.c 35 int inexact = 0, nloops = 0, underflow = 0; local
135 underflow = 1;
220 return underflow ? inexact : mpfr_check_range (y, inexact, rnd_mode);
cosu.c 35 int inexact = 0, nloops = 0, underflow = 0; local
247 return underflow ? inexact : mpfr_check_range (y, inexact, rnd_mode);
  /src/common/dist/zlib/contrib/iostream3/
zfstream.cc 171 // Calls to underflow will fail if file not opened for reading
183 gzfilebuf::underflow() function in class:gzfilebuf
186 // (this shouldn't normally happen, as underflow is only supposed
318 // Get area starts empty and will be expanded by underflow as need arises
zfstream.cc 171 // Calls to underflow will fail if file not opened for reading
183 gzfilebuf::underflow() function in class:gzfilebuf
186 // (this shouldn't normally happen, as underflow is only supposed
318 // Get area starts empty and will be expanded by underflow as need arises
  /src/lib/libm/src/
s_exp2f.c 50 * underflow or overflow trap as well as generating infinity or zero.
64 static volatile double underflow = 0x1p-1000; variable
69 #define underflow (tiny * tiny) macro
138 return underflow; /* zero with underflow */
s_exp2f.c 50 * underflow or overflow trap as well as generating infinity or zero.
64 static volatile double underflow = 0x1p-1000; variable
69 #define underflow (tiny * tiny) macro
138 return underflow; /* zero with underflow */
  /src/external/gpl3/binutils/dist/zlib/contrib/iostream3/
zfstream.cc 171 // Calls to underflow will fail if file not opened for reading
183 gzfilebuf::underflow() function in class:gzfilebuf
186 // (this shouldn't normally happen, as underflow is only supposed
318 // Get area starts empty and will be expanded by underflow as need arises
zfstream.cc 171 // Calls to underflow will fail if file not opened for reading
183 gzfilebuf::underflow() function in class:gzfilebuf
186 // (this shouldn't normally happen, as underflow is only supposed
318 // Get area starts empty and will be expanded by underflow as need arises
  /src/external/gpl3/binutils.old/dist/zlib/contrib/iostream3/
zfstream.cc 171 // Calls to underflow will fail if file not opened for reading
183 gzfilebuf::underflow() function in class:gzfilebuf
186 // (this shouldn't normally happen, as underflow is only supposed
318 // Get area starts empty and will be expanded by underflow as need arises
  /src/external/gpl3/gdb/dist/readline/readline/examples/
readlinebuf.h 87 virtual int_type underflow() { function in class:readlinebuf
103 int_type c = underflow();
  /src/external/gpl3/gdb/dist/zlib/contrib/iostream3/
zfstream.cc 171 // Calls to underflow will fail if file not opened for reading
183 gzfilebuf::underflow() function in class:gzfilebuf
186 // (this shouldn't normally happen, as underflow is only supposed
318 // Get area starts empty and will be expanded by underflow as need arises
  /src/external/gpl3/gdb.old/dist/zlib/contrib/iostream3/
zfstream.cc 171 // Calls to underflow will fail if file not opened for reading
183 gzfilebuf::underflow() function in class:gzfilebuf
186 // (this shouldn't normally happen, as underflow is only supposed
318 // Get area starts empty and will be expanded by underflow as need arises
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/
readlinebuf.h 87 virtual int_type underflow() { function in class:readlinebuf
103 int_type c = underflow();

Completed in 77 milliseconds

1 2 3 4