Lines Matching defs:y_in
816 * while x_out == y_in is not (maybe this works, but it's not tested).
820 const felem x_in, const felem y_in, const felem z_in)
833 felem_square(tmp, y_in);
864 felem_assign(ftmp, y_in);
1342 felem z1, z2, x_in, y_in, x_out, y_out;
1349 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) ||
1366 felem_mul(tmp, y_in, z1);
1367 felem_reduce(y_in, tmp);
1368 felem_contract(y_out, y_in);
1428 felem x_in, y_in, z_in, x_out, y_out, z_out;
1590 felem_contract(y_in, y_out);
1592 if ((!felem_to_BN(x, x_in)) || (!felem_to_BN(y, y_in)) ||