Home
last modified time | relevance | path

Searched defs:direction (Results 1 – 10 of 10) 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/main/java/java/sql/
DStatement.java419 void setFetchDirection(int direction) throws SQLException; in setFetchDirection()
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java1481 public static double nextAfter(double start, double direction) { in nextAfter()
1523 public static float nextAfter(float start, double direction) { in nextAfter()
DMath.java1900 public static double nextAfter(double start, double direction) { in nextAfter()
1999 public static float nextAfter(float start, double direction) { in nextAfter()
/libcore/ojluni/annotations/mmodule/java/lang/
DMath.annotated.java170 public static double nextAfter(double start, double direction) { throw new RuntimeException("Stub!"… in nextAfter()
172 public static float nextAfter(float start, double direction) { throw new RuntimeException("Stub!");… in nextAfter()
/libcore/luni/src/main/java/libcore/icu/
DRelativeDateTimeFormatter.java131 android.icu.text.RelativeDateTimeFormatter.Direction direction; in getRelativeTimeSpanString() local
/libcore/benchmarks/src/benchmarks/regression/
DR.java1531 public static final int direction = 0; field in R