Lines Matching refs:hx2
45 unsigned hx0, hx1, hx2, hy0, hy1, hy2; in __vhypotf() local
145 hx2 = *(unsigned*)x & ~0x80000000; in __vhypotf()
147 *(unsigned*)&x2 = hx2; in __vhypotf()
149 if (hy2 > hx2) in __vhypotf()
151 i = hy2 - hx2; in __vhypotf()
153 if (hx2 == 0) in __vhypotf()
158 i = hx2 - hy2; in __vhypotf()
159 j2 = hx2 & 0x7f800000; in __vhypotf()
162 else if (hx2 == 0) in __vhypotf()
168 if (hx2 == 0x7f800000) in __vhypotf()
172 else if (hx2 > 0x7f800000 || hy2 > 0x7f800000) in __vhypotf()