Searched refs:mp_lshd (Results 1 - 12 of 12) sorted by relevance

/barrelfish-2018-10-04/lib/tommath/
H A Dbn_mp_rand.c40 if ((res = mp_lshd (a, 1)) != MP_OKAY) {
H A Dbn_mp_lshd.c19 int mp_lshd (mp_int * a, int b) function
H A Dbn_mp_karatsuba_mul.c140 if (mp_lshd (&t1, B) != MP_OKAY)
142 if (mp_lshd (&x1y1, B * 2) != MP_OKAY)
H A Dbn_mp_karatsuba_sqr.c96 if (mp_lshd (&t1, B) != MP_OKAY)
98 if (mp_lshd (&x1x1, B * 2) != MP_OKAY)
H A Dbn_mp_mul_2d.c39 if ((res = mp_lshd (c, b / DIGIT_BIT)) != MP_OKAY) {
H A Dbn_mp_reduce.c78 if ((res = mp_lshd (&q, um + 1)) != MP_OKAY)
H A Dbn_mp_toom_mul.c247 if ((res = mp_lshd(&w1, 1*B)) != MP_OKAY) {
250 if ((res = mp_lshd(&w2, 2*B)) != MP_OKAY) {
253 if ((res = mp_lshd(&w3, 3*B)) != MP_OKAY) {
256 if ((res = mp_lshd(&w4, 4*B)) != MP_OKAY) {
H A Dbn_mp_toom_sqr.c191 if ((res = mp_lshd(&w1, 1*B)) != MP_OKAY) {
194 if ((res = mp_lshd(&w2, 2*B)) != MP_OKAY) {
197 if ((res = mp_lshd(&w3, 3*B)) != MP_OKAY) {
200 if ((res = mp_lshd(&w4, 4*B)) != MP_OKAY) {
H A Dbn_mp_div.c170 if ((res = mp_lshd (&y, n - t)) != MP_OKAY) { /* y = y*b**{n-t} */
234 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) {
247 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) {
H A Dtommath.h258 int mp_lshd(mp_int *a, int b);
H A Dbn.tex1075 int mp_lshd (mp_int * a, int b);
/barrelfish-2018-10-04/lib/tommath/pre_gen/
H A Dmpi.c1725 if ((res = mp_lshd (&y, n - t)) != MP_OKAY) { /* y = y*b**{n-t} */
1789 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) {
1802 if ((res = mp_lshd (&t1, i - t - 1)) != MP_OKAY) {
4239 if (mp_lshd (&t1, B) != MP_OKAY)
4241 if (mp_lshd (&x1y1, B * 2) != MP_OKAY)
4366 if (mp_lshd (&t1, B) != MP_OKAY)
4368 if (mp_lshd (&x1x1, B * 2) != MP_OKAY)
4478 int mp_lshd (mp_int * a, int b) function
5115 if ((res = mp_lshd (c, b / DIGIT_BIT)) != MP_OKAY) {
6349 if ((res = mp_lshd (
[all...]

Completed in 62 milliseconds