Searched refs:mp_abs (Results 1 - 9 of 9) sorted by relevance

/barrelfish-2018-10-04/lib/tommath/
H A Dbn_mp_abs.c23 mp_abs (mp_int * a, mp_int * b) function
H A Dbn_mp_gcd.c26 return mp_abs (b, c);
29 return mp_abs (a, c);
H A Dbn_mp_exptmod.c53 if ((err = mp_abs(X, &tmpX)) != MP_OKAY) {
H A Dbn_mp_div.c52 if (((res = mp_abs(a, &ta)) != MP_OKAY) ||
53 ((res = mp_abs(b, &tb)) != MP_OKAY) ||
H A Dtommath.h302 int mp_abs(mp_int *a, mp_int *b);
401 * compute the reduction as -1 * mp_reduce(mp_abs(a)) [pseudo code].
H A Dbn.tex1132 int mp_abs (mp_int * a, mp_int * b);
/barrelfish-2018-10-04/lib/tommath/mtest/
H A Dmpi.h118 mp_err mp_abs(mp_int *a, mp_int *b);
H A Dmpi.c802 /* {{{ mp_abs(a, b) */
805 mp_abs(a, b)
810 mp_err mp_abs(mp_int *a, mp_int *b) function
823 } /* end mp_abs() */
2089 mp_abs(&xc, &xc);
2092 mp_abs(&yc, &yc);
/barrelfish-2018-10-04/lib/tommath/pre_gen/
H A Dmpi.c786 mp_abs (mp_int * a, mp_int * b) function
1607 if (((res = mp_abs(a, &ta)) != MP_OKAY) ||
1608 ((res = mp_abs(b, &tb)) != MP_OKAY) ||
2559 if ((err = mp_abs(X, &tmpX)) != MP_OKAY) {
3186 return mp_abs (b, c);
3189 return mp_abs (a, c);

Completed in 105 milliseconds