Lines Matching refs:heap
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)