Home
last modified time | relevance | path

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

/art/test/552-checker-sharpening/src/
DMain.java71 public static int testDiamond(boolean negate, int x) { in testDiamond() argument
74 if (negate) { in testDiamond()
117 public static int testLoopWithDiamond(int[] array, boolean negate, int x) { in testLoopWithDiamond() argument
121 if (negate) { in testLoopWithDiamond()
/art/test/411-optimizing-arith/
Dinfo.txt4 - negate,
/art/test/950-redefine-intrinsic/src/
DMain.java557 .filter(f.negate()) // Get all the test cases that failed.