Home
last modified time | relevance | path

Searched refs:pop_heap (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/pop.heap/
Dpop_heap_comp.pass.cpp44 std::pop_heap(ia, ia+i, std::greater<int>()); in test()
47 std::pop_heap(ia, ia, std::greater<int>()); in test()
54 std::pop_heap(RI(ia), RI(ia+i), std::greater<int>()); in test()
57 std::pop_heap(RI(ia), RI(ia), std::greater<int>()); in test()
76 std::pop_heap(ia, ia+i, indirect_less()); in main()
Dpop_heap.pass.cpp34 std::pop_heap(ia, ia+i); in test()
37 std::pop_heap(ia, ia); in test()
45 std::pop_heap(RI(ia), RI(ia+i)); in test()
48 std::pop_heap(RI(ia), RI(ia)); in test()
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/pop.heap/
Dpop_heap_comp.pass.cpp44 std::pop_heap(ia, ia+i, std::greater<int>()); in test()
47 std::pop_heap(ia, ia, std::greater<int>()); in test()
65 std::pop_heap(ia, ia+i, indirect_less()); in main()
Dpop_heap.pass.cpp32 std::pop_heap(ia, ia+i); in test()
35 std::pop_heap(ia, ia); in test()
/external/libtextclassifier/native/lang_id/common/math/
Dalgorithm.h123 std::pop_heap(heap.begin(), heap.end(), rev_vcomp); in GetTopKIndices()
135 std::pop_heap(heap.begin(), heap.end() - i, rev_vcomp); in GetTopKIndices()
/external/libcxx/fuzzing/
DRoutineNames.txt13 pop_heap
Dfuzzing.h37 int pop_heap (const uint8_t *data, size_t size);
Dfuzz_test.cpp121 {"pop_heap", fuzzing::pop_heap},
Dfuzzing.cpp535 int pop_heap (const uint8_t *data, size_t size) in pop_heap() function
544 std::pop_heap(working.begin(), iter); in pop_heap()
/external/llvm-project/libcxx/test/libcxx/fuzzing/
Dpop_heap.pass.cpp27 std::pop_heap(working.begin(), iter); in LLVMFuzzerTestOneInput()
/external/webrtc/logging/rtc_event_log/
Drtc_event_processor.cc24 std::pop_heap(event_lists_.begin(), event_lists_.end(), Cmp); in ProcessEventsInOrder()
/external/tensorflow/tensorflow/core/lib/gtl/
Dpriority_queue_util.h46 std::pop_heap(c.begin(), c.end(), comp); in ConsumeTop()
Dtop_n.h232 std::pop_heap(elements_.begin(), elements_.end(), cmp_); in PushInternal()
248 std::pop_heap(elements_.begin(), elements_.end(), cmp_); in PushInternal()
/external/libchrome/mojo/core/ports/
Dmessage_queue.cc51 std::pop_heap(heap_.begin(), heap_.end()); in GetNextMessage()
/external/tensorflow/tensorflow/lite/experimental/kernels/
Dtop_n.h234 std::pop_heap(elements_.begin(), elements_.end(), cmp_); in PushInternal()
243 std::pop_heap(elements_.begin(), elements_.end(), cmp_); in PushInternal()
/external/tensorflow/tensorflow/lite/kernels/
Dtopk_v2.cc110 std::pop_heap(container_.begin(), container_.end(), comparator); in push()
128 std::pop_heap(container_.begin(), container_.end(), comparator); in push()
/external/angle/src/libANGLE/
DHandleAllocator.cpp52 std::pop_heap(mReleasedList.begin(), mReleasedList.end(), std::greater<GLuint>()); in allocate()
/external/llvm-project/clang-tools-extra/clangd/
DQuality.h194 std::pop_heap(Heap.begin(), Heap.end(), Greater); in push()
/external/llvm-project/clang-tools-extra/clangd/index/
DBackgroundQueue.cpp33 std::pop_heap(Queue.begin(), Queue.end()); in work()
/external/libcxx/benchmarks/
Dalgorithms.bench.cpp241 std::pop_heap(B, I); in run()
/external/llvm-project/libcxx/benchmarks/
Dalgorithms.bench.cpp302 std::pop_heap(B, I); in run()
/external/brotli/research/
Ddurchschlag.cc144 std::pop_heap(candidates->begin(), candidates->end(), greaterScore()); in buildCandidatesList()
609 std::pop_heap(candidates.begin(), candidates.end(), lessScore()); in durchschlagGenerateCollaborative()
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc198 std::pop_heap(nodes_.begin(), nodes_.end(), greater_); in GetCurrNode()
210 std::pop_heap(nodes_.begin(), nodes_.end(), greater_); in RemoveCurrNode()
/external/libtextclassifier/abseil-cpp/absl/algorithm/
Dcontainer.h1407 std::pop_heap(container_algorithm_internal::c_begin(sequence),
1415 std::pop_heap(container_algorithm_internal::c_begin(sequence),
/external/openscreen/third_party/abseil/src/absl/algorithm/
Dcontainer.h1407 std::pop_heap(container_algorithm_internal::c_begin(sequence),
1415 std::pop_heap(container_algorithm_internal::c_begin(sequence),

12