Lines Matching defs:input
62 private static int testNearHalfCases(double input, double expected) {
65 failures += Tests.test("Math.round", input, Math.round(input), expected);
66 failures += Tests.test("StrictMath.round", input, StrictMath.round(input), expected);
90 private static int testNearHalfCases(float input, float expected) {
93 failures += Tests.test("Math.round", input, Math.round(input), expected);
94 failures += Tests.test("StrictMath.round", input, StrictMath.round(input), expected);