Lines Matching refs:hy2
60 int hy0, hy1, hy2;
297 hy2 = *(int*)y;
300 sy = hy2 & 0x80000000;
301 hy2 &= ~0x80000000;
306 if (hy2 > hx)
311 hx = hy2;
312 hy2 = i;
348 if (hx >= 0x7f800000 || hx - hy2 >= 0x0c800000)
354 else if (hy2 >= 0x7f800000)
368 if (hy2 < 0x00800000) {
369 if (hy2 == 0)
382 hy2 = *(int*)&y2;
388 k2 = (hy2 - hx + 0x3f800000) & 0xfff80000;