Home | History | Annotate | Download | only in primitives

Lines Matching refs:GREATEST

50   private static final int GREATEST = (int) 0xffffffffL;
78 assertEquals(GREATEST, UnsignedInts.max(GREATEST));
95 assertEquals(GREATEST, UnsignedInts.min(GREATEST));
110 new int[] {GREATEST, (GREATEST - (int) 1L)},
111 new int[] {GREATEST, GREATEST},
112 new int[] {GREATEST, GREATEST, GREATEST}