Home | History | Annotate | Download | only in mtest

Lines Matching defs:mp_div

1131 /* {{{ mp_div(a, b, q, r) */
1134 mp_div(a, b, q, r)
1143 mp_err mp_div(mp_int *a, mp_int *b, mp_int *q, mp_int *r)
1221 } /* end mp_div() */
1377 if((res = mp_div(a, m, NULL, c)) != MP_OKAY)
1490 if((res = mp_div(&t, &x, &t, NULL)) != MP_OKAY)
1660 if((res = mp_div(&mu, m, &mu, NULL)) != MP_OKAY)
2039 res = mp_div(&prod, &gcd, c, NULL);