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

References

tools/polly/lib/External/isl/imath/imath.c
 1555   CHECK(a != NULL && c != NULL && b > 0);
 1557   if (b == 1) {
 1561     if (b % 2 == 0)
 1577     if ((res = mp_int_expt(TEMP(1), b, TEMP(2))) != MP_OK)
 1585     if ((res = mp_int_expt(TEMP(1), b - 1, TEMP(3))) != MP_OK)
 1587     if ((res = mp_int_mul_value(TEMP(3), b, TEMP(3))) != MP_OK)