Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DIeeeRecommendedTests.java182 float po2minus = Math.nextAfter(po2, Float.NEGATIVE_INFINITY); in testFloatGetExponent() local
183 testGetExponentCase(po2minus, i - 1); in testFloatGetExponent()
279 double po2minus = Math.nextAfter(po2, in testDoubleGetExponent() local
281 testGetExponentCase(po2minus, i - 1); in testDoubleGetExponent()
1359 float po2minus = Math.nextAfter(po2, in testFloatUlp() local
1361 testUlpCase(po2minus, expected / 2.0f); in testFloatUlp()
1462 double po2minus = Math.nextAfter(po2, in testDoubleUlp() local
1464 testUlpCase(po2minus, expected / 2.0f); in testDoubleUlp()