Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/jsbn/
Dindex.js376 y.dlShiftTo(j,t);
381 BigInteger.ONE.dlShiftTo(ys,t);
388 y.dlShiftTo(j,t);
466 x.abs().dlShiftTo(this.m.t,r);
539 BigInteger.prototype.dlShiftTo = bnpDLShiftTo; method in BigInteger
937 BigInteger.ONE.dlShiftTo(2*m.t,this.r2);