reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/imath/imath.c
 1275   CHECK(a != NULL && m != NULL && c != NULL);
 1277   if (CMPZ(a) == 0 || CMPZ(m) <= 0)
 1280   sa = MP_SIGN(a); /* need this for the result later */
 1285   if ((res = mp_int_egcd(a, m, TEMP(0), TEMP(1), NULL)) != MP_OK)