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

References

tools/polly/lib/External/isl/imath/imath.c
 1285   if ((res = mp_int_egcd(a, m, TEMP(0), TEMP(1), NULL)) != MP_OK)
 1289     res = MP_UNDEF;
 1294   if ((res = mp_int_mod(TEMP(1), m, TEMP(1))) != MP_OK)
 1303     res = mp_int_sub(m, TEMP(1), c);
 1305     res = mp_int_copy(TEMP(1), c);
 1308   return res;