Home
last modified time | relevance | path

Searched refs:duplicated (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/external/gemmlowp/meta/generators/
Dmul_Nx8_Mx8_neon.py180 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 …]
Dmul_1x8_Mx8_neon.py82 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/
DInternal.java350 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()
DCodedOutputStream.java1264 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/
Dpartial-tail-dup.ll7 ; 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
Ddup-cost.ll3 ; Cold function, %dup should not be duplicated into predecessors.
45 ; So %dup should be duplicated into predecessors.
Dtailcall-extract.ll5 ; 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.
Dtail-dup-repeat.ll6 ; 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
Dtail-dup-partial.ll5 ; 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/
DMultisetTestSuiteBuilder.java173 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/
DMultisetTestSuiteBuilder.java174 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/
Dprintk_formats1 0xffffff850501d52e : "Entries can be duplicated"
/external/llvm-project/clang/test/SemaCXX/
Dcxx2a-no-unique-address.cpp13 …[[no_unique_address, no_unique_address]] int duplicated; // expected-error {{cannot appear multipl… member
/external/llvm/test/CodeGen/ARM/
Dnoopt-dmb-v7.ll1 ; Ensure that adjacent duplicated barriers are not removed at -O0.
/external/llvm-project/llvm/test/CodeGen/ARM/
Dnoopt-dmb-v7.ll1 ; Ensure that adjacent duplicated barriers are not removed at -O0.
/external/llvm-project/llvm/test/Bitcode/
Dupgrade-linker-options-2.ll1 ;; Test upgrade linker option doesn't create duplicated linker options.
/external/llvm-project/llvm/test/MC/ARM/
Ddot-req.s4 @ The line is duplicated on purpose, it is legal to redefine a req with
/external/llvm/test/MC/ARM/
Ddot-req.s4 @ The line is duplicated on purpose, it is legal to redefine a req with
/external/dagger2/javatests/dagger/spi/
DSpiPluginTest.java120 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/
Dmodernize-return-braced-init-list.rst7 initializer list. This way the return type is not needlessly duplicated in the
/external/llvm/test/MC/Disassembler/AArch64/
Dldp-preind.predictable.txt8 # Stores from duplicated registers should be fine.
Dldp-postind.predictable.txt8 # Stores from duplicated registers should be fine.
/external/llvm-project/llvm/test/MC/Disassembler/AArch64/
Dldp-postind.predictable.txt8 # Stores from duplicated registers should be fine.
/external/llvm-project/lld/test/ELF/lto/
Dduplicated-name.ll6 ; RUN: opt -module-summary %p/Inputs/duplicated-name.ll -o %t.o
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dtail-dup-bundle.mir5 # The bundle below shall not be duplicated.

12345678910>>...12