Searched refs:bnNegate (Results 1 – 3 of 3) sorted by relevance
281 function bnNegate() { var r = nbi(); BigInteger.ZERO.subTo(this,r); return r; } function659 BigInteger.prototype.negate = bnNegate;
41952 function bnNegate() { var r = nbi(); BigInteger.ZERO.subTo(this,r); return r; } function42298 BigInteger.prototype.negate = bnNegate;
8453 function bnNegate() { var r = nbi(); BigInteger.ZERO.subTo(this,r); return r; } function8799 BigInteger.prototype.negate = bnNegate;