Searched refs:ey (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D__quad_mag.c48 unsigned int lx, ly, ex, ey, frac2, frac3, frac4; local
60 ey = (y->l.msw & 0x7fffffff) >> 16;
62 if (ey == 0)
63 ey = 1;
68 e = (int) ex - (int) ey;
208 unsigned int lx, ly, ex, ey, frac2, frac3, frac4; local
220 ey = (y->l.msw & 0x7fffffff) >> 16;
222 if (ey == 0)
223 ey = 1;
228 e = (int) ex - (int) ey;
[all...]
H A D_Q_mul.c92 int ibit, ex, ey, ez, sign; local
241 ey = (int)(ym >> 16);
243 if (ey) {
253 ey = 1;
259 ey = -31;
264 ey = -63;
268 ey = -95;
275 ey--;
278 ez += ey;
H A D_Q_div.c110 int ibit, ex, ey, ez, sign; local
273 ey = (int)(ym >> 16);
275 if (ey) {
285 ey = 1;
291 ey = -31;
296 ey = -63;
300 ey = -95;
307 ey--;
310 ez -= ey - 0x3fff;
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfma.c78 int hx, hy, hz, ex, ey, ez, exy, sxy, sz, e, ibit; local
120 ey = hy >> 20;
121 if (!ey) {
123 ey = ((yy.i[0] & ~0x80000000) >> 20) - 52;
132 exy = ex + ey - 0x3ff;
408 int ex, ey, ez; local
418 ey = yy.i[2] & 0x7fff;
422 if (ex == 0x7fff || ey == 0x7fff || ex == 0 || ey == 0)
H A Dfmal.c97 int hx, hy, hz, ex, ey, ez, exy, sxy, sz, e, ibit; local
292 ey = hy >> 16;
294 if (!ey) {
296 ey = 1;
302 ey = -31;
307 ey = -63;
311 ey = -95;
318 ey--;
322 exy = ex + ey - 0x3fff;
882 int ex, ey, e local
[all...]
/illumos-gate/usr/src/lib/libc/sparcv9/fp/
H A D__quad_mag64.s65 ! unsigned int ex, ey, round, rm;
76 ! ey = (y->ll.msll >> 48) & 0x7fff;
78 ! if (ey == 0)
79 ! ey = 1;
84 ! e = (int) ex - (int) ey;
195 andcc %l1,%l7,%l1 ! l1 = ey
204 sub %l0,%l1,%l1 ! l1 = e = ex - ey
358 ! unsigned int ex, ey, gr, borrow, rm;
369 ! ey = (y->ll.msll >> 48) & 0x7fff;
371 ! if (ey
[all...]

Completed in 64 milliseconds