Home
last modified time | relevance | path

Searched refs:ln2 (Results 1 – 13 of 13) sorted by relevance

/sysdeps/ieee754/flt-32/
A De_acoshf.c25 ln2 = 6.9314718246e-01; /* 0x3f317218 */ variable
38 return __ieee754_logf(x)+ln2; /* acosh(huge)=log(2x) */ in __ieee754_acoshf()
A Ds_asinhf.c23 ln2 = 6.9314718246e-01, /* 0x3f317218 */ variable
39 w = __ieee754_logf(fabsf(x))+ln2; in __asinhf()
A De_logf_data.c40 .ln2 = 0x1.62e42fefa39efp-1,
A De_logf.c35 #define Ln2 __logf_data.ln2
A Dmath_config.h142 double ln2; member
/sysdeps/ieee754/dbl-64/
A De_acosh.c32 ln2 = 6.93147180559945286227e-01; /* 0x3FE62E42, 0xFEFA39EF */ variable
49 return __ieee754_log (x) + ln2;/* acosh(huge)=log(2x) */ in __ieee754_acosh()
A Ds_asinh.c32 ln2 = 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */ variable
52 w = __ieee754_log (fabs (x)) + ln2; in __asinh()
/sysdeps/ieee754/ldbl-96/
A De_acoshl.c35 ln2 = 6.931471805599453094287e-01L; /* 0x3FFE, 0xB17217F7, 0xD1CF79AC */ variable
49 return __ieee754_logl(x)+ln2; /* acoshl(huge)=logl(2x) */ in __ieee754_acoshl()
A Ds_asinhl.c38 ln2 = 6.931471805599453094287e-01L, /* 0x3FFE, 0xB17217F7, 0xD1CF79AC */ variable
53 w = __ieee754_logl(fabsl(x))+ln2; in __asinhl()
/sysdeps/ieee754/ldbl-128/
A De_acoshl.c35 ln2 = L(0.6931471805599453094172321214581766); variable
50 return __ieee754_logl(x)+ln2; /* acoshl(huge)=logl(2x) */ in __ieee754_acoshl()
A Ds_asinhl.c38 ln2 = L(6.931471805599453094172321214581765681e-1), variable
62 w = __ieee754_logl (u.value) + ln2; in __asinhl()
/sysdeps/ieee754/ldbl-128ibm/
A De_acoshl.c33 ln2 = M_LN2l; variable
52 return __ieee754_logl(x)+ln2; /* acosh(huge)=log(2x) */ in __ieee754_acoshl()
A Ds_asinhl.c36 ln2 = 0.6931471805599453094172321214581766L, /* 0x3fe62e42fefa39ef, 0x3c7abc9e3b398040 */ variable
54 w = __ieee754_logl(fabsl(x))+ln2; in __asinhl()

Completed in 8 milliseconds