Home
last modified time | relevance | path

Searched refs:ind0 (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vpowf.c539 ind0 = i0 >> 15; in __vpowf()
551 ind0 = (int) yy0; in __vpowf()
575 int ind0, i0, exp0; in __vpowf_n() local
604 ind0 = i0 >> 15; in __vpowf_n()
640 ind0 = (int) yy0; in __vpowf_n()
670 ind0 = i0 >> 15; in __vpowf_n()
682 ind0 = (int) yy0; in __vpowf_n()
710 ind0 = i0 >> 15; in __vpowfx()
762 int ind0, ind1, ind2; in __vpowfx_n() local
785 ind0 = (int) yy0; in __vpowfx_n()
[all …]
H A D__vpow.c893 ind0 >>= 8; in __vpow()
922 ind0 <<= 20; in __vpow()
998 ind0 >>= 8; in __vpow()
1006 ind0 <<= 20; in __vpow()
1055 ind0 >>= 8; in __vpow()
1263 ind0 >>= 8; in __vpowx()
1292 ind0 = ind0 + (54 & eflag0) - (52 & gflag0); in __vpowx()
1293 ind0 <<= 20; in __vpowx()
1342 ind0 >>= 8; in __vpowx()
1349 ind0 = ind0 + (54 & eflag0) - (52 & gflag0); in __vpowx()
[all …]
H A D__vrsqrt.c154 int ind0, sqrt_exp0; in __vrsqrt() local
162 ind0 = (((hx0 >> 10) & 0x7f8) + 8) & -16; in __vrsqrt()
217 int ind0, sqrt_exp0; in __vrsqrt() local
225 ind0 = (((hx0 >> 10) & 0x7f8) + 8) & -16; in __vrsqrt()
255 int ind0, sqrt_exp0; in __vrsqrt() local
260 ind0 = (((hx >> 10) & 0x7f8) + 8) & -16; in __vrsqrt()
292 int ind0, sqrt_exp0; in __vrsqrt_n() local
326 ind0 = (((hx0 >> 10) & 0x7f8) + 8) & -16; in __vrsqrt_n()
343 dexp_hi0 = ((double*)((char*)__vlibm_TBL_rsqrt + ind0))[0]; in __vrsqrt_n()
346 dexp_lo0 = ((double*)((char*)__vlibm_TBL_rsqrt + ind0))[1]; in __vrsqrt_n()
[all …]
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vpowf.S619 ! ind0 = i0 >> 12;
620 ! ind0 &= -8;
643 ! ind0 = (int) yy0;
644 ! ((int*)&dtmp1)[0] = ind0;
647 ! dtmp0 = (double)ind0;
652 ! ind0 &= 255;
653 ! ind0 <<= 3;
671 ! ind0 = i0 >> 12;
672 ! ind0 &= -8;
1789 and %g5,-8,%g5 ! ind0 &= -8;
[all …]
H A D__vsqrt.S634 ! ind0 = hx >> 7;
635 ! ind0 &= 0x1ff8;
636 ! ind0 += 32;
637 ! ind0 &= -64;
638 ! ind1 = ind0;
742 add %o1,32,%o1 ! (5_1) ind0 += 32;
748 sll %o1,0,%o7 ! (5_1) ind1 = ind0;
777 add %o1,32,%o1 ! (0_0) ind0 += 32;
784 sll %o1,0,%o7 ! (0_0) ind1 = ind0;
818 add %o1,32,%o1 ! (1_0) ind0 += 32;
[all …]
H A D__vlogf.S103 #define ind0 %i0 macro
127 ! i0 ind0
373 and ival0,-8,ind0 ! (Y0_0) ind = i & (-8)
502 ldd [LOGFTBL+ind0],%f42 ! (Y0_0) ldtmp0 = *(double*)((char*)CONST_TBL+ind)
511 and ival0,-8,ind0 ! (Y0_1) ind = i & (-8)
677 ldd [LOGFTBL+ind0],%f42 ! (Y0_0) ldtmp0 = *(double*)((char*)CONST_TBL+ind)
686 and ival0,-8,ind0 ! (Y0_1) ind = i & (-8)
815 ldd [LOGFTBL+ind0],%f42 ! (Y0_0) ldtmp0 = *(double*)((char*)CONST_TBL+ind)
1216 and ival0,-8,ind0 ! ind = i & (-8)
1219 ldd [LOGFTBL_P8+ind0],%f14 ! ldtmp1 = *(double*)((char*)CONST_TBL+ind+8)
[all …]