Searched refs:mp_rshd (Results 1 - 11 of 11) sorted by relevance

/barrelfish-master/lib/tommath/
H A Dbn_mp_rshd.c19 void mp_rshd (mp_int * a, int b) function
H A Dbn_mp_reduce.c33 mp_rshd (&q, um - 1);
58 mp_rshd (&q, um + 1);
H A Dbn_mp_div_2d.c55 mp_rshd (c, b / DIGIT_BIT);
H A Dbn_mp_montgomery_reduce.c105 mp_rshd (x, n->used);
H A Dbn_mp_sqrt.c44 mp_rshd (&t1,t1.used/2);
H A Dbn_mp_toom_mul.c48 mp_rshd(&a1, B);
54 mp_rshd(&a2, B*2);
64 mp_rshd(&b1, B);
70 mp_rshd(&b2, B*2);
H A Dbn_mp_toom_sqr.c41 mp_rshd(&a1, B);
47 mp_rshd(&a2, B*2);
H A Dbn_mp_div.c182 mp_rshd (&y, n - t);
H A Dtommath.h255 void mp_rshd(mp_int *a, int b);
H A Dbn.tex1083 void mp_rshd (mp_int * a, int b)
/barrelfish-master/lib/tommath/pre_gen/
H A Dmpi.c340 * array of mp_word to mp_digit than calling mp_rshd
1737 mp_rshd (&y, n - t);
1978 mp_rshd (c, b / DIGIT_BIT);
4506 /* much like mp_rshd this is implemented using a sliding window
4840 mp_rshd (x, n->used);
6594 mp_rshd (&q, um - 1);
6619 mp_rshd (&q, um + 1);
7056 void mp_rshd (mp_int * a, int b) function
7424 mp_rshd (&t1,t1.used/2);
7878 mp_rshd(
[all...]

Completed in 162 milliseconds