Lines Matching refs:hy1
53 h32 hx0, hx1, hx2, hy0, hy1, hy2; in __vhypotf() local
104 hy1.f = *y; in __vhypotf()
106 hy1.u &= ~0x80000000; in __vhypotf()
108 y1 = hy1.f; in __vhypotf()
109 if (hy1.u > hx1.u) { in __vhypotf()
110 i = hy1.u - hx1.u; in __vhypotf()
111 j1 = hy1.u & 0x7f800000; in __vhypotf()
115 i = hx1.u - hy1.u; in __vhypotf()
117 if (hy1.u == 0) in __vhypotf()
126 else if (hy1.u == 0x7f800000) in __vhypotf()
128 else if (hx1.u > 0x7f800000 || hy1.u > 0x7f800000) in __vhypotf()