|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/polly/lib/External/isl/imath/imath.h 172 mp_result mp_int_gcd(mp_int a, mp_int b, mp_int c); /* c = gcd(a, b) */
References
tools/polly/lib/External/isl/imath/gmp_compat.c 319 CHECK(mp_int_gcd(op1, op2, rop));
tools/polly/lib/External/isl/imath/imath.c 1513 if ((res = mp_int_gcd(a, b, &lcm)) != MP_OK)
tools/polly/lib/External/isl/imath/imrat.c 893 if ((res = mp_int_gcd(MP_NUMER_P(r), MP_DENOM_P(r), &gcd)) != MP_OK)