Searched refs:mp_div (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/common/mpi/ |
H A D | mpi.h | 287 mp_err mp_div(const mp_int *a, const mp_int *b, mp_int *q, mp_int *r);
|
H A D | mpi.c | 1001 /* {{{ mp_div(a, b, q, r) */ 1004 mp_div(a, b, q, r) 1010 mp_err mp_div(const mp_int *a, const mp_int *b, mp_int *q, mp_int *r) function 1090 } /* end mp_div() */ 1247 if((res = mp_div(a, m, NULL, c)) != MP_OKAY) 1363 if((res = mp_div(&t, &x, &t, NULL)) != MP_OKAY) 1532 if((res = mp_div(&mu, m, &mu, NULL)) != MP_OKAY) 1911 res = mp_div(&prod, &gcd, c, NULL);
|
Completed in 53 milliseconds