Searched refs:rotateRightBoolean (Results 1 – 1 of 1) sorted by relevance
362 private static int rotateRightBoolean(boolean value, int distance) { in rotateRightBoolean() method in TestRotate377 expectEqualsInt(0, rotateRightBoolean(false, i)); in testRotateRightBoolean()378 expectEqualsInt(1 << j, rotateRightBoolean(true, i)); in testRotateRightBoolean()