Home
last modified time | relevance | path

Searched defs:input2 (Results 1 – 12 of 12) sorted by relevance

/libcore/ojluni/src/test/java/lang/Math/
DTests.java253 public static void test(String testName, float input1, float input2, in test()
262 public static void test(String testName, double input1, double input2, in test()
305 float input1, double input2, in test()
315 double input1, double input2, in test()
325 float input1, int input2, in test()
335 double input1, int input2, in test()
345 float input1, float input2, float input3, in test()
356 double input1, double input2, double input3, in test()
404 public static void testUlpDiff(String testName, double input1, double input2, in testUlpDiff()
DPowTests.java42 static void testPowCase(double input1, double input2, double expected) { in testPowCase()
65 static void testStrictPowCase(double input1, double input2, double expected) { in testStrictPowCase()
70 static void testNonstrictPowCase(double input1, double input2, double expected) { in testNonstrictPowCase()
DFusedMultiplyAddTests.java341 private static void testFusedMacCase(double input1, double input2, double input3, in testFusedMacCase()
355 private static void testFusedMacCase(float input1, float input2, float input3, float expected) { in testFusedMacCase()
DHypotTests.java196 static void testHypotCase(double input1, double input2, double expected) { in testHypotCase()
200 static void testHypotCase(double input1, double input2, double expected, double ulps) { in testHypotCase()
DAtan2Tests.java39 static void testAtan2Case(double input1, double input2, double expected) { in testAtan2Case()
DCubeRootTests.java132 double input2 = in testCubeRoot() local
/libcore/luni/src/test/java/libcore/java/math/
DCSVTest.java71 double input2 = Double.parseDouble(testCase[3]); in runTest() local
87 …abstract void run2InputTest(String func, double expectedOutput, double input1, double input2, Stri… in run2InputTest()
DRunCSVTestsStrict.java44 double input2, String extra) throws Exception { in run2InputTest()
DRunCSVTests.java82 double input2, String extra) throws Exception { in run2InputTest()
/libcore/ojluni/src/test/java/lang/StrictMath/
DPowTests.java277 private static void testPowCase(double input1, double input2, double expected) { in testPowCase()
DTests.java46 static void test(String testName, double input1, double input2, double result, in test()
DHypotTests.java62 static void testHypotCase(double input1, double input2, double expected) { in testHypotCase()