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

References

tools/polly/lib/External/isl/imath/imath.c
  838   CHECK(a != NULL && b != NULL && q != r);
  846     if (r && (res = mp_int_copy(a, r)) != MP_OK)
  846     if (r && (res = mp_int_copy(a, r)) != MP_OK)
  858     if (r)
  859       mp_int_zero(r);
  888     if (r && a != r) {
  888     if (r && a != r) {
  889       if ((res = mp_int_copy(b, r)) != MP_OK)
  892 	rout = r;
  903     if (r && (res = mp_int_copy(a, r)) != MP_OK) goto CLEANUP;
  903     if (r && (res = mp_int_copy(a, r)) != MP_OK) goto CLEANUP;
  906     if (r) s_qmod(r, (mp_size) lg); rout = r;
  906     if (r) s_qmod(r, (mp_size) lg); rout = r;
  906     if (r) s_qmod(r, (mp_size) lg); rout = r;
  922   if (r && (res = mp_int_copy(rout, r)) != MP_OK) goto CLEANUP;
  922   if (r && (res = mp_int_copy(rout, r)) != MP_OK) goto CLEANUP;