Searched defs:direction (Results 1 – 11 of 11) sorted by relevance
/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
D | FpUtils.java | 109 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/ |
D | FpUtils.java | 617 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/ |
D | StrictMathTest.java | 702 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
|
D | MathTest.java | 856 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/ |
D | IeeeRecommendedTests.java | 329 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/ |
D | Statement.java | 419 void setFetchDirection(int direction) throws SQLException; in setFetchDirection()
|
D | ResultSet.java | 1333 void setFetchDirection(int direction) throws SQLException; in setFetchDirection()
|
/libcore/ojluni/annotations/flagged_api/java/lang/ |
D | StrictMath.annotated.java | 233 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()
|
D | Math.annotated.java | 234 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/ |
D | StrictMath.java | 2443 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/ |
D | R.java | 1531 public static final int direction = 0; field in R
|