OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:packetOp
(Results
1 - 6
of
6
) sorted by null
/external/eigen/Eigen/src/Core/
Functors.h
28
EIGEN_STRONG_INLINE const Packet
packetOp
(const Packet& a, const Packet& b) const
56
EIGEN_STRONG_INLINE const Packet
packetOp
(const Packet& a, const Packet& b) const
88
EIGEN_STRONG_INLINE const Packet
packetOp
(const Packet& a, const Packet& b) const
108
EIGEN_STRONG_INLINE const Packet
packetOp
(const Packet& a, const Packet& b) const
131
EIGEN_STRONG_INLINE const Packet
packetOp
(const Packet& a, const Packet& b) const
192
EIGEN_STRONG_INLINE const Packet
packetOp
(const Packet& a, const Packet& b) const
217
EIGEN_STRONG_INLINE const Packet
packetOp
(const Packet& a, const Packet& b) const
273
EIGEN_STRONG_INLINE const Packet
packetOp
(const Packet& a) const
293
EIGEN_STRONG_INLINE const Packet
packetOp
(const Packet& a) const
315
EIGEN_STRONG_INLINE const Packet
packetOp
(const Packet& a) cons
[
all
...]
CwiseUnaryOp.h
109
return derived().functor().
packetOp
(derived().nestedExpression().template packet<LoadMode>(rowId, colId));
120
return derived().functor().
packetOp
(derived().nestedExpression().template packet<LoadMode>(index));
Redux.h
133
return func.
packetOp
(
222
packet_res0 = func.
packetOp
(packet_res0, mat.template packet<alignment>(index));
223
packet_res1 = func.
packetOp
(packet_res1, mat.template packet<alignment>(index+packetSize));
226
packet_res0 = func.
packetOp
(packet_res0,packet_res1);
228
packet_res0 = func.
packetOp
(packet_res0, mat.template packet<alignment>(alignedEnd2));
272
packet_res = func.
packetOp
(packet_res, mat.template packetByOuterInner<Unaligned>(j,i));
CwiseBinaryOp.h
181
return derived().functor().
packetOp
(derived().lhs().template packet<LoadMode>(rowId, colId),
194
return derived().functor().
packetOp
(derived().lhs().template packet<LoadMode>(index),
SelfCwiseBinaryOp.h
113
m_functor.
packetOp
(m_matrix.template packet<StoreMode>(row, col),_other.template packet<LoadMode>(row, col)) );
122
m_functor.
packetOp
(m_matrix.template packet<StoreMode>(index),_other.template packet<LoadMode>(index)) );
CwiseNullaryOp.h
77
return m_functor.
packetOp
(rowId, colId);
88
return m_functor.
packetOp
(index);
Completed in 45 milliseconds