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

References

tools/polly/lib/External/isl/imath/imrat.c
  387   if (b == 0)
  389   else if(b == 1)
  394   if ((res = mp_int_expt(MP_NUMER_P(a), b, MP_NUMER_P(c))) != MP_OK)
  397   return mp_int_expt(MP_DENOM_P(a), b, MP_DENOM_P(c));