Searched refs:n_zero (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/isl/
H A Dbasis_reduction_templ.c30 * The first tab->n_zero rows of the basis (ignoring the constant row)
32 * tab->n_zero is updated to reflect any additional equalities that
90 if (n_bounded <= tab->n_zero + 1)
131 i = tab->n_zero;
146 tab->n_zero++;
150 if (i+1 == tab->n_zero) {
219 if (i+1 == tab->n_zero && fixed) {
226 tab->n_zero++;
239 if (i > tab->n_zero) {
247 GBR_set(F[tab->n_zero], F_ne
[all...]
H A Disl_tab.h164 int n_zero; member in struct:isl_tab
H A Disl_sample.c336 tab->n_zero = n_eq = tab->n_var - tab->n_col + tab->n_dead;
457 * tab->n_zero is currently ignored and is clobbered by this function.
595 tab->n_zero = level;
1212 tab->n_zero = eq->n_row;
1217 tab->n_unbounded = tab->n_var - (eq->n_row - tab->n_zero);
H A Disl_tab.c82 tab->n_zero = 0;
301 dup->n_zero = tab->n_zero;
554 prod->n_zero = 0;
H A Disl_affine_hull.c866 if (hull->n_eq > tab->n_zero) {
H A Disl_tab_pip.c2776 cgbr->tab->n_zero = 0;

Completed in 59 milliseconds