Lines Matching refs:heap
217 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_comp)
218 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap)
219 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_until_comp)
220 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_until)
221 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap_comp)
222 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap)
223 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/nothing_to_do)
224 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/pop.heap/pop_heap_comp)
225 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/pop.heap/pop_heap)
226 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap_comp)
227 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap)
228 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap_comp)
229 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap)