Home | History | Annotate | Download | only in ec

Lines Matching refs:point_add

1024 /* point_add calcuates (x1, y1, z1) + (x2, y2, z2)
1034 static void point_add(felem x3, felem y3, felem z3, const felem x1,
1192 /* point_add_small is the same as point_add, except that it operates on
1202 point_add(felem_x3, felem_y3, felem_z3, felem_x1, felem_y1, felem_z1, 0, x2,
1467 point_add(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2], 1 /* mixed */,
1483 point_add(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2], 1 /* mixed */, tmp[0],
1505 point_add(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2], 0 /* mixed */,