Searched refs:mp_div_d (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/common/mpi/ |
H A D | mpi.h | 270 mp_err mp_div_d(const mp_int *a, mp_digit d, mp_int *q, mp_digit *r);
|
H A D | mpi.c | 557 /* {{{ mp_div_d(a, d, q, r) */ 560 mp_div_d(a, d, q, r) 567 mp_err mp_div_d(const mp_int *a, mp_digit d, mp_int *q, mp_digit *r) function 614 } /* end mp_div_d() */ 1291 if((res = mp_div_d(a, d, NULL, &rem)) != MP_OKAY) 2705 if((res = mp_div_d(&tmp, rdx, &tmp, &rem)) != MP_OKAY) { 3399 /* could check for power of 2 here, but mp_div_d does that. */
|
Completed in 409 milliseconds