Searched defs:direction (Results 1 – 9 of 9) sorted by relevance
109 public static double nextAfter(double start, double direction) { in nextAfter()114 public static float nextAfter(float start, double direction) { in nextAfter()
617 public static double nextAfter(double start, double direction) { in nextAfter()663 public static float nextAfter(float start, double direction) { in nextAfter()
702 final double direction = NEXTAFTER_DD_FD_DIRECTION_CASES[j]; in test_nextAfter_DD() local767 final double direction = NEXTAFTER_DD_FD_DIRECTION_CASES[j]; in test_nextAfter_FD() local
856 final double direction = NEXTAFTER_DD_FD_DIRECTION_CASES[j]; in test_nextAfter_DD() local945 final double direction = NEXTAFTER_DD_FD_DIRECTION_CASES[j]; in test_nextAfter_FD() local
419 void setFetchDirection(int direction) throws SQLException; in setFetchDirection()
1333 void setFetchDirection(int direction) throws SQLException; in setFetchDirection()
1590 public static double nextAfter(double start, double direction) { in nextAfter()1632 public static float nextAfter(float start, double direction) { in nextAfter()
2042 public static double nextAfter(double start, double direction) { in nextAfter()2141 public static float nextAfter(float start, double direction) { in nextAfter()
1531 public static final int direction = 0; field in R