Home
last modified time | relevance | path

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

123456

/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/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
Dtail-dup-kill-flags.ll6 ; Tail duplication was incorrectly leaving kill flags on the duplicated instructions.
/external/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-preind.predictable.txt8 # Stores from duplicated registers should be fine.
Dldp-postind.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/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/swiftshader/third_party/LLVM/test/Transforms/LoopRotate/
Dbasic.ll5 ; PR5319 - The "arrayidx" gep should be hoisted, not duplicated. We should
/external/llvm/test/CodeGen/NVPTX/
DTailDuplication-convergent.ll7 ; syncthreads shouldn't be duplicated.
/external/pdfium/testing/resources/
Dbug_680376.in42 % Tree node with bad Count, duplicated kids.
/external/syslinux/com32/lib/zlib/
Dalgorithm.txt4 LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in
98 symbol is shorter than nine bits, then that symbol's translation is duplicated
100 symbol is four bits, then it's duplicated 32 times in a nine-bit table. If a
104 to another similar table for the remaining bits. Again, there are duplicated
/external/zlib/src/doc/
Dalgorithm.txt4 LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in
98 symbol is shorter than nine bits, then that symbol's translation is duplicated
100 symbol is four bits, then it's duplicated 32 times in a nine-bit table. If a
104 to another similar table for the remaining bits. Again, there are duplicated
/external/python/cpython2/Modules/zlib/
Dalgorithm.txt4 LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in
98 symbol is shorter than nine bits, then that symbol's translation is duplicated
100 symbol is four bits, then it's duplicated 32 times in a nine-bit table. If a
104 to another similar table for the remaining bits. Again, there are duplicated
/external/curl/tests/data/
Dtest143759 HTTP with duplicated WWW-Authenticate parameters
/external/ltp/testcases/network/stress/tcp/uni-pktlossdup/
D00_Descriptions.txt2 network (Namely, some of the packets are lost, some of them is duplicated.)
/external/llvm/test/CodeGen/AMDGPU/
Dstructurize.ll25 ; === duplicated. See comments in
/external/ltp/testcases/network/stress/tcp/uni-dsackoff/
D00_Descriptions.txt3 packet is lost, some of them is duplicated).

123456