Searched defs:alignmentStep (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixVector.h98 const Index alignmentStep = LhsPacketSize>1 ? (LhsPacketSize - lhsStride % LhsPacketSize) & LhsPacketAlignedMask : 0; local
99 Index alignmentPattern = alignmentStep==0 ? AllAligned
100 : alignmentStep==(LhsPacketSize/2) ? EvenAligned
119 alignedStart != ((lhsAlignmentOffset + alignmentStep*skipColumns)%LhsPacketSize))
145 Index offset1 = (FirstAligned && alignmentStep==1?3:1);
146 Index offset3 = (FirstAligned && alignmentStep==1?1:3);
361 const Index alignmentStep = LhsPacketSize>1 ? (LhsPacketSize - lhsStride % LhsPacketSize) & LhsPacketAlignedMask : 0; local
362 Index alignmentPattern = alignmentStep==0 ? AllAligned
363 : alignmentStep==(LhsPacketSize/2) ? EvenAligned
382 alignedStart != ((lhsAlignmentOffset + alignmentStep*skipRow
[all...]

Completed in 150 milliseconds