Lines Matching defs:high
140 hx &= 0x7fffffff; /* high word of |x| */
197 u_int32_t high;
199 GET_HIGH_WORD(high,y);
200 SET_HIGH_WORD(y,high+(k<<20)); /* add k to y's exponent */
205 u_int32_t high;
208 GET_HIGH_WORD(high,y);
209 SET_HIGH_WORD(y,high+(k<<20)); /* add k to y's exponent */
211 u_int32_t high;
215 GET_HIGH_WORD(high,y);
216 SET_HIGH_WORD(y,high+(k<<20)); /* add k to y's exponent */