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

References

tools/polly/lib/External/isl/imath/imath.c
 1567   SETUP(mp_int_init_copy(LAST_TEMP(), a));
 1568   SETUP(mp_int_init_copy(LAST_TEMP(), a));
 1569   SETUP(mp_int_init(LAST_TEMP()));
 1570   SETUP(mp_int_init(LAST_TEMP()));
 1571   SETUP(mp_int_init(LAST_TEMP()));
 1577     if ((res = mp_int_expt(TEMP(1), b, TEMP(2))) != MP_OK)
 1583     if ((res = mp_int_sub(TEMP(2), TEMP(0), 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)
 1589     if ((res = mp_int_div(TEMP(2), TEMP(3), TEMP(4), NULL)) != MP_OK)
 1591     if ((res = mp_int_sub(TEMP(1), TEMP(4), TEMP(4))) != MP_OK)
 1595       if ((res = mp_int_sub_value(TEMP(4), 1, TEMP(4))) != MP_OK)
 1598     if ((res = mp_int_copy(TEMP(4), TEMP(1))) != MP_OK)
 1602   if ((res = mp_int_copy(TEMP(1), c)) != MP_OK)
 1610   return res;