Searched refs:kCellDepth (Results 1 - 3 of 3) sorted by relevance

/external/gemmlowp/internal/
H A Dpack.h305 static const int kCellDepth = CellFormat::kDepth; member in class:gemmlowp::PackingRegisterBlockBase
352 cell_start_depth += kCellDepth) {
359 kCellDepth));
362 for (int d = 0; d < kCellDepth; d++) {
374 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth);
394 static const int kCellDepth = CellFormat::kDepth; member in class:gemmlowp::PackSideBlockImpl
H A Dpack_neon.h177 static const int kCellDepth = CellFormat::kDepth; member in class:gemmlowp::PackingRegisterBlock
262 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth);
283 static const int kCellDepth = CellFormat::kDepth; member in class:gemmlowp::PackingRegisterBlock
384 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth);
H A Dpack_SSE.h78 static const int kCellDepth = CellFormat::kDepth; member in class:gemmlowp::PackingRegisterBlock
163 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth);

Completed in 46 milliseconds