Searched refs:mp_div_d (Results 1 - 10 of 10) sorted by relevance

/barrelfish-2018-10-04/lib/tommath/
H A Dbn_mp_mod_d.c21 return mp_div_d(a, b, NULL, c);
H A Dbn_mp_radix_size.c61 if ((res = mp_div_d (&t, (mp_digit) radix, &t, &d)) != MP_OKAY) {
H A Dbn_mp_toradix.c51 if ((res = mp_div_d (&t, (mp_digit) radix, &t, &d)) != MP_OKAY) {
H A Dbn_mp_toradix_n.c64 if ((res = mp_div_d (&t, (mp_digit) radix, &t, &d)) != MP_OKAY) {
H A Dbn_mp_div_d.c37 int mp_div_d (mp_int * a, mp_digit b, mp_int * c, mp_digit * d) function
H A Dtommath.h343 int mp_div_d(mp_int *a, mp_digit b, mp_int *c, mp_digit *d);
H A Dbn.tex1825 int mp_div_d(mp_int *a, mp_digit b, mp_int *c, mp_digit *d);
/barrelfish-2018-10-04/lib/tommath/mtest/
H A Dmpi.h111 mp_err mp_div_d(mp_int *a, mp_digit d, mp_int *q, mp_digit *r);
H A Dmpi.c652 /* {{{ mp_div_d(a, d, q, r) */
655 mp_div_d(a, d, q, r)
662 mp_err mp_div_d(mp_int *a, mp_digit d, mp_int *q, mp_digit *r) function
727 } /* end mp_div_d() */
1421 if((res = mp_div_d(a, d, NULL, &rem)) != MP_OKAY)
/barrelfish-2018-10-04/lib/tommath/pre_gen/
H A Dmpi.c2144 int mp_div_d (mp_int * a, mp_digit b, mp_int * c, mp_digit * d) function
4662 return mp_div_d(a, b, NULL, c);
6260 if ((res = mp_div_d (&t, (mp_digit) radix, &t, &d)) != MP_OKAY) {
8399 if ((res = mp_div_d (&t, (mp_digit) radix, &t, &d)) != MP_OKAY) {
8491 if ((res = mp_div_d (&t, (mp_digit) radix, &t, &d)) != MP_OKAY) {

Completed in 108 milliseconds