Lines Matching full:calculate

145 // Calculate trip count on this loop level.
158 // Note: after this we don't need to calculate inner loops, in kmp_calculate_trip_count_XX()
171 // Note: after this we don't need to calculate inner loops, in kmp_calculate_trip_count_XX()
188 // Calculate trip count on this loop level.
303 //----------Calculate original iv on one level--------------------------------
326 // Calculate one iv corresponding to iteration on the level ind.
328 // (if not, we need to re-calculate)
393 //----------Calculate original iv on one level for rectangular loop nest------
395 // Calculate one iv corresponding to iteration on the level ind.
397 // (if not, we need to re-calculate)
450 //----------Canonicalize loop nest and calculate trip count-------------------
452 // Canonicalize loop nest and calculate overall trip count.
478 //----------Calculate old induction variables---------------------------------
480 // Calculate old induction variables corresponding to overall new_iv.
520 //----------Calculate maximum possible span of iv values on one level---------
522 // Calculate span for IV on this loop level for "<=" case.
590 // Calculate span for IV on this loop level for ">=" case.
655 // Calculate maximum possible span for IV on this loop level.
671 // Calculate new bounds for this loop level.
778 // calculate biggest spans for IV's on all levels and calculate overall trip
820 //----------Calculate iterations (in the original or updated space)-----------
822 // Calculate number of iterations in original or updated space resulting in
849 // Calculate number of iterations in the original or updated space resulting in
878 //----------Calculate new iv corresponding to original ivs--------------------
881 // Take updated bounds and calculate what new_iv will correspond to this point.
902 //----------Calculate original ivs for provided iterations--------------------
904 // Calculate original IVs for provided iterations, assuming iterations are
941 //----------Calculate original ivs for the beginning of the loop nest---------
943 // Calculate IVs for the beginning of the loop nest.
958 // Now calculate the point: in kmp_calc_original_ivs_for_start()
965 //----------Calculate next point in the original loop space-------------------
967 // From current set of original IVs calculate next point.
995 //----------Calculate chunk end in the original loop space--------------------
997 // For one level calculate old induction variable corresponding to overall
1000 // (if not, we need to re-calculate)
1084 // For one level calculate old induction variable corresponding to overall
1133 // Calculate old induction variables corresponding to overall new_iv for the
1172 // Next calculate the point, but in original loop nest. in kmp_calc_original_ivs_for_chunk_end()
1219 //----------Calculate upper bounds for the last chunk-------------------------
1221 // Calculate one upper bound for the end.
1263 // Calculate upper bounds for the last loop iteration. Just use original upper
1367 // calculate the chunk's lower and upper bounds in kmp_handle_lower_triangle_matrix()
1398 // calculate the outer loop lower bound (lbo) which is the max outer iv value in kmp_handle_lower_triangle_matrix()
1414 // calculate the inner loop lower bound which is the remaining number of in kmp_handle_lower_triangle_matrix()
1420 // calculate the outer loop upper bound using the same approach as for the in kmp_handle_lower_triangle_matrix()
1429 // calculate the inner loop upper bound which is the remaining number of in kmp_handle_lower_triangle_matrix()
1487 // calculate the chunk's lower and upper bounds in kmp_handle_upper_triangle_matrix()
1518 // calculate the outer loop lower bound (lbo) which is the max outer iv value in kmp_handle_upper_triangle_matrix()
1525 // calculate the inner loop lower bound which is the remaining number of in kmp_handle_upper_triangle_matrix()
1530 // calculate the outer loop upper bound using the same approach as for the in kmp_handle_upper_triangle_matrix()
1535 // calculate the inner loop upper bound which is the remaining number of in kmp_handle_upper_triangle_matrix()
1576 // to parallelogram/parallelepiped, calculate total, calculate bounds for the
1579 // pick the correct chunk for this thread (so it will calculate chunks up to the
1580 // needed one). It could be optimized to calculate just this chunk, potentially
1675 // We could calculate chunk size once, but this is to compensate that the in __kmpc_for_collapsed_init()