/external/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/ |
D | reverse_copy.pass.cpp | 26 auto it = std::reverse_copy(std::begin(ia), std::end(ia), std::begin(ib)); in test_constexpr() 41 OutIter r = std::reverse_copy(InIter(ia), InIter(ia), OutIter(ja)); in test() 44 r = std::reverse_copy(InIter(ia), InIter(ia+sa), OutIter(ja)); in test() 50 r = std::reverse_copy(InIter(ib), InIter(ib+sb), OutIter(jb)); in test() 58 r = std::reverse_copy(InIter(ic), InIter(ic+sc), OutIter(jc)); in test() 67 r = std::reverse_copy(InIter(id), InIter(id+sd), OutIter(jd)); in test()
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/ |
D | reverse_copy.pass.cpp | 27 auto it = std::reverse_copy(std::begin(ia), std::end(ia), std::begin(ib)); in test_constexpr() 42 OutIter r = std::reverse_copy(InIter(ia), InIter(ia), OutIter(ja)); in test() 45 r = std::reverse_copy(InIter(ia), InIter(ia+sa), OutIter(ja)); in test() 51 r = std::reverse_copy(InIter(ib), InIter(ib+sb), OutIter(jb)); in test() 59 r = std::reverse_copy(InIter(ic), InIter(ic+sc), OutIter(jc)); in test() 68 r = std::reverse_copy(InIter(id), InIter(id+sd), OutIter(jd)); in test()
|
/external/webrtc/modules/audio_processing/agc2/rnn_vad/ |
D | auto_correlation.cc | 63 std::reverse_copy(pitch_buf.end() - kConvolutionLength, pitch_buf.end(), in ComputeOnPitchBuffer()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | decode_padded_raw_op.cc | 106 std::reverse_copy(p_in, p_in + sizeof(T), p_out); in Compute()
|
D | decode_raw_op.cc | 106 std::reverse_copy(p, p + element_size, q); in Compute()
|
D | fingerprint_op.cc | 38 std::reverse_copy(reinterpret_cast<const uint8*>(&value), in CopyToBuffer()
|
/external/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/ |
D | reverse_copy.pass.cpp | 86 Iterator1 actual_return = reverse_copy(exec, data_b, data_e, actual_b); in operator ()()
|
/external/pdfium/core/fxcodec/gif/ |
D | cfx_lzwdecompressor.cpp | 192 std::reverse_copy(decompressed_.data() + decompressed_next_ - copy_size, in ExtractData()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | strided_slice.cc | 137 std::reverse_copy(output_shape_vector.begin(), output_shape_vector.end(), in ResizeOutputTensor()
|
/external/llvm-project/libcxx/test/std/algorithms/ |
D | robust_against_adl.pass.cpp | 80 (void)std::reverse_copy(t.data, t.data+10, u.data); in test()
|
/external/angle/src/tests/gl_tests/ |
D | DrawBaseVertexBaseInstanceTest.cpp | 146 std::reverse_copy(mInstancedArrayId.begin(), mInstancedArrayId.end(), in DrawBaseVertexBaseInstanceTest()
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_code.cc | 281 std::reverse_copy(call_ids->begin(), call_ids->end(), in AddSample()
|
/external/llvm-project/libcxx/docs/ |
D | Cxx1yStatusIssuesStatus.csv | 24 "`2074 <https://wg21.link/lwg2074>`__","Off by one error in std::reverse_copy","Portland","|Complet…
|
/external/llvm-project/pstl/include/pstl/internal/ |
D | glue_algorithm_defs.h | 257 reverse_copy(_ExecutionPolicy&& __exec, _BidirectionalIterator __first, _BidirectionalIterator __la…
|
D | glue_algorithm_impl.h | 549 reverse_copy(_ExecutionPolicy&& __exec, _BidirectionalIterator __first, _BidirectionalIterator __la… in reverse_copy() function
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 1001 std::reverse_copy(Options.Version, Options.Version + 4, Tmp); in emitProfileNotes()
|
/external/libtextclassifier/abseil-cpp/absl/algorithm/ |
D | container.h | 775 return std::reverse_copy(container_algorithm_internal::c_begin(sequence),
|
/external/openscreen/third_party/abseil/src/absl/algorithm/ |
D | container.h | 775 return std::reverse_copy(container_algorithm_internal::c_begin(sequence),
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/algorithm/ |
D | container.h | 775 return std::reverse_copy(container_algorithm_internal::c_begin(sequence),
|
/external/webrtc/third_party/abseil-cpp/absl/algorithm/ |
D | container.h | 739 return std::reverse_copy(container_algorithm_internal::c_begin(sequence),
|
/external/angle/third_party/abseil-cpp/absl/algorithm/ |
D | container.h | 775 return std::reverse_copy(container_algorithm_internal::c_begin(sequence),
|
/external/abseil-cpp/absl/algorithm/ |
D | container.h | 739 return std::reverse_copy(container_algorithm_internal::c_begin(sequence),
|
/external/libcxx/include/ |
D | algorithm | 276 reverse_copy(BidirectionalIterator first, BidirectionalIterator last, OutputIterator result); 2227 // reverse_copy 2232 reverse_copy(_BidirectionalIterator __first, _BidirectionalIterator __last, _OutputIterator __resul…
|
/external/llvm-project/libcxx/include/ |
D | algorithm | 275 reverse_copy(BidirectionalIterator first, BidirectionalIterator last, OutputIterator result); 2345 // reverse_copy 2350 reverse_copy(_BidirectionalIterator __first, _BidirectionalIterator __last, _OutputIterator __resul…
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | StdSymbolMap.inc | 990 SYMBOL(reverse_copy, std::, <algorithm>)
|