Searched refs:ovt (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A De_pow.c92 ovt = 8.0085662595372944372e-0017, /* -(1024-log2(ovfl+.5ulp)) */ variable
271 if(p_l+ovt>z-p_h) return s*huge*huge; /* overflow */
H A De_powf.c50 ovt = 4.2995665694e-08, /* -(128-log2(ovfl+.5ulp)) */ variable
215 if(p_l+ovt>z-p_h) return sn*huge*huge; /* overflow */
/freebsd-11-stable/lib/msun/ld128/
H A De_powl.c141 ovt = 8.0085662595372944372e-0017L, variable
389 if (p_l + ovt > z - p_h)

Completed in 70 milliseconds