Home | History | Annotate | Download | only in libgomp

Lines Matching refs:e0

64       unsigned long s0, e0;
85 e0 = s0 + q;
88 if (s0 >= e0)
96 e = (long)e0 * ws->incr + ws->next;
100 thr->ts.static_trip = (e0 == n ? -1 : 1);
105 unsigned long n, s0, e0, i, c;
119 e0 = s0 + c;
124 if (e0 > n)
125 e0 = n;
129 e = (long)e0 * ws->incr + ws->next;
134 if (e0 == n)