OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LhsPacket
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/Core/products/
GeneralMatrixVector.h
47
typedef typename conditional<Vectorizable,_LhsPacket,LhsScalar>::type
LhsPacket
;
69
padd(pcj.pmul(EIGEN_CAT(ploa , A0)<
LhsPacket
>(&lhs0[j]), ptmp0), \
70
pcj.pmul(EIGEN_CAT(ploa , A13)<
LhsPacket
>(&lhs1[j]), ptmp1)), \
71
padd(pcj.pmul(EIGEN_CAT(ploa , A2)<
LhsPacket
>(&lhs2[j]), ptmp2), \
72
pcj.pmul(EIGEN_CAT(ploa , A13)<
LhsPacket
>(&lhs3[j]), ptmp3)) )))
75
conj_helper<
LhsPacket
,RhsPacket,ConjugateLhs,ConjugateRhs> pcj;
111
eigen_internal_assert(size_t(lhs+lhsAlignmentOffset)%sizeof(
LhsPacket
)==0 || size<LhsPacketSize);
131
|| (size_t(lhs+alignedStart+lhsStride*skipColumns)%sizeof(
LhsPacket
))==0);
182
LhsPacket
A00, A01, A02, A03, A10, A11, A12, A13;
185
A01 = pload<
LhsPacket
>(&lhs1[alignedStart-1])
[
all
...]
GeneralBlockPanelKernel.h
179
typedef typename conditional<Vectorizable,_LhsPacket,LhsScalar>::type
LhsPacket
;
201
EIGEN_STRONG_INLINE void loadLhs(const LhsScalar* a,
LhsPacket
& dest) const
203
dest = pload<
LhsPacket
>(a);
206
EIGEN_STRONG_INLINE void madd(const
LhsPacket
& a, const RhsPacket& b, AccPacket& c, AccPacket& tmp) const
218
// conj_helper<
LhsPacket
,RhsPacket,ConjLhs,ConjRhs> pcj;
250
typedef typename conditional<Vectorizable,_LhsPacket,LhsScalar>::type
LhsPacket
;
272
EIGEN_STRONG_INLINE void loadLhs(const LhsScalar* a,
LhsPacket
& dest) const
274
dest = pload<
LhsPacket
>(a);
277
EIGEN_STRONG_INLINE void madd(const
LhsPacket
& a, const RhsPacket& b, AccPacket& c, RhsPacket& tmp) const
282
EIGEN_STRONG_INLINE void madd_impl(const
LhsPacket
& a, const RhsPacket& b, AccPacket& c, RhsPacket& tmp, const true_type&) cons
[
all
...]
Completed in 1890 milliseconds