Lines Matching defs:hu
110 int k, hx, hu, ax;
150 hu = 1;
162 hu = u.as_int.hi;
163 k = (hu >> 20) - 1023;
170 hu = u.as_int.hi;
171 k = (hu >> 20) - 1023;
174 hu &= 0x000fffff;
182 if (hu < 0x6a09e)
185 u.as_int.hi = hu | 0x3ff00000; /* normalize u */
190 u.as_int.hi = hu | 0x3fe00000; /* normalize u/2 */
191 hu = (0x00100000 - hu) >> 2;
196 if (hu == 0)