Lines Matching refs:sx
47 unsigned hx, sx, frac, l;51 sx = xx.i[0] & 0x80000000;57 tt.i = sx | 0x7f000000;64 return (sx ? -1L : 1L);88 if (l > 0x80000000U || (l == 0x80000000U && !sx)) {89 tt.i = sx | 0x7f000000;94 if (sx)105 int ex, sx, i;109 sx = xx.i[2] & 0x8000;113 return (sx ? -1L : 1L);130 xx.i[2] = sx | ++ex;