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

References

tools/polly/lib/External/isl/imath/imath.c
 1756   CHECK(z != NULL && str != NULL);
 1768     MP_SIGN(z) = MP_NEG;
 1774     MP_SIGN(z) = MP_ZPOS;
 1783   if (!s_pad(z, s_inlen(strlen(str), radix)))
 1786   MP_USED(z) = 1; z->digits[0] = 0;
 1786   MP_USED(z) = 1; z->digits[0] = 0;
 1789     s_dmul(z, (mp_digit)radix);
 1790     s_dadd(z, (mp_digit)ch);
 1794   CLAMP(z);
 1797   if (CMPZ(z) == 0)
 1798     MP_SIGN(z) = MP_ZPOS;