Searched refs:LeftShiftThreeBy (Results 1 – 1 of 1) sorted by relevance
692 function LeftShiftThreeBy(x) {return 3 << x;} class693 assertEquals(24, LeftShiftThreeBy(3));694 assertEquals(24, LeftShiftThreeBy(35));695 assertEquals(24, LeftShiftThreeBy(67));696 assertEquals(24, LeftShiftThreeBy(-29));