Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:xq

1634   var xq = x.mod(this.q).modPow(this.dmq1, this.q);
1636 while(xp.compareTo(xq) < 0)
1638 return xp.subtract(xq).multiply(this.coeff).mod(this.p).multiply(this.q).add(xq);