Searched defs:ind2 (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/amd64/
H A Dregs.c37 char *r2, int ind2)
44 (void) strcpy(str2, print_address_ps(ph, prst->pr_lwp.pr_reg[ind2],
49 EC_WORD(prst->pr_lwp.pr_reg[ind2]), str2);
36 disp_reg_line(struct ps_prochandle *ph, pstatus_t *prst, char *r1, int ind1, char *r2, int ind2) argument
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/i386/
H A Dregs.c36 char *r2, int ind2)
42 (void) strcpy(str2, print_address_ps(ph, prst->pr_lwp.pr_reg[ind2],
46 prst->pr_lwp.pr_reg[ind1], str1, r2, prst->pr_lwp.pr_reg[ind2],
35 disp_reg_line(struct ps_prochandle *ph, pstatus_t *prst, char *r1, int ind1, char *r2, int ind2) argument
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/sparc/
H A Dregs.c35 char *r2, int ind2)
42 (void) strcpy(str2, print_address_ps(ph, prst->pr_lwp.pr_reg[ind2],
46 prst->pr_lwp.pr_reg[ind1], str1, r2, prst->pr_lwp.pr_reg[ind2],
34 disp_reg_line(struct ps_prochandle *ph, pstatus_t *prst, char *r1, int ind1, char *r2, int ind2) argument
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/sparcv9/
H A Dregs.c35 char *r2, int ind2)
42 (void) strcpy(str2, print_address_ps(ph, prst->pr_lwp.pr_reg[ind2],
56 prst->pr_lwp.pr_reg[ind2], str2);
60 prst->pr_lwp.pr_reg[ind2], str2);
34 disp_reg_line(struct ps_prochandle *ph, pstatus_t *prst, char *r1, int ind1, char *r2, int ind2) argument
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlogf.S105 #define ind2 %i2 define
129 ! i2 ind2
406 and ival2,-8,ind2 ! (Y2_0) ind = i & (-8)
425 ldd [LOGFTBL_P8+ind2],%f14 ! (Y2_0) ldtmp1 = *(double*)((char*)CONST_TBL+ind+8);
557 ldd [LOGFTBL+ind2],%f42 ! (Y2_0) ldtmp0 = *(double*)((char*)CONST_TBL+ind)
561 and ival2,-8,ind2 ! (Y2_1) ind = i & (-8)
587 ldd [LOGFTBL_P8+ind2],%f14 ! (Y2_1) ldtmp1 = *(double*)((char*)CONST_TBL+ind+8);
730 ldd [LOGFTBL+ind2],%f42 ! (Y2_0) ldtmp0 = *(double*)((char*)CONST_TBL+ind)
734 and ival2,-8,ind2 ! (Y2_1) ind = i & (-8)
755 ldd [LOGFTBL_P8+ind2],
[all...]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vpowf.c583 int ind2, i2, exp2; local
606 ind2 = i2 >> 15;
612 y2 = (double) i2 * __TBL_log2f[ind2 + 1];
615 yy2 = __TBL_log2f[ind2] + (double) (exp2 << 8);
642 ind2 = (int) yy2;
645 y2 = yy2 - (double)ind2;
651 di2 = (__TBL_expfb + 150)[ind2 >> 8];
654 di2 *= __TBL_exp2f[ind2 & 255];
762 int ind0, ind1, ind2; local
787 ind2
[all...]
H A D__vrsqrt.c294 int ind2, sqrt_exp2; local
328 ind2 = (((hx2 >> 10) & 0x7f8) + 8) & -16;
345 dexp_hi2 = ((double*)((char*)__vlibm_TBL_rsqrt + ind2))[0];
348 dexp_lo2 = ((double*)((char*)__vlibm_TBL_rsqrt + ind2))[1];
H A D__vpow.c691 int eflag2, gflag2, ind2, i2; local
889 ind2 = (int) (s2 + yd2);
899 i2 = (ind2 & 0xff) << 4;
900 u2 = (double) ind2;
901 ind2 >>= 8;
918 eflag2 = (ind2 + 1021) >> 31;
919 gflag2 = (1022 - ind2) >> 31;
925 ind2 = (yisint2 << 11) + ind2 + (54 & eflag2) - (52 & gflag2);
926 ind2 <<
1141 int eflag2, gflag2, ind2, i2; local
[all...]
/illumos-gate/usr/src/cmd/cron/
H A Delm.c506 struct index *ind, *ind2; local
525 ind2 = ind->right;
527 ind = ind2; }

Completed in 57 milliseconds