Home
last modified time | relevance | path

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

/art/test/530-checker-loops4/src/
DMain.java245 public static int geoShlBlackHole(int a) { in geoShlBlackHole() method in Main
339 expectEquals(0, geoShlBlackHole(0)); in main()
344 expectEquals(0, geoShlBlackHole(i)); in main()
350 expectEquals(0, geoShlBlackHole(1 << i)); in main()
355 expectEquals(0, geoShlBlackHole(0x7fffffff)); in main()
359 expectEquals(0, geoShlBlackHole(0x80000000)); in main()