Home | History | Annotate | Download | only in base

Lines Matching refs:log10_2hi

2096  *      Let log10_2hi = leading 40 bits of log10(2) and
2097 * log10_2lo = log10(2) - log10_2hi,
2103 * log10(x) := n*log10_2hi + (n*log10_2lo + ivln10*log(x))
2122 log10_2hi = 3.01029995663611771306e-01, /* 0x3FD34413, 0x509F6000 */
2155 return z + y * log10_2hi;