reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1714 if (!aff1 || !aff2) 1723 isl_int_gcd(gcd, aff1->v->el[0], aff2->v->el[0]); 1724 isl_int_divexact(f, aff2->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); 1733 isl_aff_free(aff2); 1737 isl_aff_free(aff2);