Home
last modified time | relevance | path

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

/art/test/567-checker-builder-intrinsics/src/
DTestRotate.java218 private static int rotateLeftBoolean(boolean value, int distance) { in rotateLeftBoolean() method in TestRotate
233 expectEqualsInt(0, rotateLeftBoolean(false, i)); in testRotateLeftBoolean()
234 expectEqualsInt(1 << j, rotateLeftBoolean(true, i)); in testRotateLeftBoolean()