Searched refs:n_var (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/
H A Dpr44832.c127 int n_var = 0, one_var = -1; local
138 n_var++, one_var = i;
146 if (n_var == 0)
154 if (n_var == 1)
/haiku-buildtools/isl/
H A Disl_sample.c294 n_eq = tab->n_var - tab->n_col + tab->n_dead;
296 return isl_mat_alloc(tab->mat->ctx, 0, tab->n_var);
297 if (n_eq == tab->n_var)
298 return isl_mat_identity(tab->mat->ctx, tab->n_var);
300 eq = isl_mat_alloc(tab->mat->ctx, n_eq, tab->n_var);
309 isl_seq_cpy(eq->row[j], bset->eq[i] + 1, tab->n_var);
312 bset->ineq[i - bset->n_eq] + 1, tab->n_var);
336 tab->n_zero = n_eq = tab->n_var - tab->n_col + tab->n_dead;
337 if (tab->empty || n_eq == 0 || n_eq == tab->n_var)
338 return isl_mat_identity(tab->mat->ctx, 1 + tab->n_var);
[all...]
H A Disl_tab_pip.c402 * tab->n_var is equal to the total number of variables in the input
407 * tab->n_param + tab->n_div = context_tab->n_var
514 if (tab->var[tab->n_var - tab->n_div+j].is_row)
516 col = tab->var[tab->n_var - tab->n_div+j].index;
712 if (tab->var[tab->n_var - tab->n_div + i].is_row)
715 int col = tab->var[tab->n_var - tab->n_div + i].index;
742 tab->n_var - tab->n_div + i - tab->n_param;
904 if (tab->var[tab->n_var - tab->n_div + div].is_row) {
905 int drow = tab->var[tab->n_var - tab->n_div + div].index;
914 int dcol = tab->var[tab->n_var
[all...]
H A Disl_tab.c26 unsigned n_row, unsigned n_var, unsigned M)
35 tab->mat = isl_mat_alloc(ctx, n_row, off + n_var);
38 tab->var = isl_alloc_array(ctx, struct isl_tab_var, n_var);
39 if (n_var && !tab->var)
44 tab->col_var = isl_alloc_array(ctx, int, n_var);
45 if (n_var && !tab->col_var)
50 for (i = 0; i < n_var; ++i) {
64 tab->n_col = n_var;
65 tab->n_var = n_var;
25 isl_tab_alloc(struct isl_ctx *ctx, unsigned n_row, unsigned n_var, unsigned M) argument
[all...]
H A Disl_tab.h104 * There are "n_var" variables in total. The first "n_param" of these
140 unsigned n_var; member in struct:isl_tab
182 unsigned n_row, unsigned n_var, unsigned M);
H A Dbasis_reduction_tab.c79 dim = tab->n_var;
104 lp->dim = tab->n_var;
H A Dbasis_reduction_templ.c84 dim = tab->n_var;
337 tab->basis = isl_mat_identity(bset->ctx, 1 + tab->n_var);
H A Disl_affine_hull.c274 dim = tab->n_var;
449 dim = tab->n_var;
826 isl_assert(tab->mat->ctx, tab->samples->n_col == 1 + tab->n_var, goto error);
832 sample = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_var);
868 isl_seq_normalize(tab->mat->ctx, hull->eq[j], 1 + tab->n_var);
H A Disl_vertices.c705 todo->constraint = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_var);
708 isl_seq_neg(todo->constraint->el, tab->bmap->ineq[con], 1 + tab->n_var);
/haiku-buildtools/gcc/gcc/config/spu/
H A Dspu.c6013 int n_var = 0;
6025 ++n_var;
6046 if (n_var != n_elts)
6048 if (n_var == 0)
6074 if (n_var != 0)
6002 int n_var = 0; local
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64.c8825 int n_var = 0, one_var = -1; local
8832 n_var = 1, one_var = 0;
8838 ++n_var, one_var = i;
8844 if (n_var == 0)
8864 if (n_var == 1)
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c12317 int i, n_var = 0;
12326 n_var++;
12332 if (n_var == 0)
12291 int i, n_var = 0; local
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c5645 int n_var = 0;
5653 ++n_var;
5655 if (n_var == 0)
5662 if (n_var == 2)
5796 int n_var = 0, one_var = -1;
5805 ++n_var, one_var = i;
5813 if (n_var == 0)
5925 if (n_var == 1)
5632 int n_var = 0; local
5783 int n_var = 0, one_var = -1; local
[all...]
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm.c12831 int n_var = 0, one_var = -1;
12840 ++n_var, one_var = i;
12846 if (n_var == 0)
12867 if (n_var == 1)
12819 int n_var = 0, one_var = -1; local
/haiku-buildtools/gcc/gcc/config/i386/
H A Di386.c44894 int n_var = 0, one_var = -1; local
[all...]

Completed in 785 milliseconds