Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Dk_expf.c36 static const float kln2 = 162.88958740F; /* k * ln2 */ variable
50 exp_x = expf(x - kln2); in __frexp_expf()
Dk_exp.c36 static const double kln2 = 1246.97177782734161156; /* k * ln2 */ variable
57 exp_x = exp(x - kln2); in __frexp_exp()