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

Declarations

tools/polly/lib/External/isl/imath/imath.c
  323 STATIC mp_result s_embar(mp_int a, mp_int b, mp_int m, mp_int mu, mp_int c);

References

tools/polly/lib/External/isl/imath/imath.c
 1195   if ((res = s_embar(TEMP(0), b, m, TEMP(1), s)) != MP_OK)
 1253   if ((res = s_embar(TEMP(0), b, m, mu, s)) != MP_OK)