Lines Matching full:trip

380   // compute trip count
385 tc = 0; // zero-trip
393 tc = 0; // zero-trip
401 tc = 0; // zero-trip
618 // zero trip count
1336 UT limit, trip, init;
1358 // zero trip count
1361 ("__kmp_dispatch_next_algorithm: T#%d early exit trip count is "
1376 trip = pr->u.p.tc - 1;
1618 KMP_DEBUG_ASSERT(vnew.p.ub * (UT)chunk <= trip);
1670 KMP_DEBUG_ASSERT(init <= trip);
1674 if ((last = (limit >= trip)) != 0)
1675 limit = trip;
1718 trip = pr->u.p.tc - 1;
1721 if ((status = (init <= trip)) != 0) {
1726 if ((last = (limit >= trip)) != 0)
1727 limit = trip;
1769 trip = pr->u.p.tc - 1;
1773 if ((last = (trip - init < (UT)chunk_size)))
1774 limit = trip;
1802 trip = pr->u.p.tc;
1807 remaining = trip - init;
1819 remaining = trip - init;
1871 trip = pr->u.p.tc;
1876 remaining = trip - init;
1888 remaining = trip - init;
1952 trip = pr->u.p.tc;
1955 KMP_DEBUG_ASSERT((2UL * chunkspec + 1) * (UT)nproc < trip);
1961 --trip;
1966 if ((status = (init > 0 && init <= trip)) != 0) {
1969 if ((last = (limit >= trip)) != 0)
1970 limit = trip;
1991 trip, *(DBL *)&pr->u.p.parm3, chunkIdx);
1993 init = trip - init;
1996 limit = trip - __kmp_dispatch_guided_remaining<T>(
1997 trip, *(DBL *)&pr->u.p.parm3, chunkIdx + 1);
2000 KMP_DEBUG_ASSERT(limit <= trip);
2046 trip = pr->u.p.tc - 1;
2048 if ((status = ((T)index < parm3 && init <= trip)) == 0) {
2058 if ((last = (limit >= trip)) != 0)
2059 limit = trip;
2230 UT limit, trip, init;
2238 trip = pr->u.p.tc - 1;
2240 if ((status = (init <= trip)) == 0) {
2257 if ((last = (limit >= trip)) != 0) {
2258 limit = trip;
2698 // Some zero-trip loops maintained by compiler, e.g.:
2717 // compute global trip count
2738 *plower = *pupper + incr; // zero-trip loop