Searched refs:k_log1p (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/lib/msun/src/
H A Dk_log.h18 * k_log1p(f):
84 * We always inline k_log1p(), since doing so produces a
88 k_log1p(double f) function
H A De_log2.c23 * log2(x) = (f - 0.5*f*f + k_log1p(f)) / ln2 + k
69 r = k_log1p(f);
H A De_log10.c21 * log10(x) = (f - 0.5*f*f + k_log1p(f)) / ln10 + k * log10(2)
69 r = k_log1p(f);

Completed in 47 milliseconds