Searched refs:mp_reduce (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/lib/tommath/
H A Dbn_mp_reduce.c22 int mp_reduce (mp_int * x, mp_int * m, mp_int * mu) function
H A Dbn_s_mp_exptmod.c80 redux = mp_reduce;
H A Dtommath.h401 * compute the reduction as -1 * mp_reduce(mp_abs(a)) [pseudo code].
403 int mp_reduce(mp_int *a, mp_int *b, mp_int *c);
H A Dbn.tex1316 int mp_reduce(mp_int *a, mp_int *b, mp_int *c);
1347 if ((result = mp_reduce(&c, &b, &mu)) != MP_OKAY) \{
1361 if ((result = mp_reduce(&c, &b, &mu)) != MP_OKAY) \{
/barrelfish-master/lib/tommath/pre_gen/
H A Dmpi.c6583 int mp_reduce (mp_int * x, mp_int * m, mp_int * mu) function
8947 redux = mp_reduce;

Completed in 56 milliseconds