| /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
|
| n_support.S | 245 movq $0,%r0 #x underflow to zero
|
| /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/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/common/dist/zlib/contrib/iostream/ |
| zfstream.h | 30 virtual int underflow();
|
| zfstream.cpp | 135 int gzfilebuf::underflow() { function in class:gzfilebuf
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| fp_trunc_impl.inc | 67 const src_rep_t underflow = (src_rep_t)underflowExponent << srcSigBits; 79 if (aAbs - underflow < aAbs - overflow) {
|
| /src/common/dist/zlib/contrib/iostream3/ |
| zfstream.h | 113 underflow(); 143 * This calls underflow(EOF) to do the job.
|
| 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/libc/arch/mips/gen/ |
| ldexp.S | 75 ble t1, zero, 4f # underflow? 140 ble t1, zero, 4f # underflow?
|
| /src/sys/arch/m68k/060sp/dist/ |
| pfpsp.s | 457 set unfl_bit, 3 # underflow 464 set aunfl_bit, 5 # accrued underflow bit 485 set unfl_mask, 0x00000800 # underflow exception mask 492 set aunfl_mask, 0x00000020 # accrued underflow 829 # _fpsp_unfl(): 060FPSP entry point for FP Underflow exception. # 832 # FP Underflow exception in an operating system. # 853 # Underflow Exception enabled: # 856 # Underflow Exception disabled: # 861 # On the 060, if an FP underflow is present as the result of any # 862 # instruction, the 060 will take an underflow exception whether the [all...] |
| fskeletn.s | 97 # This is the exit point for the 060FPSP when an enabled underflow exception 99 # for enabled underflow conditions. The exception stack frame is an underflow
|
| fpsp.s | 457 set unfl_bit, 3 # underflow 464 set aunfl_bit, 5 # accrued underflow bit 485 set unfl_mask, 0x00000800 # underflow exception mask 492 set aunfl_mask, 0x00000020 # accrued underflow 829 # _fpsp_unfl(): 060FPSP entry point for FP Underflow exception. # 832 # FP Underflow exception in an operating system. # 853 # Underflow Exception enabled: # 856 # Underflow Exception disabled: # 861 # On the 060, if an FP underflow is present as the result of any # 862 # instruction, the 060 will take an underflow exception whether the [all...] |
| fplsp.s | 437 set unfl_bit, 3 # underflow 444 set aunfl_bit, 5 # accrued underflow bit 465 set unfl_mask, 0x00000800 # underflow exception mask 472 set aunfl_mask, 0x00000020 # accrued underflow 5212 # here, the operation may underflow iff the precision is sgl or dbl. 6828 # neither overflow nor underflow. If AdjFlag = 1, that # 6831 # Hence, exp(X) may overflow or underflow or neither. # 6834 # over/underflow. Possible exception in 6.4 is overflow # 6835 # or underflow. The inexact exception is not generated in # 6872 # Notes: Exp(X) will surely overflow or underflow, depending on [all...] |
| ftest.s | 937 # This test will take an underflow directly. 939 string "\tEnabled underflow..." 989 # This test will take a non-maskable underflow directly. 991 string "\tNon-maskable underflow..."
|
| /src/sys/arch/m68k/fpsp/ |
| l_fpsp.h | 191 unfl_bit equ 3 underflow 198 aunfl_bit equ 5 accrued underflow 220 aunfl_mask equ $00000020 accrued underflow
|
| fpsp.h | 91 * instruction that generates (say) an underflow. Alternatively, 259 unfl_bit equ 3 underflow 266 aunfl_bit equ 5 accrued underflow 288 aunfl_mask equ $00000020 accrued underflow
|
| /src/sys/arch/atari/atari/ |
| vectors.s | 103 ASVECTOR(unfl) | 51: FPCP underflow 111 VECTOR(fpfault) | 51: FPCP underflow
|
| /src/tests/lib/libm/ |
| t_ldexp.c | 447 TEST(ldexp_underflow, underflow)
|