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

1 2 3 4 5

  /src/external/bsd/kyua-cli/dist/utils/process/
systembuf.hpp 56 int_type underflow(void);
systembuf.cpp 95 systembuf::underflow(void) function in class:systembuf
  /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);
  /src/lib/libm/arch/vax/
n_scalbn.S 59 jleq underflow
69 jleq underflow /* <= 0? */
75 underflow: label
  /src/lib/libm/src/
s_scalbnl.c 86 goto underflow;
105 goto underflow;
109 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/lib/libc/gen/
getbsize.c 68 goto underflow;
105 underflow: warnx("%s: minimum blocksize is 512", p);
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
streambuf.cc 57 __c = __sbin->underflow();
97 __c = __sbin->underflow();
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
streambuf.cc 57 __c = __sbin->underflow();
97 __c = __sbin->underflow();
  /src/sys/arch/hppa/spmath/
dfadd.c 339 goto underflow;
353 result_exponent==0) goto underflow;
368 goto underflow;
376 goto underflow;
383 if(result_exponent <= 0) goto underflow;
422 underflow:
457 * exact. Otherwise round in the correct direction. No underflow is
dfsub.c 340 goto underflow;
352 result_exponent==0) goto underflow;
367 goto underflow;
375 goto underflow;
382 if(result_exponent <= 0) goto underflow;
421 underflow:
456 * exact. Otherwise round in the correct direction. No underflow is
sfadd.c 334 goto underflow;
348 result_exponent==0) goto underflow;
363 goto underflow;
371 goto underflow;
378 if(result_exponent <= 0) goto underflow;
417 underflow:
452 * exact. Otherwise round in the correct direction. No underflow is
sfsub.c 337 goto underflow;
351 result_exponent==0) goto underflow;
366 goto underflow;
374 goto underflow;
381 if(result_exponent <= 0) goto underflow;
420 underflow:
455 * exact. Otherwise round in the correct direction. No underflow is
  /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);
strtofr.c 479 exponents, such integer overflows would correspond to real underflow
483 extended to real early underflow/overflow checking, in order to avoid
648 goto overflow, goto underflow);
657 goto underflow;
662 goto overflow, goto underflow);
666 goto overflow, goto underflow);
711 goto overflow, goto underflow);
715 goto overflow, goto underflow);
750 goto underflow, goto overflow);
776 goto underflow; /* FIXME: Sure? *
    [all...]
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/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.old/dist/readline/readline/examples/
readlinebuf.h 87 virtual int_type underflow() { function in class:readlinebuf
103 int_type c = underflow();
  /src/external/bsd/atf/dist/tools/
io.hpp 316 virtual int_type underflow(void);
  /src/external/gpl3/gdb/dist/sim/testsuite/d10v/
t-sadd.s 34 ;; Test underflow
  /src/external/gpl3/gdb.old/dist/sim/testsuite/d10v/
t-sadd.s 34 ;; Test underflow
  /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 */
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/gpl3/gcc/dist/libgfortran/ieee/
ieee_exceptions.F90 62 integer :: underflow component in type:IEEE_MODES_TYPE
87 ! (rounding modes, underflow mode, and halting mode)
113 MODES%underflow = helper_underflow()
137 call helper_underflow(MODES%underflow)

Completed in 58 milliseconds

1 2 3 4 5