Searched refs:ln2 (Results 1 – 13 of 13) sorted by relevance
/sysdeps/ieee754/flt-32/ |
A D | e_acoshf.c | 25 ln2 = 6.9314718246e-01; /* 0x3f317218 */ variable 38 return __ieee754_logf(x)+ln2; /* acosh(huge)=log(2x) */ in __ieee754_acoshf()
|
A D | s_asinhf.c | 23 ln2 = 6.9314718246e-01, /* 0x3f317218 */ variable 39 w = __ieee754_logf(fabsf(x))+ln2; in __asinhf()
|
A D | e_logf_data.c | 40 .ln2 = 0x1.62e42fefa39efp-1,
|
A D | e_logf.c | 35 #define Ln2 __logf_data.ln2
|
A D | math_config.h | 142 double ln2; member
|
/sysdeps/ieee754/dbl-64/ |
A D | e_acosh.c | 32 ln2 = 6.93147180559945286227e-01; /* 0x3FE62E42, 0xFEFA39EF */ variable 49 return __ieee754_log (x) + ln2;/* acosh(huge)=log(2x) */ in __ieee754_acosh()
|
A D | s_asinh.c | 32 ln2 = 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */ variable 52 w = __ieee754_log (fabs (x)) + ln2; in __asinh()
|
/sysdeps/ieee754/ldbl-96/ |
A D | e_acoshl.c | 35 ln2 = 6.931471805599453094287e-01L; /* 0x3FFE, 0xB17217F7, 0xD1CF79AC */ variable 49 return __ieee754_logl(x)+ln2; /* acoshl(huge)=logl(2x) */ in __ieee754_acoshl()
|
A D | s_asinhl.c | 38 ln2 = 6.931471805599453094287e-01L, /* 0x3FFE, 0xB17217F7, 0xD1CF79AC */ variable 53 w = __ieee754_logl(fabsl(x))+ln2; in __asinhl()
|
/sysdeps/ieee754/ldbl-128/ |
A D | e_acoshl.c | 35 ln2 = L(0.6931471805599453094172321214581766); variable 50 return __ieee754_logl(x)+ln2; /* acoshl(huge)=logl(2x) */ in __ieee754_acoshl()
|
A D | s_asinhl.c | 38 ln2 = L(6.931471805599453094172321214581765681e-1), variable 62 w = __ieee754_logl (u.value) + ln2; in __asinhl()
|
/sysdeps/ieee754/ldbl-128ibm/ |
A D | e_acoshl.c | 33 ln2 = M_LN2l; variable 52 return __ieee754_logl(x)+ln2; /* acosh(huge)=log(2x) */ in __ieee754_acoshl()
|
A D | s_asinhl.c | 36 ln2 = 0.6931471805599453094172321214581766L, /* 0x3fe62e42fefa39ef, 0x3c7abc9e3b398040 */ variable 54 w = __ieee754_logl(fabsl(x))+ln2; in __asinhl()
|
Completed in 8 milliseconds