Home | History | Annotate | Download | only in pre_gen

Lines Matching refs:mp_div_2

114     if ((res = mp_div_2 (&u, &u)) != MP_OKAY) {
124 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) {
132 if ((res = mp_div_2 (&v, &v)) != MP_OKAY) {
143 if ((res = mp_div_2 (&D, &D)) != MP_OKAY) {
1870 int mp_div_2(mp_int * a, mp_int * b)
3756 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) {
3770 if ((res = mp_div_2 (&A, &A)) != MP_OKAY) {
3773 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) {
3781 if ((res = mp_div_2 (&v, &v)) != MP_OKAY) {
3795 if ((res = mp_div_2 (&C, &C)) != MP_OKAY) {
3798 if ((res = mp_div_2 (&D, &D)) != MP_OKAY) {
6166 if ((err = mp_div_2(a, a)) != MP_OKAY) { goto error; }
7423 if ((res = mp_div_2(&t1,&t1)) != MP_OKAY) {
7434 if ((res = mp_div_2(&t1,&t1)) != MP_OKAY) {
8003 if ((res = mp_div_2(&w1, &w1)) != MP_OKAY) {
8007 if ((res = mp_div_2(&w3, &w3)) != MP_OKAY) {
8235 if ((res = mp_div_2(&w1, &w1)) != MP_OKAY) {
8239 if ((res = mp_div_2(&w3, &w3)) != MP_OKAY) {