Home
last modified time | relevance | path

Searched refs:kCells (Results 1 – 5 of 5) sorted by relevance

/external/gemmlowp/internal/
Dpack_neon.h174 static const int kCells = KernelSideFormat::kCells; variable
176 static const int kKernelWidth = CellFormat::kWidth * kCells;
189 uint8x16_t src_lines[4 * kCells]; in Pack()
190 for (int i = 0; i < 4 * kCells; i++) { in Pack()
195 uint8x16x2_t src_lines_intertwined_2x[2 * kCells]; in Pack()
196 for (int i = 0; i < kCells; i++) { in Pack()
202 uint8x16x2_t src_lines_intertwined_4x[2 * kCells]; in Pack()
203 for (int i = 0; i < kCells; i++) { in Pack()
214 for (int cell = 0; cell < kCells; cell++) { in Pack()
220 for (int cell = 0; cell < kCells; cell++) { in Pack()
[all …]
Dpack_SSE.h75 static const int kCells = KernelSideFormat::kCells; variable
77 static const int kKernelWidth = CellFormat::kWidth * kCells;
123 reinterpret_cast<__m128i*>(&dst_ptr[kCellSize * kCells]), xmm10); in Pack()
132 reinterpret_cast<__m128i*>(&dst_ptr[2 * kCellSize * kCells]), in Pack()
135 reinterpret_cast<__m128i*>(&dst_ptr[3 * kCellSize * kCells]), in Pack()
161 dst_ptr += 3 * kCellSize * kCells; in Pack()
163 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth); in Pack()
Dkernel_reference.h40 Format::Lhs::kCells, Format::Lhs::Cell::kWidth, in Name()
42 CellOrderName(Format::Lhs::Cell::kOrder), Format::Rhs::kCells, in Name()
61 for (int rc = 0; rc < Format::Lhs::kCells; rc++) { in Run()
63 (dc * Format::Lhs::kCells + rc) * in Run()
66 for (int cc = 0; cc < Format::Rhs::kCells; cc++) { in Run()
68 (dc * Format::Rhs::kCells + cc) * in Run()
Dkernel.h145 static const int kCells = tCells; member
146 static const int kWidth = kCells * Cell::kWidth;
159 static const int kRows = Lhs::Cell::kWidth * Lhs::kCells;
160 static const int kCols = Rhs::Cell::kWidth * Rhs::kCells;
Dpack.h302 static const int kCells = KernelSideFormat::kCells; variable
304 static const int kKernelWidth = CellFormat::kWidth * kCells;
374 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth); in Pack()
391 static const int kCells = KernelSideFormat::kCells; variable
393 static const int kKernelWidth = CellFormat::kWidth * kCells;