Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:isEven

636   if(e < 256 || m.isEven()) z = new Classic(m); else z = new Montgomery(m);
654 BigInteger.prototype.isEven = bnpIsEven;
765 if(this.isEven()) this.dAddOffset(1,0); // force odd
1109 else if(m.isEven())
1198 var ac = m.isEven();
1199 if((this.isEven() && ac) || m.signum() == 0) return BigInteger.ZERO;
1203 while(u.isEven()) {
1206 if(!a.isEven() || !b.isEven
1209 else if(!b.isEven()) b.subTo(m,b);
1212 while(v.isEven()) {
1215 if(!c.isEven() || !d.isEven()) { c.addTo(this,c); d.subTo(m,d); }
1218 else if(!d.isEven()) d.subTo(m,d);
1250 if(x.isEven()) return false;