OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCellDepth
(Results
1 - 3
of
3
) sorted by null
/external/gemmlowp/internal/
pack_SSE.h
78
static const int
kCellDepth
= CellFormat::kDepth;
163
dst->seek_forward_n_cells(kCells * kRegisterSize /
kCellDepth
);
pack.h
305
static const int
kCellDepth
= CellFormat::kDepth;
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;
pack_neon.h
177
static const int
kCellDepth
= CellFormat::kDepth;
262
dst->seek_forward_n_cells(kCells * kRegisterSize /
kCellDepth
);
283
static const int
kCellDepth
= CellFormat::kDepth;
384
dst->seek_forward_n_cells(kCells * kRegisterSize /
kCellDepth
);
Completed in 51 milliseconds