Home
last modified time | relevance | path

Searched refs:cexp_ovfl (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/msun/ld128/
H A Ds_cexpl.c40 cexp_ovfl = 2.27892930024498818830197576893019292e+04L, variable
73 if (x > exp_ovfl && x < cexp_ovfl) { in cexpl()
/freebsd/lib/msun/src/
H A Ds_cexpf.c36 cexp_ovfl = 0x43400074; /* (MAX_EXP - MIN_DENORM_EXP) * ln2 */ variable
73 if (hx >= exp_ovfl && hx <= cexp_ovfl) { in cexpf()
H A Ds_cexp.c37 cexp_ovfl = 0x4096b8e4; /* (MAX_EXP - MIN_DENORM_EXP) * ln2 */ variable
74 if (hx >= exp_ovfl && hx <= cexp_ovfl) { in cexp()