Home
last modified time | relevance | path

Searched refs:pcNeighborsStrictCbrt (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/lang/Math/
DCubeRootTests.java238 double[] pcNeighborsStrictCbrt = new double[5]; in testCubeRoot() local
252 pcNeighborsStrictCbrt[j] = StrictMath.cbrt(pcNeighbors[j]); in testCubeRoot()
264 if (pcNeighborsStrictCbrt[j] > pcNeighborsStrictCbrt[j + 1]) { in testCubeRoot()
268 pcNeighborsStrictCbrt[j] + " and " + in testCubeRoot()
269 pcNeighborsStrictCbrt[j + 1]); in testCubeRoot()
289 pcNeighborsStrictCbrt[j] = StrictMath.cbrt(pcNeighbors[j]); in testCubeRoot()
301 if (pcNeighborsStrictCbrt[j] > pcNeighborsStrictCbrt[j + 1]) { in testCubeRoot()
305 pcNeighborsStrictCbrt[j] + " and " + in testCubeRoot()
306 pcNeighborsStrictCbrt[j + 1]); in testCubeRoot()