Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DIeeeRecommendedTests.java162 float po2 = powerOfTwoF(i); in testFloatGetExponent() local
164 testGetExponentCase(po2, i); in testFloatGetExponent()
172 (Float.floatToIntBits(po2) & in testFloatGetExponent()
182 float po2minus = Math.nextAfter(po2, Float.NEGATIVE_INFINITY); in testFloatGetExponent()
259 double po2 = powerOfTwoD(i); in testDoubleGetExponent() local
261 testGetExponentCase(po2, i); in testDoubleGetExponent()
269 (Double.doubleToLongBits(po2) & in testDoubleGetExponent()
279 double po2minus = Math.nextAfter(po2, in testDoubleGetExponent()
1338 float po2 = powerOfTwoF(i); in testFloatUlp() local
1341 testUlpCase(po2, expected); in testFloatUlp()
[all …]