Lines Matching defs:hx
34 int hx, hy, ix, iy;
38 hx = __HI (x); /* high word of x */
42 ix = hx & 0x7fffffff; /* |x| */
71 if (hx >= 0)
73 if (hx > hy || ((hx == hy) && (lx > ly)))
77 hx -= 1;
88 hx += 1;
94 if (hy >= 0 || hx > hy || ((hx == hy) && (lx > ly)))
98 hx -= 1;
109 hx += 1;
114 hy = hx & 0x7ff00000;
126 ret.as_int.hi = hx;
132 ret.as_int.hi = hx;