Home
last modified time | relevance | path

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

/art/test/679-checker-minmax/src/
DMain.java238 public static long maxLongConstantZero(long a) { in maxLongConstantZero() method in Main
743 expectEquals(0L, maxLongConstantZero(-1L)); in main()
744 expectEquals(1L, maxLongConstantZero(1L)); in main()