Searched refs:minus_d (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/lang/Math/ |
D | IeeeRecommendedTests.java | 115 double minus_d = -d; in testGetExponentCase() local 119 Tests.test("Math.getExponent(double)", minus_d, in testGetExponentCase() 120 Math.getExponent(minus_d), expected); in testGetExponentCase() 124 Tests.test("StrictMath.getExponent(double)", minus_d, in testGetExponentCase() 125 StrictMath.getExponent(minus_d), expected); in testGetExponentCase() 1290 double minus_d = -d; in testUlpCase() local 1294 Tests.test("Math.ulp(double)", minus_d, in testUlpCase() 1295 Math.ulp(minus_d), expected); in testUlpCase() 1298 Tests.test("StrictMath.ulp(double)", minus_d, in testUlpCase() 1299 StrictMath.ulp(minus_d), expected); in testUlpCase()
|