|
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 135 mp_result mp_int_div(mp_int a, mp_int b, /* q = a / b */
References
tools/polly/lib/External/isl/imath/gmp_compat.c 200 CHECK(mp_int_div(n, d, q, NULL));
220 CHECK(mp_int_div(n, d, NULL, r));
258 CHECK(mp_int_div(n, temp, q, NULL));
572 CHECK(mp_int_div(n, d, q, r));
604 CHECK(mp_int_div(n, d, q, r));
657 CHECK(mp_int_div(n, d, q, NULL));
tools/polly/lib/External/isl/imath/imath.c 942 if ((res = mp_int_div(a, m, NULL, out)) != MP_OK)
966 if ((res = mp_int_div(a, &vtmp, q, &rtmp)) != MP_OK)
1515 if ((res = mp_int_div(a, &lcm, &lcm, NULL)) != MP_OK)
1589 if ((res = mp_int_div(TEMP(2), TEMP(3), TEMP(4), NULL)) != MP_OK)
2704 return mp_int_div(z, m, z, NULL);
tools/polly/lib/External/isl/imath/imrat.c 536 if ((res = mp_int_div(TEMP(0), MP_DENOM_P(r), TEMP(0), TEMP(1))) != MP_OK)
557 if ((res = mp_int_div(TEMP(1), MP_DENOM_P(r), TEMP(1), TEMP(2))) != MP_OK)
897 if ((res = mp_int_div(MP_NUMER_P(r), &gcd, MP_NUMER_P(r), NULL)) != MP_OK)
899 if ((res = mp_int_div(MP_DENOM_P(r), &gcd, MP_DENOM_P(r), NULL)) != MP_OK)
tools/polly/lib/External/isl/isl_int_sioimath.h 867 mp_int_div(isl_sioimath_bigarg_src(lhs, &lhsscratch),
895 mp_int_div(isl_sioimath_bigarg_src(lhs, &lhsscratch),
1134 mp_int_div(isl_sioimath_bigarg_src(lhs, &lhsscratch),