Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DIeeeRecommendedTests.java98 float minus_f = -f; in testGetExponentCase() local
102 Tests.test("Math.getExponent(float)", minus_f, in testGetExponentCase()
103 Math.getExponent(minus_f), expected); in testGetExponentCase()
107 Tests.test("StrictMath.getExponent(float)", minus_f, in testGetExponentCase()
108 StrictMath.getExponent(minus_f), expected); in testGetExponentCase()
1277 float minus_f = -f; in testUlpCase() local
1281 Tests.test("Math.ulp(float)", minus_f, in testUlpCase()
1282 Math.ulp(minus_f), expected); in testUlpCase()
1285 Tests.test("StrictMath.ulp(float)", minus_f, in testUlpCase()
1286 StrictMath.ulp(minus_f), expected); in testUlpCase()