Searched defs:__LO (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dremquo.c55 #define __LO(x) ((int *) &x)[LOWORD] macro
65 lx = __LO(x); /* low word of x */
67 ly = __LO(y); /* low word of y */
189 __LO(x) = lx;
203 __LO(x) = lx;
219 ly = __LO(y); /* low word of y */
H A Dtgammaf.c57 #define __LO(x) ((unsigned *) &x)[LOWORD] macro
314 lx = __LO(x);
318 __LO(y) = lx;
320 __LO(z) = 0;
H A Dtgamma.c754 #define __LO(x) ((unsigned *) &x)[LOWORD] macro
1244 lx = __LO(x);
1249 __LO(y) = lx;
1251 __LO(z) = 0;
1464 __LO(zh) = 0;
1539 lx = __LO(x);
/illumos-gate/usr/src/lib/libm/common/C/
H A D_SVID_error.c118 #define __LO(x) ((unsigned *)&x)[LOWORD] macro
525 ly = __LO(y);

Completed in 61 milliseconds