Searched refs:hx1 (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vhypotf.c | 53 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 | __vrsqrt.c | 299 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 | __vhypot.c | 103 int hx0, hx1, hy0, j0, diff; in __vhypot() local 212 hx1 = HI(px); in __vhypot() 235 hx0 = hx1; in __vhypot()
|
H A D | __vpow.c | 693 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 | __vcos.c | 103 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 | __vsin.c | 83 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.c | 100 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()
|
H A D | __vrhypot.c | 224 int hx1, hy1; in __vrhypot() local
|
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vsincos.S | 75 ! l1 hx1,k1
|
H A D | __vsin.S | 131 ! l1 hx1 1382 ! l1 hx1
|
H A D | __vcos.S | 201 ! l1 hx1 1453 ! l1 hx1
|
H A D | __vcos_ultra3.S | 78 ! l1 hx1 103 ! f8 hx1
|
H A D | __vsin_ultra3.S | 78 ! l1 hx1 103 ! f8 hx1
|