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

/external/v8/test/mjsunit/
H A Dsmi-ops.js683 function LogicalShiftRightByMultipleOf32(x) { function
688 assertEquals(4589934592, LogicalShiftRightByMultipleOf32(-2000000000));
689 assertEquals(4589934592, LogicalShiftRightByMultipleOf32(-2000000000));

Completed in 202 milliseconds