Lines Matching defs:previous

541     // This dimention depends on one of previous ones; can't be the outermost
543 bounds_info_internalXX_template<T> *previous =
548 // 'previous' loop
552 bbounds.lb0 + bbounds.lb1 * previous->span_smallest;
554 bbounds.lb0 + bbounds.lb1 * previous->span_biggest;
567 bbounds.ub0 + bbounds.ub1 * previous->span_smallest;
569 bbounds.ub0 + bbounds.ub1 * previous->span_biggest;
605 // This dimention depends on one of previous ones; can't be the outermost
607 bounds_info_internalXX_template<T> *previous =
612 // 'previous' loop
616 bbounds.lb0 + bbounds.lb1 * previous->span_smallest;
618 bbounds.lb0 + bbounds.lb1 * previous->span_biggest;
631 bbounds.ub0 + bbounds.ub1 * previous->span_smallest;
633 bbounds.ub0 + bbounds.ub1 * previous->span_biggest;
709 // irrespective of the previous IV value.
710 bounds_info_internalXX_template<T> *previous =
720 T sub = (bbounds.lb1 - old_lb1) * previous->span_biggest;
725 T add = (old_lb1 - bbounds.lb1) * previous->span_smallest;
734 T add = (old_ub1 - bbounds.ub1) * previous->span_biggest;
738 T sub = (bbounds.ub1 - old_ub1) * previous->span_smallest;
745 T sub = (bbounds.lb1 - old_lb1) * previous->span_smallest;
748 T add = (old_lb1 - bbounds.lb1) * previous->span_biggest;
754 T add = (old_ub1 - bbounds.ub1) * previous->span_smallest;
757 T sub = (bbounds.ub1 - old_ub1) * previous->span_biggest;
1027 // - we have to go past (or equal to) previous point (which is the chunk
1058 // On all previous levels start of the chunk is same as the end, need to
1382 // cumulative number of iterations executed by all the previous threads:
1385 // iterations executed by the all previous will be the current thread's number
1386 // of iterations multiplied by the number of previous threads which is equal
1390 // number of previous threads which is again equal to the current thread's tid
1392 // previous threads
1400 // number of iterations executed by the previous threads, for less_than
1416 // previous threads giving the starting point of this thread
1502 // cumulative number of iterations executed by all the previous threads:
1505 // iterations executed by the all previous will be the current thread's number
1506 // of iterations multiplied by the number of previous threads which is equal
1510 // number of previous threads which is again equal to the current thread's tid
1512 // previous threads
1520 // number of iterations executed by the previous threads:
1527 // previous threads giving the starting point of this thread
1708 // Note: here we make sure it's past (or equal to) the previous point.
1773 // original_ivs_start is next to previous chunk original_ivs_end,