Home
last modified time | relevance | path

Searched refs:rotateRightBoolean (Results 1 – 1 of 1) sorted by relevance

/art/test/565-checker-rotate/src/
DMain.java218 private static int rotateRightBoolean(boolean value, int distance) { in rotateRightBoolean() method in Main
467 expectEqualsInt(0, rotateRightBoolean(false, i)); in testRotateRightBoolean()
468 expectEqualsInt(1 << (32 - i), rotateRightBoolean(true, i)); in testRotateRightBoolean()