Lines Matching defs:updated_bounds
1004 const bounds_infoXX_template<T> *updated_bounds,
1037 (updated_bounds->lb0 + updated_bounds->lb1 * outer_iv)) %
1040 temp = updated_bounds->lb0 + updated_bounds->lb1 * outer_iv +
1087 const bounds_info_t *updated_bounds,
1098 (bounds_infoXX_template<kmp_int32> *)(updated_bounds),
1106 (bounds_infoXX_template<kmp_uint32> *)(updated_bounds),
1114 (bounds_infoXX_template<kmp_int64> *)(updated_bounds),
1122 (bounds_infoXX_template<kmp_uint64> *)(updated_bounds),
1158 auto &updated_bounds = updated_bounds_nest[ind];
1161 auto new_ind = new_iv / updated_bounds.b.trip_count;
1162 auto iteration = new_iv % updated_bounds.b.trip_count;
1175 auto updated_bounds = &(updated_bounds_nest[ind].b);
1178 bounds, updated_bounds,