Searched refs:packet_cols8 (Results 1 – 2 of 2) sorted by relevance
92 Index packet_cols8 = nr>=8 ? (cols/8) * 8 : 0; in operator() local119 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()
1908 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)