Home | History | Annotate | Download | only in lang

Lines Matching defs:direction

702                 final double direction = NEXTAFTER_DD_FD_DIRECTION_CASES[j];
704 .nextAfter(start, direction));
705 final long directionBits = Double.doubleToLongBits(direction);
706 if (direction > start) {
709 } else if (direction < start) {
713 assertEquals("Result should be direction.", directionBits,
767 final double direction = NEXTAFTER_DD_FD_DIRECTION_CASES[j];
769 .nextAfter(start, direction));
770 if (direction > start) {
773 } else if (direction < start) {
778 direction));
780 "Result should be a number equivalent to direction.",