HomeSort by relevance Sort by last modified time
    Searched defs:kCells (Results 1 - 4 of 4) sorted by null

  /external/gemmlowp/internal/
kernel.h 145 static const int kCells = tCells;
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;
pack_SSE.h 75 static const int kCells = KernelSideFormat::kCells;
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);
pack_neon.h 174 static const int kCells = KernelSideFormat::kCells;
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; cell++)
    [all...]
pack.h 302 static const int kCells = KernelSideFormat::kCells;
304 static const int kKernelWidth = CellFormat::kWidth * kCells;
374 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth);
391 static const int kCells = KernelSideFormat::kCells;
393 static const int kKernelWidth = CellFormat::kWidth * kCells;

Completed in 101 milliseconds