Lines Matching full:bnor
839 function bnOr(a) { var r = nbi(); this.bitwiseTo(a,op_or,r); return r; }1311 BigInteger.prototype.or = bnOr;