Searched refs:maxLongLargeConstant (Results 1 – 1 of 1) sorted by relevance
246 public static long maxLongLargeConstant(long a) { in maxLongLargeConstant() method in TestMinMax725 expectEquals(8193L, maxLongLargeConstant(8192L)); in main()726 expectEquals(9000L, maxLongLargeConstant(9000L)); in main()