Lines Matching defs:lx
35 unsigned lx, ly;
39 lx = __LO (x); /* low word of x */
45 if (((ix >= 0x7ff00000) && ((ix - 0x7ff00000) | lx) != 0) /* x is nan */
56 if ((ix | lx) == 0)
73 if (hx > hy || ((hx == hy) && (lx > ly)))
75 if (lx == 0)
80 lx -= 1;
84 lx += 1;
86 if (lx == 0)
94 if (hy >= 0 || hx > hy || ((hx == hy) && (lx > ly)))
96 if (lx == 0)
101 lx -= 1;
105 lx += 1;
107 if (lx == 0)
127 ret.as_int.lo = lx;
133 ret.as_int.lo = lx;