reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4755 total = isl_space_dim(qp->dim, isl_dim_all); 4768 for (j = 0; j < total; ++j) { 4778 if (isl_int_sgn(row[2 + total + j]) >= 0) 4780 isl_int_fdiv_q(v->el[1 + total + j], 4781 row[2 + total + j], row[0]); 4782 isl_int_submul(row[2 + total + j], 4783 row[0], v->el[1 + total + j]); 4786 if (isl_int_is_zero(qp->div->row[j][2 + total + i])) 4790 qp->div->row[j][2 + total + i], v->el, v->size); 4792 isl_int_set_si(v->el[1 + total + i], 1); 4795 qp->upoly = isl_upoly_subs(qp->upoly, total + i, 1, &s);