Searched refs:hy2 (Results 1 – 3 of 3) sorted by relevance
45 unsigned hx0, hx1, hx2, hy0, hy1, hy2; in __vhypotf() local146 hy2 = *(unsigned*)y & ~0x80000000; in __vhypotf()148 *(unsigned*)&y2 = hy2; in __vhypotf()149 if (hy2 > hx2) in __vhypotf()151 i = hy2 - hx2; in __vhypotf()152 j2 = hy2 & 0x7f800000; in __vhypotf()158 i = hx2 - hy2; in __vhypotf()160 if (hy2 == 0) in __vhypotf()170 else if (hy2 == 0x7f800000) in __vhypotf()172 else if (hx2 > 0x7f800000 || hy2 > 0x7f800000) in __vhypotf()
60 int hy0, hy1, hy2; in __vatan2f() local297 hy2 = *(int*)y; in __vatan2f()300 sy = hy2 & 0x80000000; in __vatan2f()301 hy2 &= ~0x80000000; in __vatan2f()306 if (hy2 > hx) in __vatan2f()311 hx = hy2; in __vatan2f()312 hy2 = i; in __vatan2f()348 if (hx >= 0x7f800000 || hx - hy2 >= 0x0c800000) in __vatan2f()354 else if (hy2 >= 0x7f800000) in __vatan2f()368 if (hy2 < 0x00800000) { in __vatan2f()[all …]
226 int hx2, hy2; in __vrhypot() local