Home
last modified time | relevance | path

Searched refs:packet_cols4 (Results 1 – 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Core/products/
DGeneralBlockPanelKernel.h903 Index packet_cols4 = nr>=4 ? (cols/4) * 4 : 0;
930 for(Index j2=0; j2<packet_cols4; j2+=nr)
1071 for(Index j2=packet_cols4; j2<cols; j2++)
1163 for(Index j2=0; j2<packet_cols4; j2+=nr)
1276 for(Index j2=packet_cols4; j2<cols; j2++)
1357 for(Index j2=0; j2<packet_cols4; j2+=nr)
1450 for(Index j2=packet_cols4; j2<cols; j2++)
1517 for(Index j2=0; j2<packet_cols4; j2+=nr)
1649 for(Index j2=packet_cols4; j2<cols; j2++)
1909 Index packet_cols4 = nr>=4 ? (cols/4) * 4 : 0;
[all …]
DSelfadjointMatrixMatrix.h93 Index packet_cols4 = nr>=4 ? (cols/4) * 4 : 0; in operator() local
171 for(Index j2=end8; j2<(std::min)(k2+rows,packet_cols4); j2+=4) in operator()
232 for(Index j2=(std::max)(packet_cols8,k2+rows); j2<packet_cols4; j2+=4) in operator()
246 for(Index j2=packet_cols4; j2<cols; ++j2) in operator()
/external/tensorflow/tensorflow/core/kernels/
Deigen_spatial_convolutions-inl.h839 const Index packet_cols4 = (cols / 4) * 4;
843 for (Index j2 = 0; j2 < packet_cols4; j2 += 4) {
998 for (Index j2 = packet_cols4; j2 < cols; ++j2) {
1047 const Index packet_cols4 = (cols / 4) * 4;
1051 for (Index j2 = 0; j2 < packet_cols4; j2 += 4) {
1215 for (Index j2 = packet_cols4; j2 < cols; ++j2) {
1261 const Index packet_cols4 = (cols / 4) * 4;
1263 for (Index j2 = 0; j2 < packet_cols4; j2 += 4) {
1289 for (Index j2 = packet_cols4; j2 < cols; ++j2) {
Deigen_cuboid_convolution.h1038 const Index packet_cols4 = (cols / 4) * 4;
1042 for (Index j2 = 0; j2 < packet_cols4; j2 += 4) {
1167 for (Index j2 = packet_cols4; j2 < cols; ++j2) {
1220 const Index packet_cols4 = (cols / 4) * 4;
1224 for (Index j2 = 0; j2 < packet_cols4; j2 += 4) {
1351 for (Index j2 = packet_cols4; j2 < cols; ++j2) {
1397 const Index packet_cols4 = (cols / 4) * 4;
1399 for (Index j2 = 0; j2 < packet_cols4; j2 += 4) {
1425 for (Index j2 = packet_cols4; j2 < cols; ++j2) {