Searched refs:ind0 (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vpowf.c | 432 int exp, i0, ind0, exp0, yisint0, n_n; in __vpowf() local 539 ind0 = i0 >> 15; in __vpowf() 541 y0 = (double) i0 * __TBL_log2f[ind0 + 1]; in __vpowf() 542 yy0 = __TBL_log2f[ind0] + (double) (exp0 << 8); in __vpowf() 551 ind0 = (int) yy0; in __vpowf() 552 y0 = yy0 - (double)ind0; in __vpowf() 554 di0 = ((long long)((ind0 >> 8) + (yisint0 << 11))) << 52; in __vpowf() 555 di0 += ((long long*)__TBL_exp2f)[ind0 & 255]; in __vpowf() 575 int ind0, i0, exp0; in __vpowf_n() local 604 ind0 = i0 >> 15; in __vpowf_n() [all …]
|
H A D | __vpow.c | 689 int eflag0, gflag0, ind0, i0; in __vpow() local 877 ind0 = (int) (s0 + yd0); in __vpow() 891 i0 = (ind0 & 0xff) << 4; in __vpow() 892 u0 = (double) ind0; in __vpow() 893 ind0 >>= 8; in __vpow() 914 eflag0 = (ind0 + 1021) >> 31; in __vpow() 915 gflag0 = (1022 - ind0) >> 31; in __vpow() 921 ind0 = (yisint0 << 11) + ind0 + (54 & eflag0) - (52 & gflag0); in __vpow() 922 ind0 <<= 20; in __vpow() 933 HI(&ull_x0) += ind0; in __vpow() [all …]
|
H A D | __vrsqrt.c | 154 int ind0, sqrt_exp0; in __vrsqrt() local 162 ind0 = (((hx0 >> 10) & 0x7f8) + 8) & -16; in __vrsqrt() 170 dexp_hi0 = ((double*)((char*)__vlibm_TBL_rsqrt + ind0))[0]; in __vrsqrt() 171 dexp_lo0 = ((double*)((char*)__vlibm_TBL_rsqrt + ind0))[1]; in __vrsqrt() 217 int ind0, sqrt_exp0; in __vrsqrt() local 225 ind0 = (((hx0 >> 10) & 0x7f8) + 8) & -16; in __vrsqrt() 233 dexp_hi0 = ((double*)((char*)__vlibm_TBL_rsqrt + ind0))[0]; in __vrsqrt() 234 dexp_lo0 = ((double*)((char*)__vlibm_TBL_rsqrt + ind0))[1]; in __vrsqrt() 255 int ind0, sqrt_exp0; in __vrsqrt() local 260 ind0 = (((hx >> 10) & 0x7f8) + 8) & -16; in __vrsqrt() [all …]
|
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vpowf.S | 619 ! ind0 = i0 >> 12; 620 ! ind0 &= -8; 623 ! dtmp1 = *(double *)((char*)__mt_constlog4f + ind0 + 8); 625 ! dtmp0 = *(double *)((char*)__mt_constlog4f + ind0); 643 ! ind0 = (int) yy0; 644 ! ((int*)&dtmp1)[0] = ind0; 647 ! dtmp0 = (double)ind0; 652 ! ind0 &= 255; 653 ! ind0 <<= 3; 654 ! di0 = *(double*)((char*)__mt_constexp2f + ind0); [all …]
|
H A D | __vsqrt.S | 634 ! ind0 = hx >> 7; 635 ! ind0 &= 0x1ff8; 636 ! ind0 += 32; 637 ! ind0 &= -64; 638 ! ind1 = ind0; 736 sra %o5,7,%o1 ! (5_1) ind0 = hx >> 7; 739 and %o1,_0x00001ff8,%o1 ! (5_1) ind0 &= 0x1ff8; 742 add %o1,32,%o1 ! (5_1) ind0 += 32; 746 and %o1,-64,%o1 ! (5_1) ind0 &= -8; 748 sll %o1,0,%o7 ! (5_1) ind1 = ind0; [all …]
|
H A D | __vlogf.S | 103 #define ind0 %i0 macro 127 ! i0 ind0 373 and ival0,-8,ind0 ! (Y0_0) ind = i & (-8) 377 ldd [LOGFTBL_P8+ind0],%f14 ! (Y0_0) ldtmp1 = *(double*)((char*)CONST_TBL+ind+8) 502 ldd [LOGFTBL+ind0],%f42 ! (Y0_0) ldtmp0 = *(double*)((char*)CONST_TBL+ind) 511 and ival0,-8,ind0 ! (Y0_1) ind = i & (-8) 517 ldd [LOGFTBL_P8+ind0],%f14 ! (Y0_1) ldtmp1 = *(double*)((char*)CONST_TBL+ind+8) 677 ldd [LOGFTBL+ind0],%f42 ! (Y0_0) ldtmp0 = *(double*)((char*)CONST_TBL+ind) 686 and ival0,-8,ind0 ! (Y0_1) ind = i & (-8) 692 ldd [LOGFTBL_P8+ind0],%f14 ! (Y0_1) ldtmp1 = *(double*)((char*)CONST_TBL+ind+8) [all …]
|