Home
last modified time | relevance | path

Searched refs:subTo (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/node_modules/jsbn/
Dindex.js167 if(mi) BigInteger.ZERO.subTo(this,this);
207 function bnNegate() { var r = nbi(); BigInteger.ZERO.subTo(this,r); return r; }
334 if(this.s != a.s) BigInteger.ZERO.subTo(r,r);
379 r.subTo(t,r);
382 t.subTo(y,y); // "negative" y so we can replace sub with am later
389 r.subTo(t,r);
390 while(r[i] < --qd) r.subTo(t,r);
395 if(ts != ms) BigInteger.ZERO.subTo(q,q);
400 if(ts < 0) BigInteger.ZERO.subTo(r,r);
407 if(this.s < 0 && r.compareTo(BigInteger.ZERO) > 0) a.subTo(r,r);
[all …]