Searched refs:hx1 (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/lib/libmvec/common/ |
H A D | __vhypotf.c | 45 unsigned hx0, hx1, hx2, hy0, hy1, hy2; in __vhypotf() local 98 hx1 = *(unsigned*)x & ~0x80000000; in __vhypotf() 100 *(unsigned*)&x1 = hx1; in __vhypotf() 102 if (hy1 > hx1) in __vhypotf() 104 i = hy1 - hx1; in __vhypotf() 106 if (hx1 == 0) in __vhypotf() 111 i = hx1 - hy1; in __vhypotf() 112 j1 = hx1 & 0x7f800000; in __vhypotf() 115 else if (hx1 == 0) in __vhypotf() 121 if (hx1 == 0x7f800000) 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 145 hx1 = xsb1 & ~0x80000000; in __vcos() 146 if (hx1 > 0x3fe921fb) in __vcos() 151 if (hx1 < 0x3e400000) in __vcos() 198 i |= ((hx1 - 0x3fc40000) >> 30) & 2; in __vcos() 441 if (hx1 < 0x3fc40000) in __vcos()
|
H A D | __vsin.c | 83 unsigned hx0, hx1, hx2, xsb0, xsb1 = 0, xsb2; in __vsin() local 124 hx1 = xsb1 & ~0x80000000; in __vsin() 125 if (hx1 > 0x3fe921fb) in __vsin() 130 if (hx1 < 0x3e400000) in __vsin() 172 i |= ((hx1 - 0x3fc90000) >> 30) & 2; in __vsin() 422 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
|
/titanic_41/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
|