reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1722 isl_int_init(f); 1724 isl_int_divexact(f, aff2->v->el[0], gcd); 1725 isl_seq_scale(aff1->v->el + 1, aff1->v->el + 1, f, aff1->v->size - 1); 1726 isl_int_divexact(f, aff1->v->el[0], gcd); 1727 isl_seq_addmul(aff1->v->el + 1, f, aff2->v->el + 1, aff1->v->size - 1); 1728 isl_int_divexact(f, aff2->v->el[0], gcd); 1729 isl_int_mul(aff1->v->el[0], aff1->v->el[0], f); 1730 isl_int_clear(f);