OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:run_depth_cells
(Results
1 - 2
of
2
) sorted by null
/external/gemmlowp/internal/
kernel_SSE.h
46
std::int32_t
run_depth_cells
= run_depth / Format::kDepth;
variable
80
"movl %[
run_depth_cells
], %%eax\n\t"
134
"subl $2, %[
run_depth_cells
]\n\t"
137
"movl %[
run_depth_cells
], %%eax\n\t"
166
"decl %[
run_depth_cells
]\n\t"
197
[
run_depth_cells
] "g"(
run_depth_cells
)
219
const std::int64_t
run_depth_cells
= run_depth / Format::kDepth;
variable
279
"movq %[
run_depth_cells
], %%r14\n\t"
398
"subq $2, %[
run_depth_cells
]\n\t
[
all
...]
kernel_reference.h
55
const int
run_depth_cells
= static_cast<int>(run_depth / Format::kDepth);
variable
58
for (int dc = 0; dc <
run_depth_cells
; dc++) {
Completed in 61 milliseconds