Lines Matching refs:hx0
90 hx0 = HI(px); \
103 int hx0, hx1, hy0, j0, diff; in __vhypot() local
119 hx0 = HI(px); in __vhypot()
124 hx0 &= 0x7fffffff; in __vhypot()
127 if (hx0 >= 0x7fe00000) /* |X| >= 2**1023 or Inf or NaN */ in __vhypot()
129 diff = hy0 - hx0; in __vhypot()
141 if (hx0 == 0x7ff00000 && lx == 0) res = x == y ? y : x; in __vhypot()
171 diff = hy0 - hx0; in __vhypot()
183 if (hx0 == 0x7ff00000 && lx == 0) res = x == y ? y : x; in __vhypot()
214 if (hx0 < 0x00100000 && hy0 < 0x00100000) /* X and Y are subnormal */ in __vhypot()
235 hx0 = hx1; in __vhypot()
249 hx0 = HI(px); in __vhypot()
252 hx0 &= 0x7fffffff; in __vhypot()
255 diff = hy0 - hx0; in __vhypot()
268 if (hx0 == 0x7ff00000 && lx == 0) res = x == y ? y : x; in __vhypot()
348 int hx0, hy0, j0, diff0; in __vhypot_n() local
357 hx0 = HI(px); in __vhypot_n()
360 hx0 &= 0x7fffffff; in __vhypot_n()
363 diff0 = hy0 - hx0; in __vhypot_n()