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

References

tools/polly/lib/External/isl/imath/imath.c
  795   osize = (mp_size) 4 * ((MP_USED(a) + 1) / 2);
  797     p = ROUND_PREC(osize);
  804     if (!s_pad(c, osize))
  809   ZERO(out, osize);
  823   MP_USED(c) = osize; /* might not be true, but we'll fix it ... */