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

References

tools/polly/lib/External/isl/imath/imath.c
  639   CHECK(a != NULL && b != NULL && c != NULL);
  641   ua = MP_USED(a); ub = MP_USED(b); uc = MP_USED(c);
  644   if (MP_SIGN(a) != MP_SIGN(b)) {
  651     carry = s_uadd(MP_DIGITS(a), MP_DIGITS(b), MP_DIGITS(c), ua, ub);
  663     MP_SIGN(c) = MP_SIGN(a);
  670     int     cmp = s_ucmp(a, b);
  676       x = a; y = b; osign = MP_ZPOS;
  679       x = b; y = a; osign = MP_NEG;
  682     if (MP_SIGN(a) == MP_NEG && cmp != 0)