Lines Matching defs:hy
34 int hx, hy, ix, iy;
40 hy = __HI (y); /* high word of y */
43 iy = hy & 0x7fffffff; /* |y| */
58 ret.as_int.hi = hy & 0x80000000; /* return +-minsubnormal */
73 if (hx > hy || ((hx == hy) && (lx > ly)))
94 if (hy >= 0 || hx > hy || ((hx == hy) && (lx > ly)))
114 hy = hx & 0x7ff00000;
116 if (hy >= 0x7ff00000)
121 if (hy < 0x00100000)