Home
last modified time | relevance | path

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

/art/test/567-checker-builder-intrinsics/src/
DTestRotate.java362 private static int rotateRightBoolean(boolean value, int distance) { in rotateRightBoolean() method in TestRotate
377 expectEqualsInt(0, rotateRightBoolean(false, i)); in testRotateRightBoolean()
378 expectEqualsInt(1 << j, rotateRightBoolean(true, i)); in testRotateRightBoolean()