Home
last modified time | relevance | path

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

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