Home
last modified time | relevance | path

Searched refs:packet_cols8 (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/products/
DSelfadjointMatrixMatrix.h92 Index packet_cols8 = nr>=8 ? (cols/8) * 8 : 0; in operator() local
119 Index end8 = nr>=8 ? (std::min)(k2+rows,packet_cols8) : k2; in operator()
214 for(Index j2=k2+rows; j2<packet_cols8; j2+=8) in operator()
232 for(Index j2=(std::max)(packet_cols8,k2+rows); j2<packet_cols4; j2+=4) in operator()
DGeneralBlockPanelKernel.h1908 Index packet_cols8 = nr>=8 ? (cols/8) * 8 : 0;
1960 for(Index j2=packet_cols8; j2<packet_cols4; j2+=4)
2032 Index packet_cols8 = nr>=8 ? (cols/8) * 8 : 0;
2071 for(Index j2=packet_cols8; j2<packet_cols4; j2+=4)