Home | History | Annotate | Download | only in pre_gen

Lines Matching refs:mp_div_d

2139 int mp_div_d (mp_int * a, mp_digit b, mp_int * c, mp_digit * d)
4657 return mp_div_d(a, b, NULL, c);
6255 if ((res = mp_div_d (&t, (mp_digit) radix, &t, &d)) != MP_OKAY) {
8389 if ((res = mp_div_d (&t, (mp_digit) radix, &t, &d)) != MP_OKAY) {
8481 if ((res = mp_div_d (&t, (mp_digit) radix, &t, &d)) != MP_OKAY) {