Home | History | Annotate | Download | only in pre_gen

Lines Matching defs:mp_div

1576 int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d)
1658 int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d)
2983 if ((err = mp_div(&u3, &v3, &q, NULL)) != MP_OKAY) { goto _ERR; }
4427 if ((res = mp_div(a, &t1, &t2, NULL)) != MP_OKAY) {
4433 if ((res = mp_div(b, &t1, &t2, NULL)) != MP_OKAY) {
4554 if ((res = mp_div (a, b, NULL, &t)) != MP_OKAY) {
5375 if ((res = mp_div (&t2, &t3, &t3, NULL)) != MP_OKAY) {
7022 return mp_div (a, b, a, NULL);
7417 if ((res = mp_div(arg,&t1,&t2,NULL)) != MP_OKAY) {
7428 if ((res = mp_div(arg,&t1,&t2,NULL)) != MP_OKAY) {