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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c547 /* {{{ mp_div_d(a, d, q, r) */
550 mp_div_d(a, d, q, r)
557 mp_err mp_div_d(const mp_int *a, mp_digit d, mp_int *q, mp_digit *r) function
604 } /* end mp_div_d() */
1281 if((res = mp_div_d(a, d, NULL, &rem)) != MP_OKAY)
2695 if((res = mp_div_d(&tmp, rdx, &tmp, &rem)) != MP_OKAY) {
3393 /* could check for power of 2 here, but mp_div_d does that. */

Completed in 239 milliseconds