Lines Matching defs:sxy
97 int hx, hy, hz, ex, ey, ez, exy, sxy, sz, e, ibit;
261 sxy = (xx.i[0] ^ yy.i[0]) & 0x80000000;
489 * now x*y is represented by sxy, exy, and xy[0-7], and z is
495 e = sxy; sxy = sz; sz = e;
593 if (sxy ^ sz) {
882 int ex, ey, ez, exy, sxy, sz, e, tinyafter;
913 sxy = (xx.i[2] ^ yy.i[2]) & 0x8000;
968 * now x*y is represented by sxy, exy, and xy[0-4], and z is
973 e = sxy; sxy = sz; sz = e;
1025 if (sxy ^ sz) {
1067 if (sxy ^ sz)