Lines Matching defs:e2
235 int e2=0, e, i, j, l;260 y = frexpl(y, &e2) * 2;261 if (y) e2--;286 estr=fmt_u(e2<0 ? -e2 : e2, ebuf);288 *--estr = (e2<0 ? '-' : '+');315 if (y) y *= 0x1p28, e2-=28;317 if (e2<0) a=r=z=big;325 while (e2>0) {327 int sh=MIN(29,e2);335 e2-=sh;337 while (e2<0) {339 int sh=MIN(9,-e2);350 e2+=sh;