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);
  849     if (q)
  850       mp_int_zero(q);
  861     if (q) {
  862       mp_int_zero(q);
  863       q->digits[0] = 1;
  866 	MP_SIGN(q) = MP_NEG;
  877     if (q && b != q) {
  877     if (q && b != q) {
  878       if ((res = mp_int_copy(a, q)) != MP_OK)
  881 	qout = q;
  902     if (q && (res = mp_int_copy(a, q)) != MP_OK) goto CLEANUP;
  902     if (q && (res = mp_int_copy(a, q)) != MP_OK) goto CLEANUP;
  905     if (q) s_qdiv(q, (mp_size) lg); qout = q;
  905     if (q) s_qdiv(q, (mp_size) lg); qout = q;
  905     if (q) s_qdiv(q, (mp_size) lg); qout = q;
  921   if (q && (res = mp_int_copy(qout, q)) != MP_OK) goto CLEANUP;
  921   if (q && (res = mp_int_copy(qout, q)) != MP_OK) goto CLEANUP;