Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DCubeRootTests.java237 double[] pcNeighborsCbrt = new double[5]; in testCubeRoot() local
251 pcNeighborsCbrt[j] = Math.cbrt(pcNeighbors[j]); in testCubeRoot()
255 for (int j = 0; j < pcNeighborsCbrt.length - 1; j++) { in testCubeRoot()
256 if (pcNeighborsCbrt[j] > pcNeighborsCbrt[j + 1]) { in testCubeRoot()
260 pcNeighborsCbrt[j] + " and " + in testCubeRoot()
261 pcNeighborsCbrt[j + 1]); in testCubeRoot()
288 pcNeighborsCbrt[j] = Math.cbrt(pcNeighbors[j]); in testCubeRoot()
292 for (int j = 0; j < pcNeighborsCbrt.length - 1; j++) { in testCubeRoot()
293 if (pcNeighborsCbrt[j] > pcNeighborsCbrt[j + 1]) { in testCubeRoot()
297 pcNeighborsCbrt[j] + " and " + in testCubeRoot()
[all …]