Home
last modified time | relevance | path

Searched refs:tab2 (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_tab.c434 struct isl_tab *isl_tab_product(struct isl_tab *tab1, struct isl_tab *tab2) in isl_tab_product() argument
441 if (!tab1 || !tab2) in isl_tab_product()
444 isl_assert(tab1->mat->ctx, tab1->M == tab2->M, return NULL); in isl_tab_product()
445 isl_assert(tab1->mat->ctx, tab1->rational == tab2->rational, return NULL); in isl_tab_product()
446 isl_assert(tab1->mat->ctx, tab1->cone == tab2->cone, return NULL); in isl_tab_product()
448 isl_assert(tab1->mat->ctx, !tab2->row_sign, return NULL); in isl_tab_product()
450 isl_assert(tab1->mat->ctx, tab2->n_param == 0, return NULL); in isl_tab_product()
452 isl_assert(tab1->mat->ctx, tab2->n_div == 0, return NULL); in isl_tab_product()
456 r2 = tab2->n_redundant; in isl_tab_product()
458 d2 = tab2->n_dead; in isl_tab_product()
[all …]
H A Disl_tab.h299 struct isl_tab *isl_tab_product(struct isl_tab *tab1, struct isl_tab *tab2);
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Dspu_ovl.S32 #define tab2 reserved1 macro
200 ila tab2, _ovly_table - 16 # 0,2 -4
220 lqx vma, tab2, off2 # 1,6 7
224 ila tab2, _ovly_table - 16 # 0,2 0
237 lqx vma, tab2, off2 # 1,6 6
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/
H A Dspu_ovl.S32 #define tab2 reserved1 macro
200 ila tab2, _ovly_table - 16 # 0,2 -4
220 lqx vma, tab2, off2 # 1,6 7
224 ila tab2, _ovly_table - 16 # 0,2 0
237 lqx vma, tab2, off2 # 1,6 6
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/container/
H A Dhashtab.d260 static assert(!__traits(compiles, { HashTab!(int, int) tab2 = tab; }));
261 HashTab!(int, int) tab2;
262 static assert(!__traits(compiles, tab = tab2));
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/container/
H A Dhashtab.d261 static assert(!__traits(compiles, { HashTab!(int, int) tab2 = tab; }));
262 HashTab!(int, int) tab2;
263 static assert(!__traits(compiles, tab = tab2));
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dl0.s26 loadsym P0, tab2;
117 tab2: label
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-s390.c1138 static bfd_reloc_code_real_type tab2[] = in s390_elf_cons() local
1154 reloc = tab2[suffix]; in s390_elf_cons()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-s390.c1136 static bfd_reloc_code_real_type tab2[] = in s390_elf_cons() local
1152 reloc = tab2[suffix]; in s390_elf_cons()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doptabs.c6027 optab tab1, tab2; in expand_mult_highpart() local
6040 tab2 = uns_p ? vec_widen_umult_odd_optab : vec_widen_smult_odd_optab; in expand_mult_highpart()
6044 tab2 = uns_p ? vec_widen_umult_hi_optab : vec_widen_smult_hi_optab; in expand_mult_highpart()
6046 std::swap (tab1, tab2); in expand_mult_highpart()
6067 expand_insn (optab_handler (tab2, mode), 3, eops); in expand_mult_highpart()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doptabs.cc6479 optab tab1, tab2; in expand_mult_highpart() local
6492 tab2 = uns_p ? vec_widen_umult_odd_optab : vec_widen_smult_odd_optab; in expand_mult_highpart()
6496 tab2 = uns_p ? vec_widen_umult_hi_optab : vec_widen_smult_hi_optab; in expand_mult_highpart()
6498 std::swap (tab1, tab2); in expand_mult_highpart()
6519 expand_insn (optab_handler (tab2, mode), 3, eops); in expand_mult_highpart()
/netbsd-src/share/man/tools/
H A Dnewsp.errs980 tab1,tab2,...,tabn
981 tab2
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c144856 int tab1, tab2;
144868 tab2 = pParse->nTab++;
144888 addr = sqlite3VdbeAddOp2(v, OP_OpenEphemeral, tab2, 0);
144894 intersectdest.iSDParm = tab2;
144919 sqlite3VdbeAddOp4Int(v, OP_NotFound, tab2, iCont, r1, 0);
144927 sqlite3VdbeAddOp2(v, OP_Close, tab2, 0);