Searched refs:hx2 (Results 1 – 12 of 12) 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 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.c | 300 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.c | 103 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.c | 83 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.c | 694 int hx2, yisint2, exp2; in __vpow() local 798 i2 = (hx2 >> 8) & 0xff0; in __vpow() 799 exp2 += (hx2 >> 20); in __vpow()
|
H A D | __vsincos.c | 100 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.c | 226 int hx2, hy2; in __vrhypot() local
|
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vsincos.S | 76 ! l2 hx2,k2
|
H A D | __vsin.S | 132 ! l2 hx2 1383 ! l2 hx2
|
H A D | __vcos.S | 202 ! l2 hx2 1454 ! l2 hx2
|
H A D | __vcos_ultra3.S | 79 ! l2 hx2 107 ! f16 hx2
|
H A D | __vsin_ultra3.S | 79 ! l2 hx2 107 ! f16 hx2
|