Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
De_acoshl.c57 #define ln2 u_ln2.e macro
60 ln2 = 6.93147180559945309417232121458176568e-1L; /* 0x162e42fefa39ef35793c7673007e6.0p-113 */ variable
79 RETURNI(logl(x)+ln2); /* acosh(huge)=log(2x), or misnormal */ in acoshl()
Ds_asinhl.c60 #define ln2 u_ln2.e macro
63 ln2 = 6.93147180559945309417232121458176568e-1L; /* 0x162e42fefa39ef35793c7673007e6.0p-113 */ variable
82 w = logl(fabsl(x))+ln2; in asinhl()
De_acoshf.c24 ln2 = 6.9314718246e-01; /* 0x3f317218 */ variable
38 return __ieee754_logf(x)+ln2; /* acosh(huge)=log(2x) */ in __ieee754_acoshf()
De_acosh.c39 ln2 = 6.93147180559945286227e-01; /* 0x3FE62E42, 0xFEFA39EF */ variable
54 return __ieee754_log(x)+ln2; /* acosh(huge)=log(2x) */ in __ieee754_acosh()
Ds_asinhf.c24 ln2 = 6.9314718246e-01, /* 0x3f317218 */ variable
39 w = __ieee754_logf(fabsf(x))+ln2; in asinhf()
Ds_asinh.c34 ln2 = 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */ variable
49 w = __ieee754_log(fabs(x))+ln2; in asinh()