Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libmvec/common/
H A D__vhypotf.c45 unsigned hx0, hx1, hx2, hy0, hy1, hy2; in __vhypotf() local
146 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()
H A D__vatan2f.c60 int hy0, hy1, hy2; in __vatan2f() local
297 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 …]
H A D__vrhypot.c226 int hx2, hy2; in __vrhypot() local