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

Declarations

tools/polly/lib/External/isl/imath/imath.c
  233 STATIC int  s_pad(mp_int z, mp_size min);

References

tools/polly/lib/External/isl/imath/imath.c
  495     if (!s_pad(c, ua))
  573     if (!s_pad(c, max))
  580       if (!s_pad(c, max + 1))
  610     if (!s_pad(c, MP_USED(x)))
  648     if (!s_pad(c, max))
  655       if (!s_pad(c, max + 1))
  672     if (!s_pad(c, max))
  736     if (!s_pad(c, osize))
  804     if (!s_pad(c, osize))
 1783   if (!s_pad(z, s_inlen(strlen(str), radix)))
 1861   if (!s_pad(z, need))
 1923   if (!s_pad(z, need))
 2545   if (!s_pad(z, uz + need + extra))
 2593   if (!s_pad(z, tdig + 1))
 2666   if (!s_pad(z, ndig))
 2700   if (!s_pad(z, um))
 2894     if (!s_pad(u, m+n+1))
 2906   if (!s_pad(v, n+1)) return MP_MEMORY; v->digits[n] = 0;