Home
last modified time | relevance | path

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

/freebsd/lib/msun/src/
H A Dk_exp.c35 static const double kln2 = 1246.97177782734161156; /* k * ln2 */ variable
56 exp_x = exp(x - kln2); in __frexp_exp()
H A Dk_expf.c35 static const float kln2 = 162.88958740F; /* k * ln2 */ variable
49 exp_x = expf(x - kln2); in __frexp_expf()