Lines Matching refs:y1
1095 /* point_add calcuates (x1, y1, z1) + (x2, y2, z2)
1106 const felem y1, const felem z1, const int mixed,
1157 /* s1 = ftmp2 = y1 * z2**3 */
1158 felem_mul(tmp, y1, ftmp2);
1173 /* s1 = ftmp2 = y1 * z2**3 */
1174 felem_assign(ftmp6, y1);
1211 point_double(x3, y3, z3, x1, y1, z1);
1255 copy_conditional(y_out, y1, z2_is_zero);
1266 smallfelem x1, smallfelem y1, smallfelem z1,
1271 smallfelem_expand(felem_y1, y1);