Lines Matching refs:bnEquals
808 function bnEquals(a) { return(this.compareTo(a)==0); }1307 BigInteger.prototype.equals = bnEquals;