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);
  840   if (CMPZ(b) == 0)
  842   else if ((cmp = s_ucmp(a, b)) < 0) {
  876   if ((lg = s_isp2(b)) < 0) {
  877     if (q && b != q) {
  889       if ((res = mp_int_copy(b, r)) != MP_OK)
  896       SETUP(mp_int_init_copy(LAST_TEMP(), b));