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.h1076 const Index packet_cols4 = (cols / 4) * 4;
1080 for (Index j2 = 0; j2 < packet_cols4; j2 += 4) {
1235 for (Index j2 = packet_cols4; j2 < cols; ++j2) {
1284 const Index packet_cols4 = (cols / 4) * 4;
1288 for (Index j2 = 0; j2 < packet_cols4; j2 += 4) {
1452 for (Index j2 = packet_cols4; j2 < cols; ++j2) {
1498 const Index packet_cols4 = (cols / 4) * 4;
1500 for (Index j2 = 0; j2 < packet_cols4; j2 += 4) {
1526 for (Index j2 = packet_cols4; j2 < cols; ++j2) {
Deigen_cuboid_convolution.h1232 const Index packet_cols4 = (cols / 4) * 4;
1236 for (Index j2 = 0; j2 < packet_cols4; j2 += 4) {
1361 for (Index j2 = packet_cols4; j2 < cols; ++j2) {
1414 const Index packet_cols4 = (cols / 4) * 4;
1418 for (Index j2 = 0; j2 < packet_cols4; j2 += 4) {
1545 for (Index j2 = packet_cols4; j2 < cols; ++j2) {
1591 const Index packet_cols4 = (cols / 4) * 4;
1593 for (Index j2 = 0; j2 < packet_cols4; j2 += 4) {
1619 for (Index j2 = packet_cols4; j2 < cols; ++j2) {