Home
last modified time | relevance | path

Searched refs:push_heap (Results 1 – 18 of 18) sorted by relevance

/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/push.heap/
Dpush_heap_comp.pass.cpp43 std::push_heap(ia, ia+i, std::greater<int>()); in test()
62 std::push_heap(ia, ia+i, indirect_less()); in main()
Dpush_heap.pass.cpp32 std::push_heap(ia, ia+i); in test()
/external/libcxx/fuzzing/
DRoutineNames.txt12 push_heap
Dfuzzing.h36 int push_heap (const uint8_t *data, size_t size);
Dfuzz_test.cpp120 {"push_heap", fuzzing::push_heap},
Dfuzzing.cpp514 int push_heap (const uint8_t *data, size_t size) in push_heap() function
527 std::push_heap(working.begin(), iter); in push_heap()
/external/libchrome/mojo/core/ports/
Dmessage_queue.cc65 std::push_heap(heap_.begin(), heap_.end()); in AcceptMessage()
/external/tensorflow/tensorflow/core/lib/gtl/
Dtop_n.h239 std::push_heap(elements_.begin(), elements_.end(), cmp_); in PushInternal()
/external/tensorflow/tensorflow/lite/experimental/kernels/
Dtop_n.h241 std::push_heap(elements_.begin(), elements_.end(), cmp_); in PushInternal()
/external/tensorflow/tensorflow/lite/kernels/
Dtopk_v2.cc104 std::push_heap(container_.begin(), container_.end(), comparator); in push()
/external/libcxx/benchmarks/
Dalgorithms.bench.cpp221 std::push_heap(Copy.begin(), I + 1); in run()
/external/libcxx/include/
Dqueue735 _VSTD::push_heap(c.begin(), c.end(), comp);
746 _VSTD::push_heap(c.begin(), c.end(), comp);
756 _VSTD::push_heap(c.begin(), c.end(), comp);
Dalgorithm486 push_heap(RandomAccessIterator first, RandomAccessIterator last);
490 push_heap(RandomAccessIterator first, RandomAccessIterator last, Compare comp);
4766 // push_heap
4798 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp)
4813 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last)
4815 …_VSTD::push_heap(__first, __last, __less<typename iterator_traits<_RandomAccessIterator>::value_ty…
/external/brotli/research/
Ddurchschlag.cc141 std::push_heap(candidates->begin(), candidates->end(), greaterScore()); in buildCandidatesList()
623 std::push_heap(candidates.begin(), candidates.end(), lessScore()); in durchschlagGenerateCollaborative()
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc141 std::push_heap(nodes_.begin(), nodes_.end(), greater_); in DrainWaitingQueue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp1702 std::push_heap(Q.begin(), Q.end(), WeightedLeaf::Compare); in push()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp3361 std::push_heap(ReadyQ.begin(), ReadyQ.end(), Cmp); in releaseBottomNode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineScheduler.cpp3443 std::push_heap(ReadyQ.begin(), ReadyQ.end(), Cmp); in releaseBottomNode()