|
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 129 mp_result mp_int_sub(mp_int a, mp_int b, mp_int c); /* c = a - b */
References
tools/polly/lib/External/isl/imath/gmp_compat.c 137 CHECK(mp_int_sub(op1, op2, rop));
235 CHECK(mp_int_sub(rop, temp, rop));
298 CHECK(mp_int_sub(op1, temp, rop));
646 mp_int_sub(orig_n, temp, r);
tools/polly/lib/External/isl/imath/imath.c 702 return mp_int_sub(a, &vtmp, c);
1303 res = mp_int_sub(m, TEMP(1), c);
1366 if ((res = mp_int_sub(&u, &v, &t)) != MP_OK)
1445 if ((res = mp_int_sub(TEMP(1), TEMP(6), TEMP(1))) != MP_OK)
1459 if ((res = mp_int_sub(TEMP(3), TEMP(6), TEMP(3))) != MP_OK)
1468 if ((res = mp_int_sub(TEMP(4), TEMP(5), TEMP(4))) != MP_OK) goto CLEANUP;
1469 if ((res = mp_int_sub(TEMP(0), TEMP(2), TEMP(0))) != MP_OK) goto CLEANUP;
1470 if ((res = mp_int_sub(TEMP(1), TEMP(3), TEMP(1))) != MP_OK) goto CLEANUP;
1473 if ((res = mp_int_sub(TEMP(5), TEMP(4), TEMP(5))) != MP_OK) goto CLEANUP;
1474 if ((res = mp_int_sub(TEMP(2), TEMP(0), TEMP(2))) != MP_OK) goto CLEANUP;
1475 if ((res = mp_int_sub(TEMP(3), TEMP(1), TEMP(3))) != MP_OK) goto CLEANUP;
1583 if ((res = mp_int_sub(TEMP(2), TEMP(0), TEMP(2))) != MP_OK)
1591 if ((res = mp_int_sub(TEMP(1), TEMP(4), TEMP(4))) != MP_OK)
2731 (void) mp_int_sub(x, q1, x); /* can't fail */
2741 (void) mp_int_sub(x, m, x);
2743 (void) mp_int_sub(x, m, x);
tools/polly/lib/External/isl/imath/imrat.c 253 return s_rat_combine(a, b, c, mp_int_sub);
343 if ((res = mp_int_sub(MP_NUMER_P(c), &tmp, MP_NUMER_P(c))) != MP_OK)
tools/polly/lib/External/isl/isl_imath.c 52 mp_int_sub(rop, &temp, rop);
tools/polly/lib/External/isl/isl_int_sioimath.h 665 mp_int_sub(isl_sioimath_bigarg_src(lhs, &scratchlhs),