Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DIeeeRecommendedTests.java331 double minus_direction = -direction; in testNextAfterCase() local
336 Tests.test("Math.nextAfter(float,double)", minus_start, minus_direction, in testNextAfterCase()
337 Math.nextAfter(minus_start, minus_direction), minus_expected); in testNextAfterCase()
341 Tests.test("StrictMath.nextAfter(float,double)", minus_start, minus_direction, in testNextAfterCase()
342 StrictMath.nextAfter(minus_start, minus_direction), minus_expected); in testNextAfterCase()
347 double minus_direction = -direction; in testNextAfterCase() local
352 Tests.test("Math.nextAfter(double,double)", minus_start, minus_direction, in testNextAfterCase()
353 Math.nextAfter(minus_start, minus_direction), minus_expected); in testNextAfterCase()
357 Tests.test("StrictMath.nextAfter(double,double)", minus_start, minus_direction, in testNextAfterCase()
358 StrictMath.nextAfter(minus_start, minus_direction), minus_expected); in testNextAfterCase()