Searched refs:lShiftTo (Results 1 – 3 of 3) sorted by relevance
/external/v8/benchmarks/ |
D | crypto.js | 465 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);
|
/external/v8/test/mjsunit/asm/embenchen/ |
D | lua_binarytrees.js | 42113 if(nsh > 0) { pm.lShiftTo(nsh,y); pt.lShiftTo(nsh,r); } 42286 BigInteger.prototype.lShiftTo = bnpLShiftTo;
|
/external/v8/test/mjsunit/asm/poppler/ |
D | poppler.js | 8614 if(nsh > 0) { pm.lShiftTo(nsh,y); pt.lShiftTo(nsh,r); } 8787 BigInteger.prototype.lShiftTo = bnpLShiftTo;
|