Home | History | Annotate | Download | only in fiat

Lines Matching refs:y_in

197 // point_double calculates 2*(x_in, y_in, z_in)
207 // while x_out == y_in is not (maybe this works, but it's not tested).
209 const fe x_in, const fe y_in, const fe z_in) {
214 fe_sqr(gamma, y_in);
235 fe_add(ftmp, y_in, z_in);