Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DHypotTests.java158 double[] pcNeighborsHypot = new double[5]; in testHypot() local
171 pcNeighborsHypot[j] = Math.hypot(2.0, pcNeighbors[j]); in testHypot()
175 for (int j = 0; j < pcNeighborsHypot.length - 1; j++) { in testHypot()
176 if (pcNeighborsHypot[j] > pcNeighborsHypot[j + 1]) { in testHypot()
180 pcNeighborsHypot[j] + " and " + in testHypot()
181 pcNeighborsHypot[j + 1]); in testHypot()