Searched defs:ind0 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlogf.S103 #define ind0 %i0 define
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],
[all...]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vpowf.c432 int exp, i0, ind0, exp0, yisint0, n_n; local
539 ind0 = i0 >> 15;
541 y0 = (double) i0 * __TBL_log2f[ind0 + 1];
542 yy0 = __TBL_log2f[ind0] + (double) (exp0 << 8);
551 ind0 = (int) yy0;
552 y0 = yy0 - (double)ind0;
554 di0 = ((long long)((ind0 >> 8) + (yisint0 << 11))) << 52;
555 di0 += ((long long*)__TBL_exp2f)[ind0 & 255];
575 int ind0, i0, exp0; local
604 ind0
701 int ind0, exp0, i0, n_n; local
762 int ind0, ind1, ind2; local
[all...]
H A D__vrsqrt.c154 int ind0, sqrt_exp0; local
162 ind0 = (((hx0 >> 10) & 0x7f8) + 8) & -16;
170 dexp_hi0 = ((double*)((char*)__vlibm_TBL_rsqrt + ind0))[0];
171 dexp_lo0 = ((double*)((char*)__vlibm_TBL_rsqrt + ind0))[1];
217 int ind0, sqrt_exp0; local
225 ind0 = (((hx0 >> 10) & 0x7f8) + 8) & -16;
233 dexp_hi0 = ((double*)((char*)__vlibm_TBL_rsqrt + ind0))[0];
234 dexp_lo0 = ((double*)((char*)__vlibm_TBL_rsqrt + ind0))[1];
255 int ind0, sqrt_exp0; local
260 ind0
292 int ind0, sqrt_exp0; local
[all...]
H A D__vpow.c689 int eflag0, gflag0, ind0, i0; local
877 ind0 = (int) (s0 + yd0);
891 i0 = (ind0 & 0xff) << 4;
892 u0 = (double) ind0;
893 ind0 >>= 8;
914 eflag0 = (ind0 + 1021) >> 31;
915 gflag0 = (1022 - ind0) >> 31;
921 ind0 = (yisint0 << 11) + ind0 + (54 & eflag0) - (52 & gflag0);
922 ind0 <<
1139 int eflag0, gflag0, ind0, i0, exp0; local
[all...]

Completed in 68 milliseconds