Lines Matching refs:hy1
60 int hy0, hy1, hy2;
185 hy1 = *(int*)y;
188 sy = hy1 & 0x80000000;
189 hy1 &= ~0x80000000;
194 if (hy1 > hx)
199 hx = hy1;
200 hy1 = i;
236 if (hx >= 0x7f800000 || hx - hy1 >= 0x0c800000)
242 else if (hy1 >= 0x7f800000)
256 if (hy1 < 0x00800000) {
257 if (hy1 == 0)
270 hy1 = *(int*)&y1;
275 k1 = (hy1 - hx + 0x3f800000) & 0xfff80000;