Home
last modified time | relevance | path

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

/external/v8/benchmarks/
Dcrypto.js465 if(nsh > 0) { pm.lShiftTo(nsh,y); pt.lShiftTo(nsh,r); }
647 BigInteger.prototype.lShiftTo = bnpLShiftTo; method in BigInteger
864 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);