Searched refs:rotateLeftBoolean (Results 1 – 1 of 1) sorted by relevance
65 private static int rotateLeftBoolean(boolean value, int distance) { in rotateLeftBoolean() method in Main368 expectEqualsInt(0, rotateLeftBoolean(false, i)); in testRotateLeftBoolean()369 expectEqualsInt(1 << i, rotateLeftBoolean(true, i)); in testRotateLeftBoolean()