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

/openjdk10/jdk/test/java/lang/Math/
H A DCubeRootTests.java46 static int testCubeRootCase(double input, double expected) { method in class:CubeRootTests
89 failures += testCubeRootCase(testCases[i][0],
96 failures += testCubeRootCase(d*d*d, (double)i);
101 failures += testCubeRootCase(Math.scalb(1.0, 3*i),
107 failures += testCubeRootCase(Math.scalb(1.0, 3*i),
129 failures += testCubeRootCase(input1*input1*input1, input1);
136 failures += testCubeRootCase(input2*input2*input2, input2);
/openjdk10/jdk/test/java/lang/StrictMath/
H A DCubeRootTests.java67 static int testCubeRootCase(double input, double expected) { method in class:CubeRootTests
478 failures+=testCubeRootCase(testCase[0], testCase[1]);
519 failures += testCubeRootCase(x, FdlibmTranslit.Cbrt.compute(x));

Completed in 104 milliseconds