Home | History | Annotate | Download | only in ec

Lines Matching refs:point_double

907 /* point_double calculates 2*(x_in, y_in, z_in)
914 static void point_double(felem x_out, felem y_out, felem z_out,
990 /* point_double_small is the same as point_double, except that it operates on
1001 point_double(felem_x_out, felem_y_out, felem_z_out, felem_x_in, felem_y_in,
1140 point_double(x3, y3, z3, x1, y1, z1);
1453 point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2]);