Home
last modified time | relevance | path

Searched defs:direction (Results 1 – 9 of 9) 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()
DResultSet.java1333 void setFetchDirection(int direction) throws SQLException; in setFetchDirection()
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java1590 public static double nextAfter(double start, double direction) { in nextAfter()
1632 public static float nextAfter(float start, double direction) { in nextAfter()
DMath.java2042 public static double nextAfter(double start, double direction) { in nextAfter()
2141 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