Lines Matching refs:alg
150 $(call gen-test, algorithms/alg.c.library/tested_elsewhere)
151 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy_backward)
152 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy_if)
153 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy_n)
154 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy)
155 $(call gen-test, algorithms/alg.modifying.operations/alg.fill/fill_n)
156 $(call gen-test, algorithms/alg.modifying.operations/alg.fill/fill)
157 $(call gen-test, algorithms/alg.modifying.operations/alg.generate/generate_n)
158 $(call gen-test, algorithms/alg.modifying.operations/alg.generate/generate)
159 $(call gen-test, algorithms/alg.modifying.operations/alg.move/move_backward)
160 $(call gen-test, algorithms/alg.modifying.operations/alg.move/move)
161 $(call gen-test, algorithms/alg.modifying.operations/alg.partitions/is_partitioned)
162 $(call gen-test, algorithms/alg.modifying.operations/alg.partitions/partition_copy)
163 $(call gen-test, algorithms/alg.modifying.operations/alg.partitions/partition)
164 $(call gen-test, algorithms/alg.modifying.operations/alg.partitions/partition_point)
165 $(call gen-test, algorithms/alg.modifying.operations/alg.partitions/stable_partition)
166 $(call gen-test, algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle)
167 $(call gen-test, algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle_rand)
168 $(call gen-test, algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle_urng)
169 $(call gen-test, algorithms/alg.modifying.operations/alg.remove/remove_copy_if)
170 $(call gen-test, algorithms/alg.modifying.operations/alg.remove/remove_copy)
171 $(call gen-test, algorithms/alg.modifying.operations/alg.remove/remove_if)
172 $(call gen-test, algorithms/alg.modifying.operations/alg.remove/remove)
173 $(call gen-test, algorithms/alg.modifying.operations/alg.replace/replace_copy_if)
174 $(call gen-test, algorithms/alg.modifying.operations/alg.replace/replace_copy)
175 $(call gen-test, algorithms/alg.modifying.operations/alg.replace/replace_if)
176 $(call gen-test, algorithms/alg.modifying.operations/alg.replace/replace)
177 $(call gen-test, algorithms/alg.modifying.operations/alg.reverse/reverse_copy)
178 $(call gen-test, algorithms/alg.modifying.operations/alg.reverse/reverse)
179 $(call gen-test, algorithms/alg.modifying.operations/alg.rotate/rotate_copy)
180 $(call gen-test, algorithms/alg.modifying.operations/alg.rotate/rotate)
181 $(call gen-test, algorithms/alg.modifying.operations/alg.swap/iter_swap)
182 $(call gen-test, algorithms/alg.modifying.operations/alg.swap/swap_ranges)
183 $(call gen-test, algorithms/alg.modifying.operations/alg.transform/binary_transform)
184 $(call gen-test, algorithms/alg.modifying.operations/alg.transform/unary_transform)
185 $(call gen-test, algorithms/alg.modifying.operations/alg.unique/unique_copy)
186 $(call gen-test, algorithms/alg.modifying.operations/alg.unique/unique_copy_pred)
187 $(call gen-test, algorithms/alg.modifying.operations/alg.unique/unique)
188 $(call gen-test, algorithms/alg.modifying.operations/alg.unique/unique_pred)
189 $(call gen-test, algorithms/alg.modifying.operations/nothing_to_do)
190 $(call gen-test, algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find)
191 $(call gen-test, algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find_pred)
192 $(call gen-test, algorithms/alg.nonmodifying/alg.all_of/all_of)
193 $(call gen-test, algorithms/alg.nonmodifying/alg.any_of/any_of)
194 $(call gen-test, algorithms/alg.nonmodifying/alg.count/count_if)
195 $(call gen-test, algorithms/alg.nonmodifying/alg.count/count)
196 $(call gen-test, algorithms/alg.nonmodifying/alg.equal/equal)
197 $(call gen-test, algorithms/alg.nonmodifying/alg.equal/equal_pred)
198 $(call gen-test, algorithms/alg.nonmodifying/alg.find.end/find_end)
199 $(call gen-test, algorithms/alg.nonmodifying/alg.find.end/find_end_pred)
200 $(call gen-test, algorithms/alg.nonmodifying/alg.find/find_if_not)
201 $(call gen-test, algorithms/alg.nonmodifying/alg.find/find_if)
202 $(call gen-test, algorithms/alg.nonmodifying/alg.find/find)
203 $(call gen-test, algorithms/alg.nonmodifying/alg.find.first.of/find_first_of)
204 $(call gen-test, algorithms/alg.nonmodifying/alg.find.first.of/find_first_of_pred)
205 $(call gen-test, algorithms/alg.nonmodifying/alg.foreach/test)
206 $(call gen-test, algorithms/alg.nonmodifying/alg.is_permutation/is_permutation)
207 $(call gen-test, algorithms/alg.nonmodifying/alg.is_permutation/is_permutation_pred)
208 $(call gen-test, algorithms/alg.nonmodifying/alg.none_of/none_of)
209 $(call gen-test, algorithms/alg.nonmodifying/alg.search/search_n)
210 $(call gen-test, algorithms/alg.nonmodifying/alg.search/search_n_pred)
211 $(call gen-test, algorithms/alg.nonmodifying/alg.search/search)
212 $(call gen-test, algorithms/alg.nonmodifying/alg.search/search_pred)
213 $(call gen-test, algorithms/alg.nonmodifying/mismatch/mismatch)
214 $(call gen-test, algorithms/alg.nonmodifying/mismatch/mismatch_pred)
215 $(call gen-test, algorithms/alg.nonmodifying/nothing_to_do)
217 $(call gen-test, algorithms/alg.sorting/alg.binary.search/binary.search/binary_search_comp)
218 $(call gen-test, algorithms/alg.sorting/alg.binary.search/binary.search/binary_search)
219 $(call gen-test, algorithms/alg.sorting/alg.binary.search/equal.range/equal_range_comp)
220 $(call gen-test, algorithms/alg.sorting/alg.binary.search/equal.range/equal_range)
221 $(call gen-test, algorithms/alg.sorting/alg.binary.search/lower.bound/lower_bound_comp)
222 $(call gen-test, algorithms/alg.sorting/alg.binary.search/lower.bound/lower_bound)
223 $(call gen-test, algorithms/alg.sorting/alg.binary.search/nothing_to_do)
224 $(call gen-test, algorithms/alg.sorting/alg.binary.search/upper.bound/upper_bound_comp)
225 $(call gen-test, algorithms/alg.sorting/alg.binary.search/upper.bound/upper_bound)
226 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_comp)
227 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap)
228 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_until_comp)
229 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_until)
230 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap_comp)
231 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap)
232 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/nothing_to_do)
233 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/pop.heap/pop_heap_comp)
234 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/pop.heap/pop_heap)
235 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap_comp)
236 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap)
237 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap_comp)
238 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap)
239 $(call gen-test, algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare_comp)
240 $(call gen-test, algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare)
241 $(call gen-test, algorithms/alg.sorting/alg.merge/inplace_merge_comp)
242 $(call gen-test, algorithms/alg.sorting/alg.merge/inplace_merge)
243 $(call gen-test, algorithms/alg.sorting/alg.merge/merge_comp)
244 $(call gen-test, algorithms/alg.sorting/alg.merge/merge)
245 $(call gen-test, algorithms/alg.sorting/alg.min.max/max_comp)
246 $(call gen-test, algorithms/alg.sorting/alg.min.max/max_element_comp)
247 $(call gen-test, algorithms/alg.sorting/alg.min.max/max_element)
248 $(call gen-test, algorithms/alg.sorting/alg.min.max/max_init_list_comp)
249 $(call gen-test, algorithms/alg.sorting/alg.min.max/max_init_list)
250 $(call gen-test, algorithms/alg.sorting/alg.min.max/max)
251 $(call gen-test, algorithms/alg.sorting/alg.min.max/min_comp)
252 $(call gen-test, algorithms/alg.sorting/alg.min.max/min_element_comp)
253 $(call gen-test, algorithms/alg.sorting/alg.min.max/min_element)
254 $(call gen-test, algorithms/alg.sorting/alg.min.max/min_init_list_comp)
255 $(call gen-test, algorithms/alg.sorting/alg.min.max/min_init_list)
256 $(call gen-test, algorithms/alg.sorting/alg.min.max/minmax_comp)
257 $(call gen-test, algorithms/alg.sorting/alg.min.max/minmax_element_comp)
258 $(call gen-test, algorithms/alg.sorting/alg.min.max/minmax_element)
259 $(call gen-test, algorithms/alg.sorting/alg.min.max/minmax_init_list_comp)
260 $(call gen-test, algorithms/alg.sorting/alg.min.max/minmax_init_list)
261 $(call gen-test, algorithms/alg.sorting/alg.min.max/minmax)
262 $(call gen-test, algorithms/alg.sorting/alg.min.max/min)
263 $(call gen-test, algorithms/alg.sorting/alg.nth.element/nth_element_comp)
264 $(call gen-test, algorithms/alg.sorting/alg.nth.element/nth_element)
265 $(call gen-test, algorithms/alg.sorting/alg.permutation.generators/next_permutation_comp)
266 $(call gen-test, algorithms/alg.sorting/alg.permutation.generators/next_permutation)
267 $(call gen-test, algorithms/alg.sorting/alg.permutation.generators/prev_permutation_comp)
268 $(call gen-test, algorithms/alg.sorting/alg.permutation.generators/prev_permutation)
269 $(call gen-test, algorithms/alg.sorting/alg.set.operations/includes/includes_comp)
270 $(call gen-test, algorithms/alg.sorting/alg.set.operations/includes/includes)
271 $(call gen-test, algorithms/alg.sorting/alg.set.operations/nothing_to_do)
272 $(call gen-test, algorithms/alg.sorting/alg.set.operations/set.difference/set_difference_comp)
273 $(call gen-test, algorithms/alg.sorting/alg.set.operations/set.difference/set_difference)
274 $(call gen-test, algorithms/alg.sorting/alg.set.operations/set.intersection/set_intersection_comp)
275 $(call gen-test, algorithms/alg.sorting/alg.set.operations/set.intersection/set_intersection)
276 $(call gen-test, algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/set_symmetric_difference_comp)
277 $(call gen-test, algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/set_symmetric_difference)
278 $(call gen-test, algorithms/algalg.set.operations/set.union/set_union_comp)
279 $(call gen-test, algorithms/alg.sorting/alg.set.operations/set.union/set_union)
280 $(call gen-test, algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_comp)
281 $(call gen-test, algorithms/alg.sorting/alg.sort/is.sorted/is_sorted)
282 $(call gen-test, algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_until_comp)
283 $(call gen-test, algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_until)
284 $(call gen-test, algorithms/alg.sorting/alg.sort/nothing_to_do)
285 $(call gen-test, algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy_comp)
286 $(call gen-test, algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy)
287 $(call gen-test, algorithms/alg.sorting/alg.sort/partial.sort/partial_sort_comp)
288 $(call gen-test, algorithms/alg.sorting/alg.sort/partial.sort/partial_sort)
289 $(call gen-test, algorithms/alg.sorting/alg.sort/sort/sort_comp)
290 $(call gen-test, algorithms/alg.sorting/alg.sort/sort/sort)
291 $(call gen-test, algorithms/alg.sorting/alg.sort/stable.sort/stable_sort_comp)
292 $(call gen-test, algorithms/alg.sorting/alg.sort/stable.sort/stable_sort)
293 $(call gen-test, algorithms/alg.sorting/nothing_to_do)
3216 $(call gen-test, re/re.alg/nothing_to_do)
3217 $(call gen-test, re/re.alg/re.alg.match/awk)
3218 $(call gen-test, re/re.alg/re.alg.match/basic)
3219 $(call gen-test, re/re.alg/re.alg.match/ecma)
3220 $(call gen-test, re/re.alg/re.alg.match/egrep)
3221 $(call gen-test, re/re.alg/re.alg.match/extended)
3222 $(call gen-test, re/re.alg/re.alg.match/grep)
3223 $(call gen-test, re/re.alg/re.alg.match/lookahead_capture)
3224 $(call gen-test, re/re.alg/re.alg.match/parse_curly_brackets)
3225 $(call gen-test, re/re.alg/re.alg.replace/test1)
3226 $(call gen-test, re/re.alg/re.alg.replace/test2)
3227 $(call gen-test, re/re.alg/re.alg.replace/test3)
3228 $(call gen-test, re/re.alg/re.alg.replace/test4)
3229 $(call gen-test, re/re.alg/re.alg.replace/test5)
3230 $(call gen-test, re/re.alg/re.alg.replace/test6)
3231 $(call gen-test, re/re.alg/re.alg.search/awk)
3232 $(call gen-test, re/re.alg/re.alg.search/backup)
3233 $(call gen-test, re/re.alg/re.alg.search/basic)
3234 $(call gen-test, re/re.alg/re.alg.search/ecma)
3235 $(call gen-test, re/re.alg/re.alg.search/egrep)
3236 $(call gen-test, re/re.alg/re.alg.search/extended)
3237 $(call gen-test, re/re.alg/re.alg.search/grep)
3238 $(call gen-test, re/re.alg/re.alg.search/lookahead)
3239 $(call gen-test, re/re.alg/re.alg.search/no_update_pos)
3240 $(call gen-test, re/re.alg/re.except/nothing_to_do)
3916 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/swap)