Lines Matching refs:high
40 * n0 = ((*(int*)&one)>>29)^1; * index of high word *
41 * ix0 = *(n0+(int*)&x); * high word of x *
227 GET_HIGH_WORD(hx, x); /* high word of x */
268 uint32_t high;
271 GET_HIGH_WORD(high, y[0]);
272 i = j - ((high >> 20) & 0x7ff);
279 GET_HIGH_WORD(high, y[0]);
280 i = j - ((high >> 20) & 0x7ff);
373 ix &= 0x7fffffff; /* ix = |x|'s high word*/
741 ix &= 0x7fffffff; /* high word of x */
815 GET_HIGH_WORD(hx, x); /* high word of x */
816 ix = hx & 0x7fffffff; /* high word of |x| */
1150 /* High word of x. */
1267 hx &= 0x7fffffff; /* high word of |x| */
2019 hx &= 0x7fffffff; /* high word of |x| */
2131 uint32_t high, low;
2157 GET_HIGH_WORD(high, t);
2158 INSERT_WORDS(t, sign | ((high & 0x7fffffff) / 3 + B2), 0);
2234 /* High word of x. */
2293 /* High word of x. */