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

References

tools/polly/lib/External/isl/imath/imath.c
 1397   CHECK(a != NULL && b != NULL && c != NULL &&
 1405     if ((res = mp_int_abs(b, c)) != MP_OK) return res;
 1409     if ((res = mp_int_abs(a, c)) != MP_OK) return res;
 1481       if (c) {
 1487 	res = mp_int_copy(TEMP(5), c);