Searched refs:cexp_ovfl (Results 1 – 3 of 3) sorted by relevance
40 cexp_ovfl = 2.27892930024498818830197576893019292e+04L, variable73 if (x > exp_ovfl && x < cexp_ovfl) { in cexpl()
36 cexp_ovfl = 0x43400074; /* (MAX_EXP - MIN_DENORM_EXP) * ln2 */ variable73 if (hx >= exp_ovfl && hx <= cexp_ovfl) { in cexpf()
37 cexp_ovfl = 0x4096b8e4; /* (MAX_EXP - MIN_DENORM_EXP) * ln2 */ variable74 if (hx >= exp_ovfl && hx <= cexp_ovfl) { in cexp()