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

Declarations

tools/polly/lib/External/isl/imath/imath.c
  327 STATIC mp_result s_udiv_knuth(mp_int a, mp_int b);

References

tools/polly/lib/External/isl/imath/imath.c
  899     if ((res = s_udiv_knuth(qout, rout)) != MP_OK) goto CLEANUP;