Lines Matching refs:mp_div_d
652 /* {{{ 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)727 } /* end mp_div_d() */1421 if((res = mp_div_d(a, d, NULL, &rem)) != MP_OKAY)