OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kln2
(Results
1 - 2
of
2
) sorted by null
/bionic/libm/upstream-freebsd/lib/msun/src/
k_exp.c
36
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
);
k_expf.c
36
static const float
kln2
= 162.88958740F; /* k * ln2 */
variable
50
exp_x = expf(x -
kln2
);
Completed in 67 milliseconds