Home | History | Annotate | Download | only in libtommath

Lines Matching refs:mp_int

21 int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d)
23 mp_int ta, tb, tq, q;
103 int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d)
105 mp_int q, x, y, t1, t2;