Home
last modified time | relevance | path

Searched refs:writePacket (Results 1 – 24 of 24) sorted by relevance

/external/eigen/Eigen/src/Core/
DArrayWrapper.h103 inline void writePacket(Index rowId, Index colId, const PacketScalar& val)
105 m_expression.const_cast_derived().template writePacket<LoadMode>(rowId, colId, val);
115 inline void writePacket(Index index, const PacketScalar& val)
117 m_expression.const_cast_derived().template writePacket<LoadMode>(index, val);
228 inline void writePacket(Index rowId, Index colId, const PacketScalar& val)
230 m_expression.const_cast_derived().template writePacket<LoadMode>(rowId, colId, val);
240 inline void writePacket(Index index, const PacketScalar& val)
242 m_expression.const_cast_derived().template writePacket<LoadMode>(index, val);
DNestByValue.h77 inline void writePacket(Index row, Index col, const PacketScalar& x)
79 m_expression.const_cast_derived().template writePacket<LoadMode>(row, col, x);
89 inline void writePacket(Index index, const PacketScalar& x)
91 m_expression.const_cast_derived().template writePacket<LoadMode>(index, x);
DForceAlignedAccess.h76 inline void writePacket(Index row, Index col, const PacketScalar& x)
78 m_expression.const_cast_derived().template writePacket<Aligned>(row, col, x);
88 inline void writePacket(Index index, const PacketScalar& x)
90 m_expression.const_cast_derived().template writePacket<Aligned>(index, x);
DFlagged.h95 inline void writePacket(Index row, Index col, const PacketScalar& x)
97 m_matrix.const_cast_derived().template writePacket<LoadMode>(row, col, x);
107 inline void writePacket(Index index, const PacketScalar& x)
109 m_matrix.const_cast_derived().template writePacket<LoadMode>(index, x);
DSwap.h100 m_expression.template writePacket<StoreMode>(rowId, colId,
103 _other.template writePacket<LoadMode>(rowId, colId, tmp);
112 m_expression.template writePacket<StoreMode>(index,
115 _other.template writePacket<LoadMode>(index, tmp);
DDenseCoeffsBase.h249 void writePacket();
429 EIGEN_STRONG_INLINE void writePacket in writePacket() function
434 derived().template writePacket<StoreMode>(row,col,val); in writePacket()
443 writePacket<StoreMode>(rowIndexByOuterInner(outer, inner), in writePacketByOuterInner()
458 EIGEN_STRONG_INLINE void writePacket in writePacket() function
462 derived().template writePacket<StoreMode>(index,val); in writePacket()
521 derived().template writePacket<StoreMode>(row, col, in copyPacket()
537 derived().template writePacket<StoreMode>(index, in copyPacket()
DReverse.h153 inline void writePacket(Index row, Index col, const PacketScalar& x)
155 m_matrix.const_cast_derived().template writePacket<LoadMode>(
168 inline void writePacket(Index index, const PacketScalar& x)
170 …m_matrix.const_cast_derived().template writePacket<LoadMode>(m_matrix.size() - index - PacketSize,…
DTranspose.h160 inline void writePacket(Index rowId, Index colId, const PacketScalar& x)
162 … derived().nestedExpression().const_cast_derived().template writePacket<LoadMode>(colId, rowId, x);
172 inline void writePacket(Index index, const PacketScalar& x)
174 derived().nestedExpression().const_cast_derived().template writePacket<LoadMode>(index, x);
DBlock.h259 inline void writePacket(Index rowId, Index colId, const PacketScalar& val)
261 m_xpr.const_cast_derived().template writePacket<Unaligned>
274 inline void writePacket(Index index, const PacketScalar& val)
276 m_xpr.const_cast_derived().template writePacket<Unaligned>
DSelfCwiseBinaryOp.h112 m_matrix.template writePacket<StoreMode>(row, col,
121 m_matrix.template writePacket<StoreMode>(index,
DMapBase.h214 inline void writePacket(Index row, Index col, const PacketScalar& val) in writePacket() function
221 inline void writePacket(Index index, const PacketScalar& val) in writePacket() function
DPlainObjectBase.h196 EIGEN_STRONG_INLINE void writePacket(Index rowId, Index colId, const PacketScalar& val)
206 EIGEN_STRONG_INLINE void writePacket(Index index, const PacketScalar& val)
DDenseBase.h79 using Base::writePacket;
/external/eigen/Eigen/src/LU/arch/
DInverse_SSE.h154 result.template writePacket<ResultAlignment>( 0, _mm_shuffle_ps(iA,iB,0x77));
155 result.template writePacket<ResultAlignment>( 4, _mm_shuffle_ps(iA,iB,0x22));
156 result.template writePacket<ResultAlignment>( 8, _mm_shuffle_ps(iC,iD,0x77));
157 result.template writePacket<ResultAlignment>(12, _mm_shuffle_ps(iC,iD,0x22));
314 …result.template writePacket<ResultAlignment>( 0, _mm_mul_pd(_mm_shuffle_pd(iA2, iA1, 3), d1)); …
315 result.template writePacket<ResultAlignment>( 4, _mm_mul_pd(_mm_shuffle_pd(iA2, iA1, 0), d2));
316 …result.template writePacket<ResultAlignment>( 2, _mm_mul_pd(_mm_shuffle_pd(iB2, iB1, 3), d1)); …
317 result.template writePacket<ResultAlignment>( 6, _mm_mul_pd(_mm_shuffle_pd(iB2, iB1, 0), d2));
318 …result.template writePacket<ResultAlignment>( 8, _mm_mul_pd(_mm_shuffle_pd(iC2, iC1, 3), d1)); …
319 result.template writePacket<ResultAlignment>(12, _mm_mul_pd(_mm_shuffle_pd(iC2, iC1, 0), d2));
[all …]
/external/skia/experimental/DrawingBoard/
DSampleDrawingServer.cpp94 fServer->writePacket(fData.begin() + fTotalBytesWritten, in onRead()
173 fServer->writePacket(fBuffer.begin(), fBuffer.count(), in onDrawContent()
DSkNetPipeController.cpp23 return sockfd->writePacket(fBlock, fBytesWritten, type); in writeToSocket()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DTransportWrapper.java95 public void writePacket(byte[] packet) throws IOException; in writePacket() method
DPacketDispatcher.java303 connection.writePacket(command.toBytesArray()); in waitForReply()
374 connection.writePacket(command.toBytesArray()); in sendCommand()
DSocketTransportWrapper.java281 public void writePacket(byte[] packet) throws IOException { in writePacket() method in SocketTransportWrapper
/external/skia/experimental/Networking/
DSkSockets.h58 int writePacket(void* data, size_t size, DataType type = kPipeAppend_type);
DSkSockets.cpp171 int SkSocket::writePacket(void* data, size_t size, DataType type) { in writePacket() function in SkSocket
/external/eigen/doc/
DInsideEigenExample.dox383 derived().template writePacket<StoreMode>(index,
388 OK, what are writePacket() and packet() here?
390 First, writePacket() here is a method on the left-hand side VectorXf. So we go to src/Core/Matrix.h…
393 inline void writePacket(int index, const PacketScalar& x)
422 OK, that explains how writePacket() works. Now let's look into the packet() call. Remember that we …
424 derived().template writePacket<StoreMode>(index,
489 …lved here. copyPacket() becomes copyCoeff(), packet() becomes coeff(), writePacket() becomes coeff…
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...