Home
last modified time | relevance | path

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

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