D | UT_reduce.java | 921 static class TestDescription { class in UT_reduce 922 public TestDescription(String myTestName, Test myTest, int mySeed, int[] myDefSize, in TestDescription() method in UT_reduce.TestDescription 932 …public TestDescription(String myTestName, Test myTest, int mySeed, int[] myDefSize, int myLog2MaxS… in TestDescription() method in UT_reduce.TestDescription 941 public TestDescription(String myTestName, Test myTest, int mySeed, int[] myDefSize) { in TestDescription() method in UT_reduce.TestDescription 975 … private boolean run(TestDescription td, RenderScript RS, ScriptC_reduce s, int seed, int[] size) { in run() 986 private final TestDescription[] correctnessTests = { 990 new TestDescription("addint1D", this::addint1D, 0, new int[]{100000}, 20), 991 new TestDescription("addint1D_array", this::addint1D_array, 0, new int[]{100000}, 20), 992 new TestDescription("addint2D", this::addint2D, 1, new int[]{450, 225}, 20, 5), 993 new TestDescription("addint3D", this::addint3D, 2, new int[]{37, 48, 49}, 20, 7), [all …]
|