Searched refs:geoShlBlackHole (Results 1 – 1 of 1) sorted by relevance
245 public static int geoShlBlackHole(int a) { in geoShlBlackHole() method in Main339 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()