Home
last modified time | relevance | path

Searched refs:kCellDepth (Results 1 – 4 of 4) sorted by relevance

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