Home
last modified time | relevance | path

Searched refs:hx1 (Results 1 – 13 of 13) sorted by path

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vcos.c103 unsigned hx0, hx1, hx2, xsb0, xsb1 = 0, xsb2; in __vcos() local
146 hx1 = xsb1 & ~0x80000000; in __vcos()
147 if (hx1 > 0x3fe921fb) in __vcos()
152 if (hx1 < 0x3e400000) in __vcos()
199 i |= ((hx1 - 0x3fc40000) >> 30) & 2; in __vcos()
442 if (hx1 < 0x3fc40000) in __vcos()
H A D__vhypot.c103 int hx0, hx1, hy0, j0, diff; in __vhypot() local
212 hx1 = HI(px); in __vhypot()
235 hx0 = hx1; in __vhypot()
H A D__vhypotf.c53 h32 hx0, hx1, hx2, hy0, hy1, hy2; in __vhypotf() local
103 hx1.f = *x; in __vhypotf()
105 hx1.u &= ~0x80000000; in __vhypotf()
107 x1 = hx1.f; in __vhypotf()
109 if (hy1.u > hx1.u) { in __vhypotf()
110 i = hy1.u - hx1.u; in __vhypotf()
112 if (hx1.u == 0) in __vhypotf()
115 i = hx1.u - hy1.u; in __vhypotf()
116 j1 = hx1.u & 0x7f800000; in __vhypotf()
119 else if (hx1.u == 0) in __vhypotf()
[all …]
H A D__vpow.c693 int hx1 = 0, yisint1 = 0, exp1 = 0; in __vpow() local
794 i1 = (hx1 >> 8) & 0xff0; in __vpow()
795 exp1 += (hx1 >> 20); in __vpow()
1026 i0 = (hx1 >> 8) & 0xff0; in __vpow()
1027 exp1 += (hx1 >> 20); in __vpow()
H A D__vrhypot.c224 int hx1, hy1; in __vrhypot() local
H A D__vrsqrt.c299 int hx1, resh1, res_ch1; in __vrsqrt_n() local
315 hx1 = HI(px); in __vrsqrt_n()
324 sqrt_exp1 = (0x5fe - (hx1 >> 21)) << 20; in __vrsqrt_n()
327 ind1 = (((hx1 >> 10) & 0x7f8) + 8) & -16; in __vrsqrt_n()
331 resh1 = (hx1 & 0x001fffff) | 0x3fe00000; in __vrsqrt_n()
H A D__vsin.c83 unsigned hx0, hx1, hx2, xsb0, xsb1 = 0, xsb2; in __vsin() local
125 hx1 = xsb1 & ~0x80000000; in __vsin()
126 if (hx1 > 0x3fe921fb) in __vsin()
131 if (hx1 < 0x3e400000) in __vsin()
173 i |= ((hx1 - 0x3fc90000) >> 30) & 2; in __vsin()
423 if (hx1 < 0x3fc90000) in __vsin()
H A D__vsincos.c100 unsigned hx0, hx1, hx2, xsb0, xsb1, xsb2; in __vsincos() local
155 hx1 = xsb1 & ~0x80000000; in __vsincos()
156 if (hx1 > 0x3fe921fb) in __vsincos()
167 if (hx1 < 0x3e400000) in __vsincos()
227 i |= ((hx1 - 0x3fc40000) >> 30) & 2; in __vsincos()
630 if (hx1 < 0x3fc40000) in __vsincos()
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vcos.S201 ! l1 hx1
1453 ! l1 hx1
H A D__vcos_ultra3.S78 ! l1 hx1
103 ! f8 hx1
H A D__vsin.S131 ! l1 hx1
1382 ! l1 hx1
H A D__vsin_ultra3.S78 ! l1 hx1
103 ! f8 hx1
H A D__vsincos.S75 ! l1 hx1,k1