Home | History | Annotate | Download | only in pre_gen

Lines Matching defs:mp_div_3

2044 mp_div_3 (mp_int * a, mp_int *c, mp_digit * d)
2176 return mp_div_3(a, c, d);
8058 if ((res = mp_div_3(&w1, &w1, NULL)) != MP_OKAY) {
8062 if ((res = mp_div_3(&w3, &w3, NULL)) != MP_OKAY) {
8290 if ((res = mp_div_3(&w1, &w1, NULL)) != MP_OKAY) {
8294 if ((res = mp_div_3(&w3, &w3, NULL)) != MP_OKAY) {