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

References

tools/polly/lib/External/isl/imath/imath.c
  800     if ((out = s_alloc(p)) == NULL)
  807     out = MP_DIGITS(c);
  809   ZERO(out, osize);
  811   s_ksqr(MP_DIGITS(a), out, MP_USED(a));
  816   if (out != MP_DIGITS(c)) {
  819     MP_DIGITS(c) = out;