Home
last modified time | relevance | path

Searched refs:hy1 (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libmvec/common/
H A D__vhypotf.c45 unsigned hx0, hx1, hx2, hy0, hy1, hy2; in __vhypotf() local
99 hy1 = *(unsigned*)y & ~0x80000000; in __vhypotf()
101 *(unsigned*)&y1 = hy1; in __vhypotf()
102 if (hy1 > hx1) in __vhypotf()
104 i = hy1 - hx1; in __vhypotf()
105 j1 = hy1 & 0x7f800000; in __vhypotf()
111 i = hx1 - hy1; in __vhypotf()
113 if (hy1 == 0) in __vhypotf()
123 else if (hy1 == 0x7f800000) in __vhypotf()
125 else if (hx1 > 0x7f800000 || hy1 > 0x7f800000) in __vhypotf()
H A D__vatan2f.c60 int hy0, hy1, hy2; in __vatan2f() local
185 hy1 = *(int*)y; in __vatan2f()
188 sy = hy1 & 0x80000000; in __vatan2f()
189 hy1 &= ~0x80000000; in __vatan2f()
194 if (hy1 > hx) in __vatan2f()
199 hx = hy1; in __vatan2f()
200 hy1 = i; in __vatan2f()
236 if (hx >= 0x7f800000 || hx - hy1 >= 0x0c800000) in __vatan2f()
242 else if (hy1 >= 0x7f800000) in __vatan2f()
256 if (hy1 < 0x00800000) { in __vatan2f()
[all …]
H A D__vrhypot.c224 int hx1, hy1; in __vrhypot() local