Lines Matching defs:testName

52     public static int test(String testName, float input,
55 System.err.println("Failure for " + testName + ":\n" +
65 public static int test(String testName, double input,
68 System.err.println("Failure for " + testName + ":\n" +
78 public static int test(String testName, float input1, float input2,
81 System.err.println("Failure for " + testName + ":\n" +
91 public static int test(String testName, double input1, double input2,
94 System.err.println("Failure for " + testName + ":\n" +
104 public static int test(String testName, float input,
107 System.err.println("Failure for " + testName + ":\n" +
116 public static int test(String testName, double input,
119 System.err.println("Failure for " + testName + ":\n" +
129 public static int test(String testName, float input,
132 System.err.println("Failure for " + testName + ":\n" +
143 public static int test(String testName, double input,
146 System.err.println("Failure for " + testName + ":\n" +
156 public static int test(String testName,
160 System.err.println("Failure for " + testName + ":\n" +
171 public static int test(String testName,
175 System.err.println("Failure for " + testName + ":\n" +
186 public static int test(String testName,
190 System.err.println("Failure for " + testName + ":\n" +
201 public static int test(String testName,
205 System.err.println("Failure for " + testName + ":\n" +
243 public static int testUlpDiff(String testName, double input,
247 System.err.println("Failure for " + testName + ":\n" +
257 public static int testUlpDiff(String testName, double input1, double input2,
261 System.err.println("Failure for " + testName + ":\n" +
274 public static int testUlpDiffWithAbsBound(String testName, double input,
286 System.err.println("Failure for " + testName + ":\n" +
299 public static int testUlpDiffWithLowerBound(String testName, double input,
310 System.err.println("Failure for " + testName +
321 public static int testTolerance(String testName, double input,
329 System.err.println("Failure for " + testName + ":\n" +