Home
last modified time | relevance | path

Searched refs:mp_int_sub (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/polly/lib/External/isl/imath/
Dimath.c635 mp_result mp_int_sub(mp_int a, mp_int b, mp_int c) in mp_int_sub() function
702 return mp_int_sub(a, &vtmp, c); in mp_int_sub_value()
1303 res = mp_int_sub(m, TEMP(1), c); in mp_int_invmod()
1366 if ((res = mp_int_sub(&u, &v, &t)) != MP_OK) in mp_int_gcd()
1445 if ((res = mp_int_sub(TEMP(1), TEMP(6), TEMP(1))) != MP_OK) in mp_int_egcd()
1459 if ((res = mp_int_sub(TEMP(3), TEMP(6), TEMP(3))) != MP_OK) in mp_int_egcd()
1468 if ((res = mp_int_sub(TEMP(4), TEMP(5), TEMP(4))) != MP_OK) goto CLEANUP; in mp_int_egcd()
1469 if ((res = mp_int_sub(TEMP(0), TEMP(2), TEMP(0))) != MP_OK) goto CLEANUP; in mp_int_egcd()
1470 if ((res = mp_int_sub(TEMP(1), TEMP(3), TEMP(1))) != MP_OK) goto CLEANUP; in mp_int_egcd()
1473 if ((res = mp_int_sub(TEMP(5), TEMP(4), TEMP(5))) != MP_OK) goto CLEANUP; in mp_int_egcd()
[all …]
Dgmp_compat.c137 CHECK(mp_int_sub(op1, op2, rop)); in GMPZAPI()
235 CHECK(mp_int_sub(rop, temp, rop)); in GMPZAPI()
298 CHECK(mp_int_sub(op1, temp, rop)); in GMPZAPI()
646 mp_int_sub(orig_n, temp, r); in GMPZAPI()
Dimath.h129 mp_result mp_int_sub(mp_int a, mp_int b, mp_int c); /* c = a - b */
Dimrat.c253 return s_rat_combine(a, b, c, mp_int_sub); in mp_rat_sub()
343 if ((res = mp_int_sub(MP_NUMER_P(c), &tmp, MP_NUMER_P(c))) != MP_OK) in mp_rat_sub_int()
/external/llvm-project/polly/lib/External/isl/
Disl_imath.c52 mp_int_sub(rop, &temp, rop); in isl_imath_submul_ui()
Disl_int_sioimath.h665 mp_int_sub(isl_sioimath_bigarg_src(lhs, &scratchlhs), in isl_sioimath_sub()
/external/llvm-project/polly/lib/External/isl/imath_wrap/
Dwrap.h117 #define mp_int_sub isl_mp_int_sub macro