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

References

tools/polly/lib/External/isl/imath/imath.c
  846     if (r && (res = mp_int_copy(a, r)) != MP_OK)
  847       return res;
  878       if ((res = mp_int_copy(a, q)) != MP_OK)
  885       SETUP(mp_int_init_copy(LAST_TEMP(), a));
  889       if ((res = mp_int_copy(b, r)) != MP_OK)
  896       SETUP(mp_int_init_copy(LAST_TEMP(), b));
  899     if ((res = s_udiv_knuth(qout, rout)) != MP_OK) goto CLEANUP;
  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;
  921   if (q && (res = mp_int_copy(qout, q)) != MP_OK) goto CLEANUP;
  922   if (r && (res = mp_int_copy(rout, r)) != MP_OK) goto CLEANUP;
  925   return res;