Searched refs:lShiftTo (Results 1 – 1 of 1) sorted by relevance
368 if(nsh > 0) { pm.lShiftTo(nsh,y); pt.lShiftTo(nsh,r); }541 BigInteger.prototype.lShiftTo = bnpLShiftTo; method in BigInteger747 if(n < 0) this.rShiftTo(-n,r); else this.lShiftTo(n,r);754 if(n < 0) this.lShiftTo(-n,r); else this.rShiftTo(n,r);1056 if(g > 0) y.lShiftTo(g,y);