Home
last modified time | relevance | path

Searched refs:make_heap (Results 1 – 25 of 25) 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/benchmarks/
Dalgorithms.bench.cpp83 std::make_heap(V.begin(), V.end()); in sortValues()
172 std::make_heap(Copy.begin(), Copy.end()); in run()
203 std::make_heap(Copy.begin(), Copy.end()); in run()
/external/libcxx/include/
Dqueue591 _VSTD::make_heap(c.begin(), c.end(), comp);
603 _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);
644 _VSTD::make_heap(c.begin(), c.end(), comp);
682 _VSTD::make_heap(c.begin(), c.end(), comp);
695 _VSTD::make_heap(c.begin(), c.end(), comp);
711 _VSTD::make_heap(c.begin(), c.end(), comp);
724 _VSTD::make_heap(c.begin(), c.end(), comp);
Dalgorithm502 make_heap(RandomAccessIterator first, RandomAccessIterator last);
506 make_heap(RandomAccessIterator first, RandomAccessIterator last, Compare comp);
4911 // make_heap
4932 make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp)
4947 make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last)
4949 …_VSTD::make_heap(__first, __last, __less<typename iterator_traits<_RandomAccessIterator>::value_ty…
/external/libcxx/fuzzing/
DRoutineNames.txt11 make_heap
Dfuzzing.cpp504 int make_heap (const uint8_t *data, size_t size) in make_heap() function
507 std::make_heap(working.begin(), working.end()); in make_heap()
521 std::make_heap(working.begin(), iter); in push_heap()
539 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DPriorityQueue.h71 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/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/tensorflow/tensorflow/core/lib/gtl/
Dtop_n.h230 std::make_heap(elements_.begin(), elements_.end(), cmp_); in PushInternal()
/external/tensorflow/tensorflow/lite/experimental/kernels/
Dtop_n.h232 std::make_heap(elements_.begin(), elements_.end(), cmp_); in PushInternal()
/external/tensorflow/tensorflow/lite/kernels/
Dtopk_v2.cc99 std::make_heap(container_.begin(), container_.end(), comparator); in push()
/external/brotli/research/
Ddurchschlag.cc126 std::make_heap(candidates->begin(), candidates->end(), greaterScore()); in buildCandidatesList()
162 std::make_heap(candidates->begin(), candidates->end(), lessScore()); in buildCandidatesList()
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc90 std::make_heap(nodes_.begin(), nodes_.end()); in FirstReadyManager()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp1745 std::make_heap(Q.begin(), Q.end(), WeightedLeaf::Compare); in findSHL()
1772 std::make_heap(Q.begin(), Q.end(), WeightedLeaf::Compare); in findMULbyConst()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineScheduler.cpp3403 std::make_heap(ReadyQ.begin(), ReadyQ.end(), Cmp); in registerRoots()
3430 std::make_heap(ReadyQ.begin(), ReadyQ.end(), Cmp); in scheduleTree()