HomeSort by relevance Sort by last modified time
    Searched refs:exp_ovfl (Results 1 - 2 of 2) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cexp.c 36 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)
s_cexpf.c 36 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 453 milliseconds