/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/ |
D | e_powl.c | 93 huge = 1.0e300L, variable 282 return (hy < 0) ? sgn * huge * huge : sgn * tiny * tiny; in __ieee754_powl() 284 return (hy > 0) ? sgn * huge * huge : sgn * tiny * tiny; in __ieee754_powl() 288 return (hy < 0) ? sgn * huge * huge : sgn * tiny * tiny; in __ieee754_powl() 290 return (hy > 0) ? sgn * huge * huge : sgn * tiny * tiny; in __ieee754_powl() 372 return sgn * huge * huge; /* overflow */ in __ieee754_powl() 376 return sgn * huge * huge; /* overflow */ in __ieee754_powl()
|
D | e_coshl.c | 38 static const long double one = 1.0L, half=0.5L, huge = 1.0e300L; variable 80 return huge*huge; in __ieee754_coshl()
|
D | s_scalblnl.c | 33 huge = 1.0E+300L, variable 60 return huge*copysignl(huge,x); /* overflow */ in __scalblnl()
|
D | s_scalbnl.c | 33 huge = 1.0E+300L, variable 60 return huge*copysignl(huge,x); /* overflow */ in __scalbnl()
|
/glibc-2.36/sysdeps/ieee754/ldbl-128/ |
D | e_powl.c | 93 huge = L(1.0e3000), variable 282 return (hy < 0) ? huge * huge : tiny * tiny; in __ieee754_powl() 284 return (hy > 0) ? huge * huge : tiny * tiny; in __ieee754_powl() 288 return (hy < 0) ? sgn * huge * huge : sgn * tiny * tiny; in __ieee754_powl() 290 return (hy > 0) ? sgn * huge * huge : sgn * tiny * tiny; in __ieee754_powl() 392 return sgn * huge * huge; /* overflow */ in __ieee754_powl() 396 return sgn * huge * huge; /* overflow */ in __ieee754_powl()
|
D | s_scalblnl.c | 33 huge = L(1.0E+4900), variable 50 return huge*copysignl(huge,x); /* overflow */ in __scalblnl()
|
D | s_scalbnl.c | 33 huge = L(1.0E+4900), variable 50 return huge*copysignl(huge,x); /* overflow */ in __scalbnl()
|
D | e_coshl.c | 58 static const _Float128 one = 1.0, half = 0.5, huge = L(1.0e4900), variable 109 return huge * huge; in __ieee754_coshl()
|
/glibc-2.36/sysdeps/ieee754/flt-32/ |
D | s_expm1f.c | 23 static const float huge = 1.0e+30; variable 60 return huge*huge; /* overflow */ in __expm1f() 87 t = huge+x; /* return x with inexact flags when x!=0 */ in __expm1f() 88 return x - (t-(huge+x)); in __expm1f()
|
D | e_coshf.c | 20 static const float huge = 1.0e30; variable 61 return math_narrow_eval (huge*huge); in __ieee754_coshf()
|
D | s_scalblnf.c | 21 huge = 1.0e+30, variable 40 return huge*copysignf(huge,x); /* overflow */ in __scalblnf()
|
D | s_scalbnf.c | 21 huge = 1.0e+30, variable 40 return huge*copysignf(huge,x); /* overflow */ in __scalbnf()
|
D | e_atanhf.c | 45 static const float huge = 1e30; variable 56 math_force_eval (huge + x); in __ieee754_atanhf()
|
D | s_asinhf.c | 24 huge= 1.0000000000e+30; variable 35 if(huge+x>one) return x; /* return x inexact except 0 */ in __asinhf()
|
/glibc-2.36/sysdeps/ieee754/dbl-64/ |
D | s_expm1.c | 120 huge = 1.0e+300, variable 165 return huge * huge; /* overflow */ in __expm1() 202 t = huge + x; /* return x with inexact flags when x!=0 */ in __expm1() 203 return x - (t - (huge + x)); in __expm1()
|
D | e_cosh.c | 38 static const double one = 1.0, half=0.5, huge = 1.0e300; variable 83 return math_narrow_eval (huge * huge); in __ieee754_cosh()
|
D | s_scalbln.c | 25 huge = 1.0e+300, variable 45 return huge*copysign(huge,x); /* overflow */ in __scalbln()
|
D | s_scalbn.c | 25 huge = 1.0e+300, variable 45 return huge*copysign(huge,x); /* overflow */ in __scalbn()
|
D | e_atanh.c | 45 static const double huge = 1e300; variable 56 math_force_eval (huge + x); in __ieee754_atanh()
|
D | s_asinh.c | 33 huge = 1.00000000000000000000e+300; variable 45 if (huge + x > one) in __asinh()
|
/glibc-2.36/sysdeps/i386/fpu/ |
D | s_asinh.S | 25 .type huge,@object 26 huge: .double 1e+300 label 27 ASM_SIZE_DIRECTIVE(huge) 101 faddl MO(huge) // huge+x : x
|
D | s_asinhf.S | 25 .type huge,@object 26 huge: .double 1e+36 label 27 ASM_SIZE_DIRECTIVE(huge) 101 faddl MO(huge) // huge+x : x
|
D | s_asinhl.S | 25 .type huge,@object 26 huge: .tfloat 1e+4930 label 27 ASM_SIZE_DIRECTIVE(huge) 109 fldt MO(huge) // huge : x : x
|
/glibc-2.36/sysdeps/ieee754/ldbl-96/ |
D | s_scalblnl.c | 28 huge = 1.0e+4900L, variable 47 return huge*copysignl(huge,x); /* overflow */ in __scalblnl()
|
D | e_coshl.c | 41 static const long double one = 1.0, half=0.5, huge = 1.0e4900L; variable 86 return huge*huge; in __ieee754_coshl()
|