Lines Matching refs:input
42 static int test(String testName, String input,
48 ": For input " + input +
56 static int testCase(String input, double expected) {
61 input = input.toLowerCase(java.util.Locale.US);
67 String s1 = input;
154 String input = threeTests[i];
155 failures += testCase(input, 3.0);
157 input.replaceFirst("^0x", leadingZeros);
158 failures += testCase(input, 3.0);
274 * significand is aligned on input. A useful extension could be