Home
last modified time | relevance | path

Searched refs:sxy (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfma.c78 int hx, hy, hz, ex, ey, ez, exy, sxy, sz, e, ibit; in __fma() local
113 sxy = (xx.i[0] ^ yy.i[0]) & 0x80000000; in __fma()
167 e = sxy; sxy = sz; sz = e; in __fma()
212 if (sxy ^ sz) { in __fma()
H A Dfmal.c97 int hx, hy, hz, ex, ey, ez, exy, sxy, sz, e, ibit; in __fmal() local
261 sxy = (xx.i[0] ^ yy.i[0]) & 0x80000000; in __fmal()
495 e = sxy; sxy = sz; sz = e; in __fmal()
593 if (sxy ^ sz) { in __fmal()
882 int ex, ey, ez, exy, sxy, sz, e, tinyafter; in __fmal() local
913 sxy = (xx.i[2] ^ yy.i[2]) & 0x8000; in __fmal()
973 e = sxy; sxy = sz; sz = e; in __fmal()
1025 if (sxy ^ sz) { in __fmal()
1067 if (sxy ^ sz) in __fmal()