Lines Matching refs:xp
1633 var xp = x.mod(this.p).modPow(this.dmp1, this.p);1636 while(xp.compareTo(xq) < 0)1637 xp = xp.add(this.p);1638 return xp.subtract(xq).multiply(this.coeff).mod(this.p).multiply(this.q).add(xq);