bignum.c | 1809 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local in function:toom_cook_multiply 1813 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4, 1864 /* w1 = (a2 + 2(a1 + 2a0))(b2 + 2(b1 + 2b0)) */ 1891 if ((res = signed_multiply(&tmp1, &tmp2, &w1)) != MP_OKAY) { 1957 if ((res = signed_subtract(&w1, &w4, &w1)) != MP_OKAY) { 1965 if ((res = half(&w1, &w1)) != MP_OKAY) { 1980 if ((res = signed_subtract(&w1, &w2, &w1)) != MP_OKAY) 2727 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local in function:toom_cook_square [all...] |