Searched refs:kln2 (Results 1 – 6 of 6) sorted by relevance
5 static const float kln2 = 0x1.45c778p+7f; variable15 return expf(x - kln2) * scale * scale; in __expo2f()
5 static const double kln2 = 0x1.62066151add8bp+10; variable15 return exp(x - kln2) * scale * scale; in __expo2()
31 static const float kln2 = 162.88958740F; /* k * ln2 */ variable44 exp_x = expf(x - kln2); in __frexp_expf()
31 static const double kln2 = 1246.97177782734161156; /* k * ln2 */ variable51 exp_x = exp(x - kln2); in __frexp_exp()