Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vhypotf.c53 h32 hx0, hx1, hx2, hy0, hy1, hy2; in __vhypotf() local
148 hx2.f = *x; in __vhypotf()
150 hx2.u &= ~0x80000000; in __vhypotf()
152 x2 = hx2.f; in __vhypotf()
154 if (hy2.u > hx2.u) { in __vhypotf()
155 i = hy2.u - hx2.u; in __vhypotf()
157 if (hx2.u == 0) in __vhypotf()
160 i = hx2.u - hy2.u; in __vhypotf()
161 j2 = hx2.u & 0x7f800000; in __vhypotf()
164 else if (hx2.u == 0) 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
173 hx2 = xsb2 & ~0x80000000; in __vcos()
174 if (hx2 > 0x3fe921fb) in __vcos()
179 if (hx2 < 0x3e400000) in __vcos()
200 i |= ((hx2 - 0x3fc40000) >> 29) & 4; in __vcos()
H A D__vsin.c83 unsigned hx0, hx1, hx2, xsb0, xsb1 = 0, xsb2; in __vsin() local
152 hx2 = xsb2 & ~0x80000000; in __vsin()
153 if (hx2 > 0x3fe921fb) in __vsin()
158 if (hx2 < 0x3e400000) in __vsin()
174 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
/illumos-gate/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