Searched refs:LeftShiftThreeBy (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
H A Dsmi-ops.js692 function LeftShiftThreeBy(x) {return 3 << x;} function
693 assertEquals(24, LeftShiftThreeBy(3));
694 assertEquals(24, LeftShiftThreeBy(35));
695 assertEquals(24, LeftShiftThreeBy(67));
696 assertEquals(24, LeftShiftThreeBy(-29));

Completed in 55 milliseconds