Searched refs:shiftByZero (Results 1 – 4 of 4) sorted by relevance
671 function shiftByZero(n) { return n << 0; } function673 assertEquals(3, shiftByZero(3.1415));
678 function shiftByZero(n) { return n << 0; } function680 assertEquals(3, shiftByZero(3.1415));