Searched refs:sxy (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | fma.c | 78 int hx, hy, hz, ex, ey, ez, exy, sxy, sz, e, ibit; local 113 sxy = (xx.i[0] ^ yy.i[0]) & 0x80000000; 162 * now x*y is represented by sxy, exy, and xy[0-3], and z is 167 e = sxy; sxy = sz; sz = e; 212 if (sxy ^ sz) {
|
H A D | fmal.c | 97 int hx, hy, hz, ex, ey, ez, exy, sxy, sz, e, ibit; local 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; local 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; sx [all...] |
Completed in 51 milliseconds