Home
last modified time | relevance | path

Searched defs:direction (Results 1 – 11 of 11) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/sun/misc/
DFpUtils.java109 public static double nextAfter(double start, double direction) { in nextAfter()
114 public static float nextAfter(float start, double direction) { in nextAfter()
/libcore/ojluni/src/main/java/sun/misc/
DFpUtils.java617 public static double nextAfter(double start, double direction) { in nextAfter()
663 public static float nextAfter(float start, double direction) { in nextAfter()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DStrictMathTest.java702 final double direction = NEXTAFTER_DD_FD_DIRECTION_CASES[j]; in test_nextAfter_DD() local
767 final double direction = NEXTAFTER_DD_FD_DIRECTION_CASES[j]; in test_nextAfter_FD() local
DMathTest.java856 final double direction = NEXTAFTER_DD_FD_DIRECTION_CASES[j]; in test_nextAfter_DD() local
945 final double direction = NEXTAFTER_DD_FD_DIRECTION_CASES[j]; in test_nextAfter_FD() local
/libcore/ojluni/src/test/java/lang/Math/
DIeeeRecommendedTests.java329 static void testNextAfterCase(float start, double direction, float expected) { in testNextAfterCase()
345 static void testNextAfterCase(double start, double direction, double expected) { in testNextAfterCase()
/libcore/ojluni/src/main/java/java/sql/
DStatement.java419 void setFetchDirection(int direction) throws SQLException; in setFetchDirection()
DResultSet.java1333 void setFetchDirection(int direction) throws SQLException; in setFetchDirection()
/libcore/ojluni/annotations/flagged_api/java/lang/
DStrictMath.annotated.java233 public static double nextAfter(double start, double direction) { throw new RuntimeException("Stub!"… in nextAfter()
235 public static float nextAfter(float start, double direction) { throw new RuntimeException("Stub!");… in nextAfter()
DMath.annotated.java234 public static double nextAfter(double start, double direction) { throw new RuntimeException("Stub!"… in nextAfter()
236 public static float nextAfter(float start, double direction) { throw new RuntimeException("Stub!");… in nextAfter()
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java2443 public static double nextAfter(double start, double direction) { in nextAfter()
2485 public static float nextAfter(float start, double direction) { in nextAfter()
/libcore/benchmarks/src/benchmarks/regression/
DR.java1531 public static final int direction = 0; field in R