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

References

tools/polly/lib/External/isl/imath/imath.c
  604       x = b; y = a;
  607       x = a; y = b;
  610     if (!s_pad(c, MP_USED(x)))
  614     s_usub(MP_DIGITS(x), MP_DIGITS(y), MP_DIGITS(c), MP_USED(x), MP_USED(y));
  614     s_usub(MP_DIGITS(x), MP_DIGITS(y), MP_DIGITS(c), MP_USED(x), MP_USED(y));
  615     MP_USED(c) = MP_USED(x);
  619     MP_SIGN(c) = MP_SIGN(x);