Home
last modified time | relevance | path

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

/third_party/musl/src/complex/
Dcexpf.c31 exp_ovfl = 0x42b17218, /* MAX_EXP * ln2 ~= 88.722839355 */ variable
66 if (hx >= exp_ovfl && hx <= cexp_ovfl) { in cexpf()
Dcexp.c31 exp_ovfl = 0x40862e42, /* high bits of MAX_EXP * ln2 ~= 710 */ variable
66 if (hx >= exp_ovfl && hx <= cexp_ovfl) { in cexp()