Home | History | Annotate | Download | only in pre_gen

Lines Matching full:tmp2

7847     mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2;
7853 &b2, &tmp1, &tmp2, NULL)) != MP_OKAY) {
7916 if ((res = mp_mul_2(&b0, &tmp2)) != MP_OKAY) {
7919 if ((res = mp_add(&tmp2, &b1, &tmp2)) != MP_OKAY) {
7922 if ((res = mp_mul_2(&tmp2, &tmp2)) != MP_OKAY) {
7925 if ((res = mp_add(&tmp2, &b2, &tmp2)) != MP_OKAY) {
7929 if ((res = mp_mul(&tmp1, &tmp2, &w1)) != MP_OKAY) {
7947 if ((res = mp_mul_2(&b2, &tmp2)) != MP_OKAY) {
7950 if ((res = mp_add(&tmp2, &b1, &tmp2)) != MP_OKAY) {
7953 if ((res = mp_mul_2(&tmp2, &tmp2)) != MP_OKAY) {
7956 if ((res = mp_add(&tmp2, &b0, &tmp2)) != MP_OKAY) {
7960 if ((res = mp_mul(&tmp1, &tmp2, &w3)) != MP_OKAY) {
7972 if ((res = mp_add(&b2, &b1, &tmp2)) != MP_OKAY) {
7975 if ((res = mp_add(&tmp2, &b0, &tmp2)) != MP_OKAY) {
7978 if ((res = mp_mul(&tmp1, &tmp2, &w2)) != MP_OKAY) {
8096 &b2, &tmp1, &tmp2, NULL);