Searched defs:xy (Results 1 - 4 of 4) 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/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;
/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;

Completed in 257 milliseconds