Lines Matching refs:nx

46165   var nx = e.redMul(f); // Y3 = G * H
46172 return this.curve.point(nx, ny, nz, nt);
46187 var nx;
46200 nx = b.redSub(c).redSub(d).redMul(f.redSub(this.curve.two)); // Y3 = F * (E - D)
46211 nx = b.redSub(c).redISub(d).redMul(j); // Y3 = F * (E - D)
46226 nx = this.curve._mulC(b.redISub(e)).redMul(j); // Y3 = c * E * (C - D)
46233 return this.curve.point(nx, ny, nz);
46263 var nx = e.redMul(f); // Y3 = G * H
46270 return this.curve.point(nx, ny, nz, nt);
46294 var nx = a.redMul(f).redMul(tmp);
46310 return this.curve.point(nx, ny, nz);
46482 var nx = aa.redMul(bb); // Z3 = C * (BB + A24 * C)
46485 return this.curve.point(nx, nz);
46508 var nx = diff.z.redMul(da.redAdd(cb).redSqr()); // Z5 = X1 * (DA - CB)^2
46511 return this.curve.point(nx, nz);
46941 var nx = c.redSqr().redISub(this.x).redISub(p.x);
46942 var ny = c.redMul(this.x.redSub(nx)).redISub(this.y);
46943 return this.curve.point(nx, ny);
46955 var nx = c.redSqr().redISub(this.x.redAdd(this.x));
46956 var ny = c.redMul(this.x.redSub(nx)).redISub(this.y);
46957 return this.curve.point(nx, ny);
47081 var nx = r.redSqr().redIAdd(h3).redISub(v).redISub(v);
47082 var ny = r.redMul(v.redISub(nx)).redISub(s1.redMul(h3));
47084 return this.curve.jpoint(nx, ny, nz);
47108 var nx = r.redSqr().redIAdd(h3).redISub(v).redISub(v);
47109 var ny = r.redMul(v.redISub(nx)).redISub(s1.redMul(h3));
47111 return this.curve.jpoint(nx, ny, nz);
47146 var nx = c.redSqr().redISub(t1.redAdd(t1));
47147 var t2 = t1.redISub(nx);
47152 jx = nx;
47166 var nx;
47192 nx = t; // Y3 = M * (S - T) - 8 * YYYY
47219 nx = f.redISub(d).redISub(d); // Y3 = E * (D - X3) - 8 * C
47221 ny = e.redMul(d.redISub(nx)).redISub(c8); // Z3 = 2 * Y1 * Z1
47227 return this.curve.jpoint(nx, ny, nz);
47231 var nx;
47253 nx = t; // Y3 = M * (S - T) - 8 * YYYY
47277 nx = alpha.redSqr().redISub(beta8); // Z3 = (Y1 + Z1)^2 - gamma - delta
47285 ny = alpha.redMul(beta4.redISub(nx)).redISub(ggamma8);
47288 return this.curve.jpoint(nx, ny, nz);
47304 var nx = c.redSqr().redISub(t1.redAdd(t1));
47305 var t2 = t1.redISub(nx);
47312 return this.curve.jpoint(nx, ny, nz);
47349 var nx = this.x.redMul(ee).redISub(yyu4);
47350 nx = nx.redIAdd(nx);
47351 nx = nx.redIAdd(nx); // Y3 = 8 * Y1 * (U * (T - U) - E * EE)
47359 return this.curve.jpoint(nx, ny, nz);