Searched refs:push_heap (Results 1 – 18 of 18) sorted by relevance
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/push.heap/ |
D | push_heap_comp.pass.cpp | 43 std::push_heap(ia, ia+i, std::greater<int>()); in test() 62 std::push_heap(ia, ia+i, indirect_less()); in main()
|
D | push_heap.pass.cpp | 32 std::push_heap(ia, ia+i); in test()
|
/external/libcxx/fuzzing/ |
D | RoutineNames.txt | 12 push_heap
|
D | fuzzing.h | 36 int push_heap (const uint8_t *data, size_t size);
|
D | fuzz_test.cpp | 120 {"push_heap", fuzzing::push_heap},
|
D | fuzzing.cpp | 514 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/ |
D | message_queue.cc | 65 std::push_heap(heap_.begin(), heap_.end()); in AcceptMessage()
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | top_n.h | 239 std::push_heap(elements_.begin(), elements_.end(), cmp_); in PushInternal()
|
/external/tensorflow/tensorflow/lite/experimental/kernels/ |
D | top_n.h | 241 std::push_heap(elements_.begin(), elements_.end(), cmp_); in PushInternal()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | topk_v2.cc | 104 std::push_heap(container_.begin(), container_.end(), comparator); in push()
|
/external/libcxx/benchmarks/ |
D | algorithms.bench.cpp | 221 std::push_heap(Copy.begin(), I + 1); in run()
|
/external/libcxx/include/ |
D | queue | 735 _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);
|
D | algorithm | 486 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/ |
D | durchschlag.cc | 141 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/ |
D | virtual_scheduler.cc | 141 std::push_heap(nodes_.begin(), nodes_.end(), greater_); in DrainWaitingQueue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 1702 std::push_heap(Q.begin(), Q.end(), WeightedLeaf::Compare); in push()
|
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 3361 std::push_heap(ReadyQ.begin(), ReadyQ.end(), Cmp); in releaseBottomNode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 3443 std::push_heap(ReadyQ.begin(), ReadyQ.end(), Cmp); in releaseBottomNode()
|