|
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 137 mp_result mp_int_div_value(mp_int a, mp_small value, /* q = a / value */
References
tools/polly/lib/External/isl/imath/imath.c 1532 if (mp_int_div_value(a, v, NULL, &rem) != MP_OK)
tools/polly/lib/External/isl/imath/imrat.c 820 if ((res = mp_int_div_value(&frac, radix, &frac, NULL)) != MP_OK)
tools/polly/lib/External/isl/isl_int_sioimath.h 889 mp_int_div_value(isl_sioimath_bigarg_src(lhs, &lhsscratch), rhs,