Searched refs:rotateRightBoolean (Results 1 – 1 of 1) sorted by relevance
218 private static int rotateRightBoolean(boolean value, int distance) { in rotateRightBoolean() method in Main467 expectEqualsInt(0, rotateRightBoolean(false, i)); in testRotateRightBoolean()468 expectEqualsInt(1 << (32 - i), rotateRightBoolean(true, i)); in testRotateRightBoolean()