Lines Matching refs:y_in
1105 const felem x_in, const felem y_in, const felem z_in)
1122 felem_square(tmp, y_in);
1156 felem_assign(ftmp, y_in);
1187 const smallfelem x_in, const smallfelem y_in,
1194 smallfelem_expand(felem_y_in, y_in);
1947 felem z1, z2, x_in, y_in;
1956 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) ||
1974 felem_mul(tmp, y_in, z1);
1975 felem_reduce(y_in, tmp);
1976 felem_contract(y_out, y_in);
2037 smallfelem x_in, y_in, z_in;
2206 felem_contract(y_in, y_out);
2208 if ((!smallfelem_to_BN(x, x_in)) || (!smallfelem_to_BN(y, y_in)) ||