/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vpowf.c | 583 int ind2, i2, exp2; in __vpowf_n() local 606 ind2 = i2 >> 15; in __vpowf_n() 612 y2 = (double) i2 * __TBL_log2f[ind2 + 1]; in __vpowf_n() 615 yy2 = __TBL_log2f[ind2] + (double) (exp2 << 8); 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() [all …]
|
H A D | __vpow.c | 691 int eflag2, gflag2, ind2, i2; in __vpow() local 889 ind2 = (int) (s2 + yd2); in __vpow() 899 i2 = (ind2 & 0xff) << 4; in __vpow() 900 u2 = (double) ind2; in __vpow() 901 ind2 >>= 8; in __vpow() 918 eflag2 = (ind2 + 1021) >> 31; in __vpow() 919 gflag2 = (1022 - ind2) >> 31; 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() [all …]
|
H A D | __vrsqrt.c | 294 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/amd64/ |
H A D | regs.c | 37 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/i386/ |
H A D | regs.c | 36 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/sparcv9/ |
H A D | regs.c | 35 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 D | regs.c | 35 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 D | elm.c | 490 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.S | 105 #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 …]
|