Searched refs:xy (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfmaf.c46 } xy, zz; local
55 xy.d = (double) x * y;
59 * if the sum xy + z will be exact, just compute it and cast the
62 exy = (xy.i[0] >> 20) & 0x7ff;
66 return ((float) (xy.d + zz.d));
75 u = xy.i[1];
79 xy.i[1] = u & ~(s - 1);
81 u = xy.i[0];
83 if ((u & (s - 1)) | xy.i[1])
85 xy
132 } xy, zz; local
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Dumultiply.s137 ! x * y = (xy) mod 2
138 ! -x * y = (2 - x) mod 2 * y = (2y - xy) mod 2
139 ! x * -y = x * (2 - y) mod 2 = (2x - xy) mod 2
140 ! -x * -y = (2 - x) * (2 - y) = (4 - 2x - 2y + xy) mod 2
150 ! xy - y * (2**32)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c312 point_t *xy; local
320 if ((xy = malloc(sizeof (*xy) * npoints)) == NULL) {
326 tblp->xymap = xy;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c450 point_t *xy; local
458 if ((xy = malloc(sizeof (*xy) * npoints)) == NULL) {
464 tblp->xymap = xy;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c462 point_t *xy; local
470 if ((xy = malloc(sizeof (*xy) * npoints)) == NULL) {
476 tblp->xymap = xy;

Completed in 71 milliseconds