Lines Matching refs:hx0
45 unsigned hx0, hx1, hx2, hy0, hy1, hy2; in __vhypotf() local
51 hx0 = *(unsigned*)x & ~0x80000000; in __vhypotf()
53 *(unsigned*)&x0 = hx0; in __vhypotf()
55 if (hy0 > hx0) in __vhypotf()
57 i = hy0 - hx0; in __vhypotf()
59 if (hx0 == 0) in __vhypotf()
64 i = hx0 - hy0; in __vhypotf()
65 j0 = hx0 & 0x7f800000; in __vhypotf()
68 else if (hx0 == 0) in __vhypotf()
74 if (hx0 == 0x7f800000) in __vhypotf()
78 else if (hx0 > 0x7f800000 || hy0 > 0x7f800000) in __vhypotf()