Searched refs:bnpIsEven (Results 1 – 3 of 3) sorted by relevance
615 function bnpIsEven() { function654 BigInteger.prototype.isEven = bnpIsEven;
42257 function bnpIsEven() { return ((this.t>0)?(this[0]&1):this.s) == 0; } function42293 BigInteger.prototype.isEven = bnpIsEven;
8758 function bnpIsEven() { return ((this.t>0)?(this[0]&1):this.s) == 0; }8794 BigInteger.prototype.isEven = bnpIsEven;