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

/fuchsia/zircon/third_party/ulib/musl/third_party/complex/
H A Dcexp.c30 static const uint32_t exp_ovfl = 0x40862e42, /* high bits of MAX_EXP * ln2 ~= 710 */ variable
64 if (hx >= exp_ovfl && hx <= cexp_ovfl) {
73 * - x < exp_ovfl and exp(x) won't overflow (common case)
H A Dcexpf.c30 static const uint32_t exp_ovfl = 0x42b17218, /* MAX_EXP * ln2 ~= 88.722839355 */ variable
64 if (hx >= exp_ovfl && hx <= cexp_ovfl) {
73 * - x < exp_ovfl and exp(x) won't overflow (common case)

Completed in 26 milliseconds