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

References

tools/polly/lib/External/isl/imath/imath.c
  835   mp_sign sa = MP_SIGN(a), sb = MP_SIGN(b);
  838   CHECK(a != NULL && b != NULL && q != r);
  842   else if ((cmp = s_ucmp(a, b)) < 0) {
  846     if (r && (res = mp_int_copy(a, r)) != MP_OK)
  878       if ((res = mp_int_copy(a, q)) != MP_OK)
  885       SETUP(mp_int_init_copy(LAST_TEMP(), a));
  888     if (r && a != r) {
  902     if (q && (res = mp_int_copy(a, q)) != MP_OK) goto CLEANUP;
  903     if (r && (res = mp_int_copy(a, r)) != MP_OK) goto CLEANUP;