Searched refs:testCubeRootCase (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/lang/Math/
H A DCubeRootTests.java43 static int testCubeRootCase(double input, double expected) { method in class:CubeRootTests
86 failures += testCubeRootCase(testCases[i][0],
93 failures += testCubeRootCase(d*d*d, (double)i);
98 failures += testCubeRootCase(FpUtils.scalb(1.0, 3*i),
104 failures += testCubeRootCase(FpUtils.scalb(1.0, 3*i),
126 failures += testCubeRootCase(input1*input1*input1, input1);
133 failures += testCubeRootCase(input2*input2*input2, input2);
/openjdk7/jdk/test/java/lang/StrictMath/
H A DCubeRootTests.java45 static int testCubeRootCase(double input, double expected) { method in class:CubeRootTests
456 failures+=testCubeRootCase(testCase[0], testCase[1]);

Completed in 30 milliseconds