Home
last modified time | relevance | path

Searched refs:mp_div_d (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/mpi/
H A Dmpi.h270 mp_err mp_div_d(const mp_int *a, mp_digit d, mp_int *q, mp_digit *r);
H A Dmpi.c567 mp_err mp_div_d(const mp_int *a, mp_digit d, mp_int *q, mp_digit *r) in mp_div_d() function
1291 if((res = mp_div_d(a, d, NULL, &rem)) != MP_OKAY) in mp_mod_d()
2705 if((res = mp_div_d(&tmp, rdx, &tmp, &rem)) != MP_OKAY) { in mp_toradix()