|
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 131 mp_result mp_int_mul(mp_int a, mp_int b, mp_int c); /* c = a * b */
References
tools/polly/lib/External/isl/imath/gmp_compat.c 117 CHECK(mp_int_mul(op1, op2, rop));
192 CHECK(mp_int_mul(op1, op2, temp));
234 CHECK(mp_int_mul(op1, op2, temp));
269 CHECK(mp_int_mul(op1, temp, rop));
645 mp_int_mul(q, orig_d, temp);
tools/polly/lib/External/isl/imath/imath.c 770 return mp_int_mul(a, &vtmp, c);
1008 if ((res = mp_int_mul(c, &t, c)) != MP_OK)
1040 if ((res = mp_int_mul(c, &t, c)) != MP_OK)
1075 if ((res = mp_int_mul(c, &t, c)) != MP_OK)
1517 if ((res = mp_int_mul(&lcm, b, &lcm)) != MP_OK)
tools/polly/lib/External/isl/imath/imrat.c 261 if ((res = mp_int_mul(MP_NUMER_P(a), MP_NUMER_P(b), MP_NUMER_P(c))) != MP_OK)
265 if ((res = mp_int_mul(MP_DENOM_P(a), MP_DENOM_P(b), MP_DENOM_P(c))) != MP_OK)
283 if ((res = mp_int_mul(MP_NUMER_P(a), MP_DENOM_P(b), &tmp)) != MP_OK)
285 if ((res = mp_int_mul(MP_DENOM_P(a), MP_NUMER_P(b), MP_DENOM_P(c))) != MP_OK)
293 if ((res = mp_int_mul(MP_NUMER_P(a), MP_DENOM_P(b), MP_NUMER_P(c))) != MP_OK)
295 if ((res = mp_int_mul(MP_DENOM_P(a), MP_NUMER_P(b), MP_DENOM_P(c))) != MP_OK)
313 if ((res = mp_int_mul(&tmp, MP_DENOM_P(a), &tmp)) != MP_OK)
337 if ((res = mp_int_mul(&tmp, MP_DENOM_P(a), &tmp)) != MP_OK)
360 if ((res = mp_int_mul(MP_NUMER_P(c), b, MP_NUMER_P(c))) != MP_OK)
376 if ((res = mp_int_mul(MP_DENOM_P(c), b, MP_DENOM_P(c))) != MP_OK)
438 if ((res = mp_int_mul(TEMP(0), MP_DENOM_P(b), TEMP(0))) != MP_OK ||
439 (res = mp_int_mul(TEMP(1), MP_DENOM_P(a), TEMP(1))) != MP_OK)
554 if ((res = mp_int_mul(TEMP(1), TEMP(2), TEMP(1))) != MP_OK)
847 if ((res = mp_int_mul(MP_NUMER_P(r), MP_DENOM_P(r), MP_NUMER_P(r))) != MP_OK)
938 if ((res = mp_int_mul(TEMP(0), MP_DENOM_P(b), TEMP(0))) != MP_OK)
940 if ((res = mp_int_mul(TEMP(1), MP_DENOM_P(a), TEMP(1))) != MP_OK)
945 res = mp_int_mul(MP_DENOM_P(a), MP_DENOM_P(b), MP_DENOM_P(c));
tools/polly/lib/External/isl/isl_imath.c 39 mp_int_mul(op1, &temp, &temp);
51 mp_int_mul(op1, &temp, &temp);
tools/polly/lib/External/isl/isl_int_sioimath.h 686 mp_int_mul(isl_sioimath_bigarg_src(lhs, &scratchlhs),
724 mp_int_mul(isl_sioimath_bigarg_src(lhs, &scratchlhs),
743 mp_int_mul(isl_sioimath_bigarg_src(lhs, &scratchlhs),