Home
last modified time | relevance | path

Searched refs:hx2 (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/lib/libmvec/common/
H A D__vhypotf.c45 unsigned hx0, hx1, hx2, hy0, hy1, hy2; in __vhypotf() local
145 hx2 = *(unsigned*)x & ~0x80000000; in __vhypotf()
147 *(unsigned*)&x2 = hx2; in __vhypotf()
149 if (hy2 > hx2) in __vhypotf()
151 i = hy2 - hx2; in __vhypotf()
153 if (hx2 == 0) in __vhypotf()
158 i = hx2 - hy2; in __vhypotf()
159 j2 = hx2 & 0x7f800000; in __vhypotf()
162 else if (hx2 == 0) in __vhypotf()
168 if (hx2 == 0x7f800000) in __vhypotf()
[all …]
H A D__vrsqrt.c300 int hx2, resh2, res_ch2; in __vrsqrt_n() local
319 hx2 = HI(px); in __vrsqrt_n()
325 sqrt_exp2 = (0x5fe - (hx2 >> 21)) << 20; in __vrsqrt_n()
328 ind2 = (((hx2 >> 10) & 0x7f8) + 8) & -16; in __vrsqrt_n()
332 resh2 = (hx2 & 0x001fffff) | 0x3fe00000; in __vrsqrt_n()
H A D__vcos.c103 unsigned hx0, hx1, hx2, xsb0, xsb1 = 0, xsb2; in __vcos() local
172 hx2 = xsb2 & ~0x80000000; in __vcos()
173 if (hx2 > 0x3fe921fb) in __vcos()
178 if (hx2 < 0x3e400000) in __vcos()
199 i |= ((hx2 - 0x3fc40000) >> 29) & 4; in __vcos()
H A D__vsin.c83 unsigned hx0, hx1, hx2, xsb0, xsb1 = 0, xsb2; in __vsin() local
151 hx2 = xsb2 & ~0x80000000; in __vsin()
152 if (hx2 > 0x3fe921fb) in __vsin()
157 if (hx2 < 0x3e400000) in __vsin()
173 i |= ((hx2 - 0x3fc90000) >> 29) & 4; in __vsin()
H A D__vpow.c694 int hx2, yisint2, exp2; in __vpow() local
798 i2 = (hx2 >> 8) & 0xff0; in __vpow()
799 exp2 += (hx2 >> 20); in __vpow()
H A D__vsincos.c100 unsigned hx0, hx1, hx2, xsb0, xsb1, xsb2; in __vsincos() local
192 hx2 = xsb2 & ~0x80000000; in __vsincos()
193 if (hx2 > 0x3fe921fb) in __vsincos()
204 if (hx2 < 0x3e400000) in __vsincos()
226 i = (hx2 - 0x3fc40000) >> 31; in __vsincos()
H A D__vrhypot.c226 int hx2, hy2; in __vrhypot() local
/titanic_50/usr/src/lib/libmvec/common/vis/
H A D__vsincos.S76 ! l2 hx2,k2
H A D__vsin.S132 ! l2 hx2
1383 ! l2 hx2
H A D__vcos.S202 ! l2 hx2
1454 ! l2 hx2
H A D__vcos_ultra3.S79 ! l2 hx2
107 ! f16 hx2
H A D__vsin_ultra3.S79 ! l2 hx2
107 ! f16 hx2