Searched defs:kCellDepth (Results 1 - 4 of 4) sorted by relevance

/external/gemmlowp/internal/
H A Dpack_msa.h45 static const int kCellDepth = CellFormat::kDepth; member in class:gemmlowp::PackingRegisterBlock
178 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth);
199 static const int kCellDepth = CellFormat::kDepth; member in class:gemmlowp::PackingRegisterBlock
347 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth);
H A Dpack_sse.h47 static const int kCellDepth = CellFormat::kDepth; member in class:gemmlowp::PackingRegisterBlock
122 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth);
H A Dpack_neon.h45 static const int kCellDepth = CellFormat::kDepth; member in class:gemmlowp::PackingRegisterBlock
125 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth);
146 static const int kCellDepth = CellFormat::kDepth; member in class:gemmlowp::PackingRegisterBlock
242 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth);
271 static const int kCellDepth = CellFormat::kDepth; member in class:gemmlowp::PackingRegisterBlock
H A Dpack.h215 static const int kCellDepth = CellFormat::kDepth; member in class:gemmlowp::PackingRegisterBlockBase
260 cell_start_depth += kCellDepth) {
267 kCellDepth));
270 for (int d = 0; d < kCellDepth; d++) {
283 dst->seek_forward_n_cells(kCells * kRegisterSize / kCellDepth);
300 static const int kCellDepth = CellFormat::kDepth; member in class:gemmlowp::PackSideBlockImpl

Completed in 155 milliseconds