OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCells
(Results
1 - 5
of
5
) sorted by null
/external/gemmlowp/internal/
pack_neon.h
174
static const int
kCells
= KernelSideFormat::
kCells
;
176
static const int kKernelWidth = CellFormat::kWidth *
kCells
;
189
uint8x16_t src_lines[4 *
kCells
];
190
for (int i = 0; i < 4 *
kCells
; i++) {
195
uint8x16x2_t src_lines_intertwined_2x[2 *
kCells
];
196
for (int i = 0; i <
kCells
; i++) {
202
uint8x16x2_t src_lines_intertwined_4x[2 *
kCells
];
203
for (int i = 0; i <
kCells
; i++) {
214
for (int cell = 0; cell <
kCells
; cell++)
[
all
...]
pack_SSE.h
75
static const int
kCells
= KernelSideFormat::
kCells
;
77
static const int kKernelWidth = CellFormat::kWidth *
kCells
;
123
reinterpret_cast<__m128i*>(&dst_ptr[kCellSize *
kCells
]), xmm10);
132
reinterpret_cast<__m128i*>(&dst_ptr[2 * kCellSize *
kCells
]),
135
reinterpret_cast<__m128i*>(&dst_ptr[3 * kCellSize *
kCells
]),
161
dst_ptr += 3 * kCellSize *
kCells
;
163
dst->seek_forward_n_cells(
kCells
* kRegisterSize / kCellDepth);
kernel.h
145
static const int
kCells
= tCells;
146
static const int kWidth =
kCells
* Cell::kWidth;
159
static const int kRows = Lhs::Cell::kWidth * Lhs::
kCells
;
160
static const int kCols = Rhs::Cell::kWidth * Rhs::
kCells
;
kernel_reference.h
40
Format::Lhs::
kCells
, Format::Lhs::Cell::kWidth,
42
CellOrderName(Format::Lhs::Cell::kOrder), Format::Rhs::
kCells
,
61
for (int rc = 0; rc < Format::Lhs::
kCells
; rc++) {
63
(dc * Format::Lhs::
kCells
+ rc) *
66
for (int cc = 0; cc < Format::Rhs::
kCells
; cc++) {
68
(dc * Format::Rhs::
kCells
+ cc) *
pack.h
302
static const int
kCells
= KernelSideFormat::
kCells
;
304
static const int kKernelWidth = CellFormat::kWidth *
kCells
;
374
dst->seek_forward_n_cells(
kCells
* kRegisterSize / kCellDepth);
391
static const int
kCells
= KernelSideFormat::
kCells
;
393
static const int kKernelWidth = CellFormat::kWidth *
kCells
;
Completed in 119 milliseconds