Searched refs:exp_ovfl (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/lib/msun/src/
H A Ds_cexp.c36 exp_ovfl = 0x40862e42, /* high bits of MAX_EXP * ln2 ~= 710 */ variable
72 if (hx >= exp_ovfl && hx <= cexp_ovfl) {
81 * - x < exp_ovfl and exp(x) won't overflow (common case)
H A Ds_cexpf.c36 exp_ovfl = 0x42b17218, /* MAX_EXP * ln2 ~= 88.722839355 */ variable
72 if (hx >= exp_ovfl && hx <= cexp_ovfl) {
81 * - x < exp_ovfl and exp(x) won't overflow (common case)

Completed in 168 milliseconds