Searched refs:ln2 (Results 1 – 6 of 6) sorted by relevance
57 #define ln2 u_ln2.e macro60 ln2 = 6.93147180559945309417232121458176568e-1L; /* 0x162e42fefa39ef35793c7673007e6.0p-113 */ variable79 RETURNI(logl(x)+ln2); /* acosh(huge)=log(2x), or misnormal */ in acoshl()
60 #define ln2 u_ln2.e macro63 ln2 = 6.93147180559945309417232121458176568e-1L; /* 0x162e42fefa39ef35793c7673007e6.0p-113 */ variable82 w = logl(fabsl(x))+ln2; in asinhl()
24 ln2 = 6.9314718246e-01; /* 0x3f317218 */ variable38 return __ieee754_logf(x)+ln2; /* acosh(huge)=log(2x) */ in __ieee754_acoshf()
39 ln2 = 6.93147180559945286227e-01; /* 0x3FE62E42, 0xFEFA39EF */ variable54 return __ieee754_log(x)+ln2; /* acosh(huge)=log(2x) */ in __ieee754_acosh()
24 ln2 = 6.9314718246e-01, /* 0x3f317218 */ variable39 w = __ieee754_logf(fabsf(x))+ln2; in asinhf()
34 ln2 = 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */ variable49 w = __ieee754_log(fabs(x))+ln2; in asinh()