Home
last modified time | relevance | path

Searched refs:input3 (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/lang/Math/
DFusedMultiplyAddTests.java341 private static void testFusedMacCase(double input1, double input2, double input3, in testFusedMacCase() argument
343 Tests.test("Math.fma(double)", input1, input2, input3, in testFusedMacCase()
344 Math.fma(input1, input2, input3), expected); in testFusedMacCase()
345 Tests.test("StrictMath.fma(double)", input1, input2, input3, in testFusedMacCase()
346 StrictMath.fma(input1, input2, input3), expected); in testFusedMacCase()
349 Tests.test("Math.fma(double)", input2, input1, input3, in testFusedMacCase()
350 Math.fma(input2, input1, input3), expected); in testFusedMacCase()
351 Tests.test("StrictMath.fma(double)", input2, input1, input3, in testFusedMacCase()
352 StrictMath.fma(input2, input1, input3), expected); in testFusedMacCase()
355 private static void testFusedMacCase(float input1, float input2, float input3, float expected) { in testFusedMacCase() argument
[all …]
DTests.java345 float input1, float input2, float input3, in test() argument
350 + input3 + "\t(" + toHexString(input3) + ")\n" + in test()
356 double input1, double input2, double input3, in test() argument
361 + input3 + "\t(" + toHexString(input3) + ")\n" + in test()