Home | History | Annotate | Download | only in pre_gen

Lines Matching defs:W1

625   mp_word   W1;
636 W1 = 0;
670 _W = _W + _W + W1;
681 W1 = _W >> ((mp_word)DIGIT_BIT);
7847 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2;
7851 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4,
7902 /* w1 = (a2 + 2(a1 + 2a0))(b2 + 2(b1 + 2b0)) */
7929 if ((res = mp_mul(&tmp1, &tmp2, &w1)) != MP_OKAY) {
7995 if ((res = mp_sub(&w1, &w4, &w1)) != MP_OKAY) {
8003 if ((res = mp_div_2(&w1, &w1)) != MP_OKAY) {
8018 if ((res = mp_sub(&w1, &w2, &w1)) != MP_OKAY) {
8029 if ((res = mp_sub(&w1, &tmp1, &w1)) != MP_OKAY) {
8043 if ((res = mp_sub(&w2, &w1, &w2)) != MP_OKAY) {
8050 if ((res = mp_sub(&w1, &w2, &w1)) != MP_OKAY) {
8058 if ((res = mp_div_3(&w1, &w1, NULL)) != MP_OKAY) {
8067 if ((res = mp_lshd(&w1, 1*B)) != MP_OKAY) {
8080 if ((res = mp_add(&w0, &w1, c)) != MP_OKAY) {
8094 mp_clear_multi(&w0, &w1, &w2, &w3, &w4,
8130 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2;
8134 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4, &a0, &a1, &a2, &tmp1, NULL)) != MP_OKAY) {
8167 /* w1 = (a2 + 2(a1 + 2a0))**2 */
8181 if ((res = mp_sqr(&tmp1, &w1)) != MP_OKAY) {
8227 if ((res = mp_sub(&w1, &w4, &w1)) != MP_OKAY) {
8235 if ((res = mp_div_2(&w1, &w1)) != MP_OKAY) {
8250 if ((res = mp_sub(&w1, &w2, &w1)) != MP_OKAY) {
8261 if ((res = mp_sub(&w1, &tmp1, &w1)) != MP_OKAY) {
8275 if ((res = mp_sub(&w2, &w1, &w2)) != MP_OKAY) {
8282 if ((res = mp_sub(&w1, &w2, &w1)) != MP_OKAY) {
8290 if ((res = mp_div_3(&w1, &w1, NULL)) != MP_OKAY) {
8299 if ((res = mp_lshd(&w1, 1*B)) != MP_OKAY) {
8312 if ((res = mp_add(&w0, &w1, b)) != MP_OKAY) {
8326 mp_clear_multi(&w0, &w1, &w2, &w3, &w4, &a0, &a1, &a2, &tmp1, NULL);