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_exp.c38 static const double kln2 = 1246.97177782734161156; /* k * ln2 */ variable
59 exp_x = exp(x - kln2); in __frexp_exp()
Dk_expf.c38 static const float kln2 = 162.88958740F; /* k * ln2 */ variable
52 exp_x = expf(x - kln2); in __frexp_expf()