Home
last modified time | relevance | path

Searched defs:small (Results 1 – 2 of 2) sorted by relevance

/art/test/580-checker-fp16/src-art/
DMain.java426 public static void assertMinPermutations(short small, short large){ in assertMinPermutations()
465 public static void assertMaxPermutations(short small, short large){ in assertMaxPermutations()
/art/test/003-omnibus-opcodes/src/
DIntMath.java545 static void checkConsts(byte small, short medium, int large, long huge) { in checkConsts()