Searched refs:ub0 (Results 1 – 3 of 3) sorted by relevance
100 bounds->ub0 -= 1; in kmp_canonicalize_one_loop_XX()103 bounds->ub0 += 1; in kmp_canonicalize_one_loop_XX()157 if (bounds->ub0 < bounds->lb0) { in kmp_calculate_trip_count_XX()165 static_cast<kmp_loop_nest_iv_t>(bounds->ub0 - bounds->lb0) / in kmp_calculate_trip_count_XX()170 if (bounds->lb0 < bounds->ub0) { in kmp_calculate_trip_count_XX()178 static_cast<kmp_loop_nest_iv_t>(bounds->lb0 - bounds->ub0) / in kmp_calculate_trip_count_XX()316 (iv > (bounds->ub0 + bounds->ub1 * outer_iv))) || in kmp_iv_is_in_upper_bound_XX()318 (iv < (bounds->ub0 + bounds->ub1 * outer_iv)))) { in kmp_iv_is_in_upper_bound_XX()567 bbounds.ub0 + bbounds.ub1 * previous->span_smallest; in kmp_calc_span_lessoreq_XX()569 bbounds.ub0 + bbounds.ub1 * previous->span_biggest; in kmp_calc_span_lessoreq_XX()[all …]
84 T ub0; member
5111 kmp_uint64 lb1, ub0, tc0, tc1, ext0, ext1; local5133 ub0 = lower + st * (tc0 - 1);5134 lb1 = ub0 + st;5147 *ub = ub0; // adjust upper bound for the 1st half