Home
last modified time | relevance | path

Searched refs:make_heap (Results 1 – 20 of 20) sorted by relevance

/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/make.heap/
Dmake_heap_comp.pass.cpp42 std::make_heap(ia, ia+N, std::greater<int>()); in test()
51 std::make_heap(ia, ia+N, std::ref(pred)); in test()
61 std::make_heap(ia, ia+N, std::ref(pred)); in test()
70 std::make_heap(ia, ia+N, std::ref(pred)); in test()
96 std::make_heap(ia, ia+N, indirect_less()); in main()
Dmake_heap.pass.cpp29 std::make_heap(ia, ia+N); in test()
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/
Dsort_heap_comp.pass.cpp40 std::make_heap(ia, ia+N, std::greater<int>()); in test()
62 std::make_heap(ia, ia+N, indirect_less()); in main()
Dsort_heap.pass.cpp29 std::make_heap(ia, ia+N); in test()
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/pop.heap/
Dpop_heap_comp.pass.cpp41 std::make_heap(ia, ia+N, std::greater<int>()); in test()
62 std::make_heap(ia, ia+N, indirect_less()); in main()
Dpop_heap.pass.cpp29 std::make_heap(ia, ia+N); in test()
/external/libcxx/include/
Dqueue525 _VSTD::make_heap(c.begin(), c.end(), comp);
537 _VSTD::make_heap(c.begin(), c.end(), comp);
550 _VSTD::make_heap(c.begin(), c.end(), comp);
563 _VSTD::make_heap(c.begin(), c.end(), comp);
578 _VSTD::make_heap(c.begin(), c.end(), comp);
616 _VSTD::make_heap(c.begin(), c.end(), comp);
629 _VSTD::make_heap(c.begin(), c.end(), comp);
645 _VSTD::make_heap(c.begin(), c.end(), comp);
658 _VSTD::make_heap(c.begin(), c.end(), comp);
Dalgorithm502 make_heap(RandomAccessIterator first, RandomAccessIterator last);
506 make_heap(RandomAccessIterator first, RandomAccessIterator last, Compare comp);
5022 // make_heap
5043 make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp)
5058 make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last)
5060 …_VSTD::make_heap(__first, __last, __less<typename iterator_traits<_RandomAccessIterator>::value_ty…
/external/libcxx/fuzzing/
DRoutineNames.txt11 make_heap
Dfuzzing.cpp491 int make_heap (const uint8_t *data, size_t size) in make_heap() function
494 std::make_heap(working.begin(), working.end()); in make_heap()
508 std::make_heap(working.begin(), iter); in push_heap()
526 std::make_heap(working.begin(), working.end()); in pop_heap()
Dfuzzing.h35 int make_heap (const uint8_t *data, size_t size);
Dfuzz_test.cpp119 {"make_heap", fuzzing::make_heap},
/external/llvm/include/llvm/ADT/
DPriorityQueue.h72 std::make_heap(this->c.begin(), this->c.end(), this->comp); in reheapify()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DPriorityQueue.h72 std::make_heap(this->c.begin(), this->c.end(), this->comp); in reheapify()
/external/webrtc/webrtc/base/
Dmessagequeue.h235 void reheap() { make_heap(c.begin(), c.end(), comp); } in reheap()
/external/libchrome/base/trace_event/
Dheap_profiler_heap_dump_writer.cc142 std::make_heap(buckets.begin(), buckets.end()); in BreakDownBy()
/external/tensorflow/tensorflow/core/lib/gtl/
Dtop_n.h230 std::make_heap(elements_.begin(), elements_.end(), cmp_); in PushInternal()
/external/tensorflow/tensorflow/contrib/lite/kernels/
Dtopk_v2.cc98 std::make_heap(container_.begin(), container_.end(), comparator); in push()
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc118 std::make_heap(nodes_.begin(), nodes_.end()); in FirstReadyManager()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp3324 std::make_heap(ReadyQ.begin(), ReadyQ.end(), Cmp); in registerRoots()
3348 std::make_heap(ReadyQ.begin(), ReadyQ.end(), Cmp); in scheduleTree()