Home
last modified time | relevance | path

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

/art/test/530-checker-loops1/src/
DMain.java181 private static int wrapAroundThenLinearThreeWayPhi(int[] x) { in wrapAroundThenLinearThreeWayPhi() method in Main
750 expectEquals(0, wrapAroundThenLinearThreeWayPhi(empty)); in main()
751 expectEquals(54, wrapAroundThenLinearThreeWayPhi(x)); in main()