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