Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_cexpf.c36 exp_ovfl = 0x42b17218, /* MAX_EXP * ln2 ~= 88.722839355 */ variable
72 if (hx >= exp_ovfl && hx <= cexp_ovfl) { in cexpf()
Ds_cexp.c36 exp_ovfl = 0x40862e42, /* high bits of MAX_EXP * ln2 ~= 710 */ variable
72 if (hx >= exp_ovfl && hx <= cexp_ovfl) { in cexp()