Searched refs:input1 (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/java/math/
H A DRunCSVTestsStrict.java43 void run2InputTest(String func, double expectedOutput, double input1, argument
50 returnValue = m.invoke(null, input1, (int) input2);
53 returnValue = m.invoke(null, input1, input2);
H A DRunCSVTests.java81 void run2InputTest(String func, double expectedOutput, double input1, argument
88 returnValue = m.invoke(null, input1, (int) input2);
91 returnValue = m.invoke(null, input1, input2);
H A DCSVTest.java17 * for two input: function,expected_output,input1,input2,extra
87 abstract void run2InputTest(String func, double expectedOutput, double input1, double input2, String extra) throws Exception; argument

Completed in 87 milliseconds