reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3793 extra = isl_alloc_array(tab->mat->ctx, int, tab->n_col); 3794 if (tab->n_col && !extra) 3802 extra[n_extra++] = i; 3816 if (!isl_int_is_zero(tab->mat->row[row][off+extra[j]])) 3819 if (isl_tab_pivot(tab, row, extra[j]) < 0) 3821 extra[j] = extra[--n_extra]; 3821 extra[j] = extra[--n_extra]; 3824 free(extra); 3827 free(extra);