reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
233 total = isl_basic_set_total_dim(bset); 236 total, bset->n_ineq + (shift > 0)); 246 for (i = 0; i < total; ++i) { 250 isl_seq_clr(dual->eq[k], 1 + shift + total); 253 isl_int_set(dual->eq[k][1 + shift + total + j], 256 isl_int_set(dual->eq[k][1 + shift + total + bset->n_eq + j], 265 1 + shift + total + bset->n_eq + bset->n_ineq); 266 isl_int_set_si(dual->ineq[k][1 + shift + total + bset->n_eq + i], 1); 273 isl_seq_clr(dual->ineq[k], 2 + total); 276 isl_int_neg(dual->ineq[k][2 + total + j], 279 isl_int_neg(dual->ineq[k][2 + total + bset->n_eq + j],