Home
last modified time | relevance | path

Searched refs:hy0 (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libmvec/common/
H A D__vhypot.c91 hy0 = HI(py); \
103 int hx0, hx1, hy0, j0, diff; in __vhypot() local
120 hy0 = HI(py); in __vhypot()
125 hy0 &= 0x7fffffff; in __vhypot()
129 diff = hy0 - hx0; in __vhypot()
131 j0 = hy0 - (diff & j0); in __vhypot()
142 else if (hy0 == 0x7ff00000 && ly == 0) res = x == y ? x : y; in __vhypot()
169 if (hy0 >= 0x7fe00000) /* |Y| >= 2**1023 or Inf or NaN */ in __vhypot()
171 diff = hy0 - hx0; in __vhypot()
173 j0 = hy0 - (diff & j0); in __vhypot()
[all …]
H A D__vhypotf.c45 unsigned hx0, hx1, hx2, hy0, hy1, hy2; in __vhypotf() local
52 hy0 = *(unsigned*)y & ~0x80000000; in __vhypotf()
54 *(unsigned*)&y0 = hy0; in __vhypotf()
55 if (hy0 > hx0) in __vhypotf()
57 i = hy0 - hx0; in __vhypotf()
58 j0 = hy0 & 0x7f800000; in __vhypotf()
64 i = hx0 - hy0; in __vhypotf()
66 if (hy0 == 0) in __vhypotf()
76 else if (hy0 == 0x7f800000) in __vhypotf()
78 else if (hx0 > 0x7f800000 || hy0 > 0x7f800000) in __vhypotf()
H A D__vatan2f.c60 int hy0, hy1, hy2; in __vatan2f() local
71 hy0 = *(int*)y; in __vatan2f()
74 sy = hy0 & 0x80000000; in __vatan2f()
75 hy0 &= ~0x80000000; in __vatan2f()
80 if (hy0 > hx) in __vatan2f()
85 hx = hy0; in __vatan2f()
86 hy0 = i; in __vatan2f()
122 if (hx >= 0x7f800000 || hx - hy0 >= 0x0c800000) in __vatan2f()
128 else if (hy0 >= 0x7f800000) in __vatan2f()
143 if (hy0 < 0x00800000) { in __vatan2f()
[all …]
H A D__vrhypot.c222 int hx0, hy0, j0, diff0; in __vrhypot() local
/titanic_50/usr/src/lib/libmvec/common/vis/
H A D__vrhypot.S127 ! hy0 = *(int*)py;
135 ! hy0 &= 0x7fffffff;
137 ! diff0 = hy0 - hx0;
140 ! j0 = hy0 - j0;
147 ! if ( hx0 >= 0x7ff00000 || hy0 >= 0x7ff00000 )
153 ! else if ( hy0 == 0x7ff00000 && ly == 0 ) res0 = 0.0;
164 ! if ( hx0 < 0x00100000 && hy0 < 0x00100000 )
168 ! ii = hx0 | hy0;
196 ! if ( hy0 < 0x00080000 )
318 lda [%i3]0x82,%o4 ! (7_0) hy0 = *(int*)py;
[all …]
H A D__vhypotf.S86 ! hy0 = *(int*)py;
91 ! hy0 &= 0x7fffffff;
208 lda [%i2]0x82,%l4 ! (3_0) hy0 = *(int*)py;
215 and %l4,_0x7fffffff,%l4 ! (3_0) hy0 &= 0x7fffffff;
230 lda [stridey+%o7]0x82,%l4 ! (4_0) hy0 = *(int*)py;
237 and %l4,_0x7fffffff,%l4 ! (4_0) hy0 &= 0x7fffffff;
247 lda [stridey+%o7]0x82,%f17 ! (4_1) hy0 = *py;
262 lda [%i5+stridey]0x82,%l4 ! (0_0) hy0 = *(int*)py;
270 and %l4,_0x7fffffff,%l4 ! (0_0) hy0 &= 0x7fffffff;
271 lda [%i5+stridey]0x82,%f17 ! (0_0) hy0 = *py;
[all …]