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

References

tools/polly/lib/External/isl/imath/imath.c
 1171   CHECK(a != NULL && b != NULL && c != NULL && m != NULL);
 1174   if (CMPZ(m) == 0)
 1179   um = MP_USED(m);
 1183   if (c == b || c == m) {
 1191   if ((res = mp_int_mod(a, m, TEMP(0))) != MP_OK) goto CLEANUP;
 1193   if ((res = s_brmu(TEMP(1), m)) != MP_OK) goto CLEANUP;
 1195   if ((res = s_embar(TEMP(0), b, m, TEMP(1), s)) != MP_OK)