Searched refs:bnNegate (Results 1 – 4 of 4) sorted by relevance
247 function bnNegate() { function691 BigInteger.prototype.negate = bnNegate;
15 …bnNegate(){var r=nbi();BigInteger.ZERO.subTo(this,r);return r}function bnAbs(){return this.s<0?thi… function
19 …bnNegate(){var r=nbi();BigInteger.ZERO.subTo(this,r);return r}function bnAbs(){return this.s<0?thi… function
23 …bnNegate(){var r=nbi();BigInteger.ZERO.subTo(this,r);return r}function bnAbs(){return this.s<0?thi… function