Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/StrictMath/
DHypotTests.java796 double increment_y = 2.0 * Math.ulp(Y); in testAgainstTranslit() local
801 for (int j = 0; j < 200; j++, Y += increment_y) { in testAgainstTranslit()