Lines Matching refs:hx1
45 unsigned hx0, hx1, hx2, hy0, hy1, hy2; in __vhypotf() local
98 hx1 = *(unsigned*)x & ~0x80000000; in __vhypotf()
100 *(unsigned*)&x1 = hx1; in __vhypotf()
102 if (hy1 > hx1) in __vhypotf()
104 i = hy1 - hx1; in __vhypotf()
106 if (hx1 == 0) in __vhypotf()
111 i = hx1 - hy1; in __vhypotf()
112 j1 = hx1 & 0x7f800000; in __vhypotf()
115 else if (hx1 == 0) in __vhypotf()
121 if (hx1 == 0x7f800000) in __vhypotf()
125 else if (hx1 > 0x7f800000 || hy1 > 0x7f800000) in __vhypotf()