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

References

tools/polly/lib/External/isl/imath/imath.c
 1857   CHECK(z != NULL && buf != NULL && len > 0);
 1861   if (!s_pad(z, need))
 1864   mp_int_zero(z);
 1869     MP_SIGN(z) = MP_NEG;
 1873   dz = MP_DIGITS(z);
 1875     s_qmul(z, (mp_size) CHAR_BIT);
 1880   if (MP_SIGN(z) == MP_NEG)