Lines Matching defs:ey
97 int hx, hy, hz, ex, ey, ez, exy, sxy, sz, e, ibit;
292 ey = hy >> 16;
294 if (!ey) {
296 ey = 1;
302 ey = -31;
307 ey = -63;
311 ey = -95;
318 ey--;
322 exy = ex + ey - 0x3fff;
882 int ex, ey, ez, exy, sxy, sz, e, tinyafter;
890 ey = yy.i[2] & 0x7fff;
894 if (ex == 0x7fff || ey == 0x7fff || (ex | xx.i[1] | xx.i[0]) == 0 ||
895 (ey | yy.i[1] | yy.i[0]) == 0) /* x or y is inf, nan, or 0 */
919 if (!ey) {
921 ey = (yy.i[2] & 0x7fff) - 63;
937 exy = ex + ey - 0x3fff;