Searched refs:kln2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A Dk_exp.c36 static const double kln2 = 1246.97177782734161156; /* k * ln2 */ variable
52 * We use exp(x) = exp(x - kln2) * 2**k, carefully chosen to
53 * minimize |exp(kln2) - 2**k|. We also scale the exponent of
57 exp_x = exp(x - kln2);
H A Dk_expf.c36 static const float kln2 = 162.88958740F; /* k * ln2 */ variable
50 exp_x = expf(x - kln2);

Completed in 124 milliseconds