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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c991 /* {{{ mp_div(a, b, q, r) */
994 mp_div(a, b, q, r)
1000 mp_err mp_div(const mp_int *a, const mp_int *b, mp_int *q, mp_int *r) function
1080 } /* end mp_div() */
1237 if((res = mp_div(a, m, NULL, c)) != MP_OKAY)
1353 if((res = mp_div(&t, &x, &t, NULL)) != MP_OKAY)
1522 if((res = mp_div(&mu, m, &mu, NULL)) != MP_OKAY)
1901 res = mp_div(&prod, &gcd, c, NULL);

Completed in 42 milliseconds