reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
701 if (incr == 0) { 705 if (incr > 0 ? (upper < lower) : (lower < upper)) { 726 if (incr == 1) { 728 } else if (incr == -1) { 730 } else if (incr > 0) { 732 trip_count = (UT)(upper - lower) / incr + 1; 734 trip_count = (UT)(lower - upper) / (-incr) + 1; 738 span = chunk * incr; 741 *p_ub = *p_lb + span - incr; 745 if (incr > 0) {