Home
last modified time | relevance | path

Searched refs:ind2 (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vpowf.c583 int ind2, i2, exp2; in __vpowf_n() local
606 ind2 = i2 >> 15; in __vpowf_n()
642 ind2 = (int) yy2; in __vpowf_n()
645 y2 = yy2 - (double)ind2; in __vpowf_n()
651 di2 = (__TBL_expfb + 150)[ind2 >> 8]; in __vpowf_n()
654 di2 *= __TBL_exp2f[ind2 & 255]; in __vpowf_n()
762 int ind0, ind1, ind2; in __vpowfx_n() local
787 ind2 = (int) yy2; in __vpowfx_n()
790 y2 = yy2 - (double)ind2; in __vpowfx_n()
796 di2 = (__TBL_expfb + 150)[ind2 >> 8]; in __vpowfx_n()
[all …]
H A D__vpow.c889 ind2 = (int) (s2 + yd2); in __vpow()
900 u2 = (double) ind2; in __vpow()
901 ind2 >>= 8; in __vpow()
925 ind2 = (yisint2 << 11) + ind2 + (54 & eflag2) - (52 & gflag2); in __vpow()
926 ind2 <<= 20; in __vpow()
941 HI(&ull_x2) += ind2; in __vpow()
1270 u2 = (double) ind2; in __vpowx()
1271 ind2 >>= 8; in __vpowx()
1306 ind2 = ind2 + (54 & eflag2) - (52 & gflag2); in __vpowx()
1307 ind2 <<= 20; in __vpowx()
[all …]
H A D__vrsqrt.c294 int ind2, sqrt_exp2; in __vrsqrt_n() local
328 ind2 = (((hx2 >> 10) & 0x7f8) + 8) & -16; in __vrsqrt_n()
345 dexp_hi2 = ((double*)((char*)__vlibm_TBL_rsqrt + ind2))[0]; in __vrsqrt_n()
348 dexp_lo2 = ((double*)((char*)__vlibm_TBL_rsqrt + ind2))[1]; in __vrsqrt_n()
/illumos-gate/usr/src/cmd/sgs/demo_rdb/i386/
H A Dregs.c36 char *r2, int ind2) in disp_reg_line() argument
42 (void) strcpy(str2, print_address_ps(ph, prst->pr_lwp.pr_reg[ind2], in disp_reg_line()
46 prst->pr_lwp.pr_reg[ind1], str1, r2, prst->pr_lwp.pr_reg[ind2], in disp_reg_line()
/illumos-gate/usr/src/cmd/sgs/demo_rdb/amd64/
H A Dregs.c37 char *r2, int ind2) in disp_reg_line() argument
44 (void) strcpy(str2, print_address_ps(ph, prst->pr_lwp.pr_reg[ind2], in disp_reg_line()
49 EC_WORD(prst->pr_lwp.pr_reg[ind2]), str2); in disp_reg_line()
/illumos-gate/usr/src/cmd/sgs/demo_rdb/sparcv9/
H A Dregs.c35 char *r2, int ind2) in disp_reg_line() argument
42 (void) strcpy(str2, print_address_ps(ph, prst->pr_lwp.pr_reg[ind2], in disp_reg_line()
56 prst->pr_lwp.pr_reg[ind2], str2); in disp_reg_line()
60 prst->pr_lwp.pr_reg[ind2], str2); in disp_reg_line()
/illumos-gate/usr/src/cmd/sgs/demo_rdb/sparc/
H A Dregs.c35 char *r2, int ind2) in disp_reg_line() argument
42 (void) strcpy(str2, print_address_ps(ph, prst->pr_lwp.pr_reg[ind2], in disp_reg_line()
46 prst->pr_lwp.pr_reg[ind1], str1, r2, prst->pr_lwp.pr_reg[ind2], in disp_reg_line()
/illumos-gate/usr/src/cmd/cron/
H A Delm.c490 struct index *ind, *ind2; in el_delete() local
509 ind2 = ind->right; in el_delete()
511 ind = ind2; } in el_delete()
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlogf.S105 #define ind2 %i2 macro
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],%f14 ! (Y2_1) ldtmp1 = *(double*)((char*)CONST_TBL+ind+8);
[all …]