Searched refs:lShiftTo (Results 1 – 1 of 1) sorted by relevance
465 if(nsh > 0) { pm.lShiftTo(nsh,y); pt.lShiftTo(nsh,r); }647 BigInteger.prototype.lShiftTo = bnpLShiftTo; method in BigInteger864 if(n < 0) this.rShiftTo(-n,r); else this.lShiftTo(n,r);871 if(n < 0) this.lShiftTo(-n,r); else this.rShiftTo(n,r);1181 if(g > 0) y.lShiftTo(g,y);