Home
last modified time | relevance | path

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

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