Home
last modified time | relevance | path

Searched refs:huge (Results 1 – 25 of 68) sorted by relevance

123

/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
De_powl.c93 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()
De_coshl.c38 static const long double one = 1.0L, half=0.5L, huge = 1.0e300L; variable
80 return huge*huge; in __ieee754_coshl()
Ds_scalblnl.c33 huge = 1.0E+300L, variable
60 return huge*copysignl(huge,x); /* overflow */ in __scalblnl()
Ds_scalbnl.c33 huge = 1.0E+300L, variable
60 return huge*copysignl(huge,x); /* overflow */ in __scalbnl()
/glibc-2.36/sysdeps/ieee754/ldbl-128/
De_powl.c93 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()
Ds_scalblnl.c33 huge = L(1.0E+4900), variable
50 return huge*copysignl(huge,x); /* overflow */ in __scalblnl()
Ds_scalbnl.c33 huge = L(1.0E+4900), variable
50 return huge*copysignl(huge,x); /* overflow */ in __scalbnl()
De_coshl.c58 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/
Ds_expm1f.c23 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()
De_coshf.c20 static const float huge = 1.0e30; variable
61 return math_narrow_eval (huge*huge); in __ieee754_coshf()
Ds_scalblnf.c21 huge = 1.0e+30, variable
40 return huge*copysignf(huge,x); /* overflow */ in __scalblnf()
Ds_scalbnf.c21 huge = 1.0e+30, variable
40 return huge*copysignf(huge,x); /* overflow */ in __scalbnf()
De_atanhf.c45 static const float huge = 1e30; variable
56 math_force_eval (huge + x); in __ieee754_atanhf()
Ds_asinhf.c24 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/
Ds_expm1.c120 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()
De_cosh.c38 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
83 return math_narrow_eval (huge * huge); in __ieee754_cosh()
Ds_scalbln.c25 huge = 1.0e+300, variable
45 return huge*copysign(huge,x); /* overflow */ in __scalbln()
Ds_scalbn.c25 huge = 1.0e+300, variable
45 return huge*copysign(huge,x); /* overflow */ in __scalbn()
De_atanh.c45 static const double huge = 1e300; variable
56 math_force_eval (huge + x); in __ieee754_atanh()
Ds_asinh.c33 huge = 1.00000000000000000000e+300; variable
45 if (huge + x > one) in __asinh()
/glibc-2.36/sysdeps/i386/fpu/
Ds_asinh.S25 .type huge,@object
26 huge: .double 1e+300 label
27 ASM_SIZE_DIRECTIVE(huge)
101 faddl MO(huge) // huge+x : x
Ds_asinhf.S25 .type huge,@object
26 huge: .double 1e+36 label
27 ASM_SIZE_DIRECTIVE(huge)
101 faddl MO(huge) // huge+x : x
Ds_asinhl.S25 .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/
Ds_scalblnl.c28 huge = 1.0e+4900L, variable
47 return huge*copysignl(huge,x); /* overflow */ in __scalblnl()
De_coshl.c41 static const long double one = 1.0, half=0.5, huge = 1.0e4900L; variable
86 return huge*huge; in __ieee754_coshl()

123