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

References

tools/polly/lib/External/isl/imath/imath.c
 2714   if (mp_int_copy(x, q1) != MP_OK)
 2723   s_qmod(x, umb_p1);
 2731   (void) mp_int_sub(x, q1, x); /* can't fail */
 2731   (void) mp_int_sub(x, q1, x); /* can't fail */
 2735   if ((CMPZ(x) < 0) && !s_qsub(x, umb_p1))
 2735   if ((CMPZ(x) < 0) && !s_qsub(x, umb_p1))
 2740   if (mp_int_compare(x, m) >= 0) {
 2741     (void) mp_int_sub(x, m, x);
 2741     (void) mp_int_sub(x, m, x);
 2742     if (mp_int_compare(x, m) >= 0)
 2743       (void) mp_int_sub(x, m, x);
 2743       (void) mp_int_sub(x, m, x);