Home | History | Annotate | Download | only in parallel

Lines Matching full:minimal

133     /// Minimal input size for accumulate.
136 /// Minimal input size for adjacent_difference.
139 /// Minimal input size for count and count_if.
142 /// Minimal input size for fill.
157 /// Minimal input size for for_each.
160 /// Minimal input size for generate.
163 /// Minimal input size for max_element.
166 /// Minimal input size for merge.
172 /// Minimal input size for min_element.
175 /// Minimal input size for multiway_merge.
184 /// Minimal input size for nth_element.
194 /// Minimal input size for partition.
197 /// Minimal input size for partial_sort.
204 /// Minimal input size for partial_sum.
207 /// Minimal input size for random_shuffle.
210 /// Minimal input size for replace and replace_if.
213 /// Minimal input size for set_difference.
216 /// Minimal input size for set_intersection.
219 /// Minimal input size for set_symmetric_difference.
222 /// Minimal input size for set_union.
225 /// Minimal input size for parallel sorting.
238 /// Minimal input size for parallel std::transform.
241 /// Minimal input size for unique_copy.