Searched refs:Ln2 (Results 1 – 8 of 8) sorted by relevance
13 #define Ln2 (0x1.62e42fefa39efp-1) macro46 return log (x) + Ln2; in acosh()
12 #define Ln2 (0x1.62e4p-1f) macro40 return logf (x) + Ln2; in acoshf()
15 #define Ln2 (0x1.62e4p-1f) macro62 return asfloat (asuint (logf (ax) + Ln2) | sign); in asinhf()
17 #define Ln2 0x1.62e42fefa39efp-1 macro68 return asdouble (asuint64 (log (ax) + Ln2) | sign); in asinh()
17 #define Ln2 0x1.62e43p-1f macro54 return fmaf (scale_back, Ln2, p); in log1pf_inline()
13 #define Ln2 (0x1.62e43p-1f) macro153 return fmaf (scale_back, Ln2, p); in log1pf()
24 #define Ln2 __logf_data.ln2 macro69 y0 = logc + (double_t) k * Ln2; in logf()
25 #define Ln2 __logf_data.ln2 macro78 y0 = logc + (double_t) k * Ln2; in log10f()