Home
last modified time | relevance | path

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

12345678

/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
Dquantized_mul_kernels_common.py31 duplicated = []
34 duplicated.append(values[0])
36 duplicated.append(registers.QuadRegister())
38 emitter.EmitVDup('32', duplicated[i],
41 return duplicated
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DInternal.java373 final ByteBuffer duplicated = bytes.duplicate(); in hashCodeByteBuffer() local
374 duplicated.clear(); in hashCodeByteBuffer()
376 while (duplicated.remaining() > 0) { in hashCodeByteBuffer()
377 final int length = duplicated.remaining() <= bufferSize ? in hashCodeByteBuffer()
378 duplicated.remaining() : bufferSize; in hashCodeByteBuffer()
379 duplicated.get(buffer, 0, length); in hashCodeByteBuffer()
DCodedOutputStream.java1211 ByteBuffer duplicated = value.duplicate(); in writeRawBytes() local
1212 duplicated.clear(); in writeRawBytes()
1213 write(duplicated); in writeRawBytes()
1620 ByteBuffer duplicated = value.duplicate(); in writeRawBytes() local
1621 duplicated.clear(); in writeRawBytes()
1622 write(duplicated); in writeRawBytes()
2060 ByteBuffer duplicated = value.duplicate(); in writeRawBytes() local
2061 duplicated.clear(); in writeRawBytes()
2062 write(duplicated); in writeRawBytes()
2363 ByteBuffer duplicated = value.duplicate(); in writeRawBytes() local
[all …]
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultisetTestSuiteBuilder.java178 Object[] duplicated = new Object[elements.length * 2]; in create() local
180 duplicated[i] = elements[i]; in create()
181 duplicated[i + elements.length] = elements[i]; in create()
183 return ((Multiset<E>) gen.create(duplicated)).elementSet(); in create()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dtail-dup-repeat.ll7 ; multiple successors. In this case, the block dup1 gets duplicated into dup2
8 ; and if.then64, and then the block dup2 gets duplicated into land.lhs.true
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dnoopt-dmb-v7.ll1 ; Ensure that adjacent duplicated barriers are not removed at -O0.
D2013-01-21-PR14992.ll15 ;Make sure we do not have a duplicated register in the front of the reg list
/external/llvm/test/CodeGen/ARM/
Dnoopt-dmb-v7.ll1 ; Ensure that adjacent duplicated barriers are not removed at -O0.
D2013-01-21-PR14992.ll15 ;Make sure we do not have a duplicated register in the front of the reg list
/external/llvm/test/MC/ARM/
Ddot-req.s4 @ The line is duplicated on purpose, it is legal to redefine a req with
/external/swiftshader/third_party/llvm-7.0/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/Disassembler/AArch64/
Dldp-postind.predictable.txt8 # Stores from duplicated registers should be fine.
Dldp-preind.predictable.txt8 # Stores from duplicated registers should be fine.
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/
Dldp-postind.predictable.txt8 # Stores from duplicated registers should be fine.
Dldp-preind.predictable.txt8 # Stores from duplicated registers should be fine.
/external/swiftshader/third_party/LLVM/test/Transforms/TailCallElim/
Ddup_tail.ll2 ; RUN: opt %s -tailcallelim -stats -disable-output |& grep {Number of return duplicated}
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopRotate/
Dconvergent.ll8 ; The call to f1 in the loop header shouldn't be duplicated (meaning, loop
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/TailCallElim/
Ddup_tail.ll5 ; CHECK: Number of return duplicated
/external/llvm/test/Transforms/LoopRotate/
Dconvergent.ll8 ; The call to f1 in the loop header shouldn't be duplicated (meaning, loop
/external/llvm/test/Transforms/TailCallElim/
Ddup_tail.ll5 ; CHECK: Number of return duplicated
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dtail-dup-analyzable-fallthrough.ll6 ; duplicated into the if.then.i block
/external/libchrome/mojo/public/mojom/base/
Dshared_memory.mojom22 // a handle duplicated from this one.
/external/grpc-grpc/src/proto/grpc/testing/
Dempty.proto20 // An empty message that you can re-use to avoid defining duplicated empty

12345678