Home
last modified time | relevance | path

Searched refs:run_depth_cells (Results 1 – 2 of 2) sorted by relevance

/external/gemmlowp/internal/
Dkernel_sse.h46 std::int32_t run_depth_cells = run_depth / Format::kDepth; in Run() local
198 [run_depth_cells] "g"(run_depth_cells) in Run()
220 const std::int64_t run_depth_cells = run_depth / Format::kDepth; in Run() local
506 [run_depth_cells] "r"(run_depth_cells) in Run()
Dkernel_reference.h55 const int run_depth_cells = static_cast<int>(run_depth / Format::kDepth); in Run() local
58 for (int dc = 0; dc < run_depth_cells; dc++) { in Run()