Home
last modified time | relevance | path

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

/art/test/567-checker-builder-intrinsics/src/
DTestMinMax.java204 public static int maxIntLargeConstant(int a) { in maxIntLargeConstant() method in TestMinMax
715 expectEquals(8193, maxIntLargeConstant(8192)); in main()
716 expectEquals(9000, maxIntLargeConstant(9000)); in main()