Searched refs:ovt (Results 1 - 2 of 2) sorted by path

/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_pow.c88 ovt = 8.0085662595372944372e-0017, /* -(1024-log2(ovfl+.5ulp)) */ variable
267 if(p_l+ovt>z-p_h) return s*huge*huge; /* overflow */
H A De_powf.c47 ovt = 4.2995665694e-08, /* -(128-log2(ovfl+.5ulp)) */ variable
212 if(p_l+ovt>z-p_h) return sn*huge*huge; /* overflow */

Completed in 140 milliseconds