Home
last modified time | relevance | path

Searched refs:seek_forward_n_cells (Results 1 – 6 of 6) sorted by relevance

/external/gemmlowp/internal/
Dpack_neon.h128 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth); in Pack()
245 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth); in Pack()
317 dst->seek_forward_n_cells(1); in Pack()
378 dst->seek_forward_n_cells(1); in Pack()
Dpack_msa.h178 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth); in Pack()
347 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth); in Pack()
425 dst->seek_forward_n_cells(1); in Pack()
Dpack_avx.h179 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth); in Pack()
276 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth); in Pack()
Dpack_sse.h122 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth); in Pack()
Dpack.h71 void seek_forward_n_cells(int n) const { in seek_forward_n_cells() function
291 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth); in Pack()
/external/gemmlowp/doc/
Dpacking.md91 void seek_forward_n_cells(int n) const {