Home | History | Annotate | Download | only in v8-v5

Lines Matching defs:gcd

1149 // (public) gcd(this,a) (HAC 14.54)
1324 BigInteger.prototype.gcd = bnGCD;
1594 if(this.p.subtract(BigInteger.ONE).gcd(ee).compareTo(BigInteger.ONE) == 0 && this.p.isProbablePrime(10)) break;
1598 if(this.q.subtract(BigInteger.ONE).gcd(ee).compareTo(BigInteger.ONE) == 0 && this.q.isProbablePrime(10)) break;
1608 if(phi.gcd(ee).compareTo(BigInteger.ONE) == 0) {