HomeSort by: relevance | last modified time | path
    Searched refs:OVERFLOW (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libm/complex/
catan.c 76 mtherr ("catan", OVERFLOW);
catanf.c 76 mtherr ("catan", OVERFLOW);
catanl.c 76 mtherr ("catanl", OVERFLOW);
  /src/lib/libm/src/
k_standard.c 39 * 4 -- hypot overflow
40 * 5 -- cosh overflow
41 * 6 -- exp overflow
49 * 14-- lgamma(finite) overflow
56 * 21-- pow(x,y) overflow
60 * 25-- sinh(finite) overflow
67 * 32-- scalb overflow
75 * 40-- gamma(finite) overflow
151 /* hypot(finite,finite) overflow */
152 exc.type = OVERFLOW;
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_report.cc 158 if (next_id_ == kMaxSize_) return OVERFLOW;
169 case OVERFLOW:
175 static const int OVERFLOW = -1;
  /src/include/
math.h 227 #define OVERFLOW 3
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 456 set ovfl_bit, 4 # overflow
463 set aovfl_bit, 6 # accrued overflow bit
484 set ovfl_mask, 0x00001000 # overflow exception mask
491 set aovfl_mask, 0x00000040 # accrued overflow
589 # _fpsp_ovfl(): 060FPSP entry point for FP Overflow exception. #
592 # FP Overflow exception in an operating system. #
604 # _real_ovfl() - "callout" for Overflow exception enabled code #
613 # Overflow Exception enabled: #
616 # Overflow Exception disabled: #
621 # On the 060, if an FP overflow is present as the result of any
    [all...]
fpsp.s 456 set ovfl_bit, 4 # overflow
463 set aovfl_bit, 6 # accrued overflow bit
484 set ovfl_mask, 0x00001000 # overflow exception mask
491 set aovfl_mask, 0x00000040 # accrued overflow
589 # _fpsp_ovfl(): 060FPSP entry point for FP Overflow exception. #
592 # FP Overflow exception in an operating system. #
604 # _real_ovfl() - "callout" for Overflow exception enabled code #
613 # Overflow Exception enabled: #
616 # Overflow Exception disabled: #
621 # On the 060, if an FP overflow is present as the result of any
    [all...]
fplsp.s 436 set ovfl_bit, 4 # overflow
443 set aovfl_bit, 6 # accrued overflow bit
464 set ovfl_mask, 0x00001000 # overflow exception mask
471 set aovfl_mask, 0x00000040 # accrued overflow
5480 #--there is a danger of unwanted overflow in first LOOP iteration. In this
5911 #--there is a danger of unwanted overflow in first LOOP iteration. In this
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 #
6872 # Notes: Exp(X) will surely overflow or underflow, depending on
    [all...]

Completed in 37 milliseconds