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

References

tools/polly/lib/External/isl/imath/imath.c
  489   CHECK(a != NULL && c != NULL);
  491   if (a != c) {
  492     mp_size ua = MP_USED(a);
  498     da = MP_DIGITS(a); dc = MP_DIGITS(c);
  502     MP_SIGN(c) = MP_SIGN(a);