Lines Matching refs:tempy
84 mp_int lambda, tempx, tempy;
88 MP_DIGITS(&tempy) = 0;
91 MP_CHECKOK(mp_init(&tempy, FLAG(px)));
109 MP_CHECKOK(group->meth->field_add(py, qy, &tempy, group->meth));
112 field_div(&tempy, &tempx, &lambda, group->meth));
142 MP_CHECKOK(group->meth->field_add(qx, &tempx, &tempy, group->meth));
144 field_mul(&tempy, &lambda, &tempy, group->meth));
146 field_add(&tempy, &tempx, &tempy, group->meth));
147 MP_CHECKOK(group->meth->field_add(&tempy, qy, ry, group->meth));
154 mp_clear(&tempy);