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

Declarations

tools/polly/lib/External/isl/imath/imath.h
  177 mp_result mp_int_lcm(mp_int a, mp_int b, mp_int c);    /* c = lcm(a, b)   */

References

tools/polly/lib/External/isl/imath/gmp_compat.c
  503   CHECK(mp_int_lcm(op1, op2, rop));