Lines Matching defs:hx
58 int hx, ix, iy, iz, k, ny, nd, m, sq;
60 hx = *(int *) &x;
61 ix = hx & 0x7fffffff;
63 sq = (iy ^ hx) & is; /* sign of x/y */
118 * *(int *) &w = is & hx;
166 *(int *) &w = is & hx;
191 *(int *) &w = is & hx;
203 *(int *) &w = (is & hx) | (ix & im) | (ny << 23);
207 *(int *) &w = (is & hx) | ix;
215 int hx, hy, sx, sq;
218 hx = *(int *) &x; /* high word of x */
220 sx = hx & is; /* sign of x */
221 sq = (hx ^ hy) & is; /* sign of x/y */
222 hx ^= sx; /* |x| */
227 if (hx >= ii || hy > ii || hy == 0) {