/external/gemmlowp/meta/generators/ |
D | mul_Nx8_Mx8_neon.py | 180 duplicated = [] 183 duplicated.append(registers.DoubleRegister(min_register)) 186 duplicated.append(registers.QuadRegister(min_register)) 191 emitter.EmitVDup('32', duplicated[0], emitter.Lane(values, 0)) 193 emitter.EmitVDup('32', duplicated[0], emitter.Lane(values, 0)) 194 emitter.EmitVDup('32', duplicated[1], emitter.Lane(values, 1)) 196 emitter.EmitVDup('32', duplicated[0], emitter.Lane( 198 emitter.EmitVDup('32', duplicated[1], emitter.Lane( 200 emitter.EmitVDup('32', duplicated[2], emitter.Lane( 203 emitter.EmitVDup('32', duplicated[0], emitter.Lane( [all …]
|
D | mul_1x8_Mx8_neon.py | 82 duplicated = registers.QuadRegister(min_register) 83 emitter.EmitVDup('32', duplicated, general_register) 84 return duplicated
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Internal.java | 350 final ByteBuffer duplicated = bytes.duplicate(); in hashCodeByteBuffer() local 351 duplicated.clear(); in hashCodeByteBuffer() 353 while (duplicated.remaining() > 0) { in hashCodeByteBuffer() 355 duplicated.remaining() <= bufferSize ? duplicated.remaining() : bufferSize; in hashCodeByteBuffer() 356 duplicated.get(buffer, 0, length); in hashCodeByteBuffer()
|
D | CodedOutputStream.java | 1264 ByteBuffer duplicated = value.duplicate(); in writeRawBytes() local 1265 duplicated.clear(); in writeRawBytes() 1266 write(duplicated); in writeRawBytes() 1707 ByteBuffer duplicated = value.duplicate(); in writeRawBytes() local 1708 duplicated.clear(); in writeRawBytes() 1709 write(duplicated); in writeRawBytes() 2037 ByteBuffer duplicated = value.duplicate(); in writeRawBytes() local 2038 duplicated.clear(); in writeRawBytes() 2039 write(duplicated); in writeRawBytes() 2501 ByteBuffer duplicated = value.duplicate(); in writeRawBytes() local [all …]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | partial-tail-dup.ll | 7 ; should be placed after p1, and not duplicated into p2. 45 ; are cold. So dupbb should be placed after p1, duplicated into p2. p3 and p4 117 ; can't be duplicated into p3, but it should not block it to be duplicated into
|
D | dup-cost.ll | 3 ; Cold function, %dup should not be duplicated into predecessors. 45 ; So %dup should be duplicated into predecessors.
|
D | tailcall-extract.ll | 5 ; The exit block containing extractvalue can be duplicated into the BB 51 ; can't be duplicated. 96 ; offset, so the exit block can still be duplicated, and tail call generated. 142 ; block can't be duplicated.
|
D | tail-dup-repeat.ll | 6 ; multiple successors. In this case, the block dup1 gets duplicated into dup2 7 ; and if.then64, and then the block dup2 gets duplicated into land.lhs.true
|
D | tail-dup-partial.ll | 5 ; multiple successors. In this case, the block dup1 gets duplicated into dup2 6 ; and if.then64, and then the block dup2 only gets duplicated into land.lhs.true.
|
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/ |
D | MultisetTestSuiteBuilder.java | 173 Object[] duplicated = new Object[elements.length * 2]; in create() local 175 duplicated[i] = elements[i]; in create() 176 duplicated[i + elements.length] = elements[i]; in create() 178 return ((Multiset<E>) gen.create(duplicated)).elementSet(); in create()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | MultisetTestSuiteBuilder.java | 174 Object[] duplicated = new Object[elements.length * 2]; in create() local 176 duplicated[i] = elements[i]; in create() 177 duplicated[i + elements.length] = elements[i]; in create() 179 return ((Multiset<E>) gen.create(duplicated)).elementSet(); in create()
|
/external/perfetto/src/traced/probes/ftrace/test/data/synthetic/ |
D | printk_formats | 1 0xffffff850501d52e : "Entries can be duplicated"
|
/external/llvm-project/clang/test/SemaCXX/ |
D | cxx2a-no-unique-address.cpp | 13 …[[no_unique_address, no_unique_address]] int duplicated; // expected-error {{cannot appear multipl… member
|
/external/llvm/test/CodeGen/ARM/ |
D | noopt-dmb-v7.ll | 1 ; Ensure that adjacent duplicated barriers are not removed at -O0.
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | noopt-dmb-v7.ll | 1 ; Ensure that adjacent duplicated barriers are not removed at -O0.
|
/external/llvm-project/llvm/test/Bitcode/ |
D | upgrade-linker-options-2.ll | 1 ;; Test upgrade linker option doesn't create duplicated linker options.
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | dot-req.s | 4 @ The line is duplicated on purpose, it is legal to redefine a req with
|
/external/llvm/test/MC/ARM/ |
D | dot-req.s | 4 @ The line is duplicated on purpose, it is legal to redefine a req with
|
/external/dagger2/javatests/dagger/spi/ |
D | SpiPluginTest.java | 120 JavaFileObject duplicated = in dependencyTraceAtDependencyRequest() local 184 new CompilationFactory(component, foo, duplicated, entryPoint, chain1, chain2, chain3); in dependencyTraceAtDependencyRequest()
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | modernize-return-braced-init-list.rst | 7 initializer list. This way the return type is not needlessly duplicated in the
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | ldp-preind.predictable.txt | 8 # Stores from duplicated registers should be fine.
|
D | ldp-postind.predictable.txt | 8 # Stores from duplicated registers should be fine.
|
/external/llvm-project/llvm/test/MC/Disassembler/AArch64/ |
D | ldp-postind.predictable.txt | 8 # Stores from duplicated registers should be fine.
|
/external/llvm-project/lld/test/ELF/lto/ |
D | duplicated-name.ll | 6 ; RUN: opt -module-summary %p/Inputs/duplicated-name.ll -o %t.o
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | tail-dup-bundle.mir | 5 # The bundle below shall not be duplicated.
|