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

/external/gemmlowp/internal/
H A Dpack_neon.h174 static const int kCells = KernelSideFormat::kCells; member in class:gemmlowp::PackingRegisterBlock
176 static const int kKernelWidth = CellFormat::kWidth * kCells;
189 uint8x16_t src_lines[4 * kCells];
190 for (int i = 0; i < 4 * kCells; i++) {
195 uint8x16x2_t src_lines_intertwined_2x[2 * kCells];
196 for (int i = 0; i < kCells; i++) {
202 uint8x16x2_t src_lines_intertwined_4x[2 * kCells];
203 for (int i = 0; i < kCells; i++) {
214 for (int cell = 0; cell < kCells; cel
280 static const int kCells = KernelSideFormat::kCells; member in class:gemmlowp::PackingRegisterBlock
[all...]
H A Dkernel.h145 static const int kCells = tCells; member in struct:gemmlowp::KernelSideFormat
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;
H A Dkernel_reference.h40 Format::Lhs::kCells, Format::Lhs::Cell::kWidth,
42 CellOrderName(Format::Lhs::Cell::kOrder), Format::Rhs::kCells,
61 for (int rc = 0; rc < Format::Lhs::kCells; rc++) {
63 (dc * Format::Lhs::kCells + rc) *
66 for (int cc = 0; cc < Format::Rhs::kCells; cc++) {
68 (dc * Format::Rhs::kCells + cc) *
H A Dpack_SSE.h75 static const int kCells = KernelSideFormat::kCells; member in class:gemmlowp::PackingRegisterBlock
77 static const int kKernelWidth = CellFormat::kWidth * kCells;
123 reinterpret_cast<__m128i*>(&dst_ptr[kCellSize * kCells]), xmm10);
132 reinterpret_cast<__m128i*>(&dst_ptr[2 * kCellSize * kCells]),
135 reinterpret_cast<__m128i*>(&dst_ptr[3 * kCellSize * kCells]),
161 dst_ptr += 3 * kCellSize * kCells;
163 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth);
H A Dpack.h302 static const int kCells = KernelSideFormat::kCells; member in class:gemmlowp::PackingRegisterBlockBase
304 static const int kKernelWidth = CellFormat::kWidth * kCells;
374 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth);
391 static const int kCells = KernelSideFormat::kCells; member in class:gemmlowp::PackSideBlockImpl
393 static const int kKernelWidth = CellFormat::kWidth * kCells;

Completed in 226 milliseconds