Searched refs:tab1 (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dinline5.C7 extern X* tab1;
/haiku-buildtools/binutils/ld/testsuite/ld-cris/
H A Dpcrelcp-1.s14 .global tab1
15 .type tab1,@object
16 tab1: label
26 .size tab1,.-tab1
50 .size tab1,.-tab2
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpr63641.c35 char tab1[] = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, variable
48 if (foo (i) != (i < 32 ? tab1[i] : 0))
/haiku-buildtools/isl/
H A Disl_tab.c418 * represented by tableaus tab1 and tab2.
420 * - redundant rows of tab1
422 * - non-redundant rows of tab1
428 * - dead columns of tab1
430 * - live columns of tab1
435 struct isl_tab *isl_tab_product(struct isl_tab *tab1, struct isl_tab *tab2) argument
442 if (!tab1 || !tab2)
445 isl_assert(tab1->mat->ctx, tab1->M == tab2->M, return NULL);
446 isl_assert(tab1
[all...]
H A Disl_tab.h272 struct isl_tab *isl_tab_product(struct isl_tab *tab1, struct isl_tab *tab2);
/haiku-buildtools/binutils/ld/emultempl/
H A Dspu_ovl.S31 #define tab1 reserved1 define
133 ila tab1, _ovly_table - 16 # 0,2 0
146 lqx vma, tab1, off1 # 1,6 8
/haiku-buildtools/gcc/gcc/
H A Doptabs.c7051 optab tab1, tab2;
7060 tab1 = uns_p ? umul_highpart_optab : smul_highpart_optab;
7061 return expand_binop (mode, tab1, op0, op1, target, uns_p,
7064 tab1 = uns_p ? vec_widen_umult_even_optab : vec_widen_smult_even_optab;
7068 tab1 = uns_p ? vec_widen_umult_lo_optab : vec_widen_smult_lo_optab;
7072 optab t = tab1;
7073 tab1 = tab2;
7081 icode = optab_handler (tab1, mode);
7024 optab tab1, tab2; local

Completed in 82 milliseconds