Home
last modified time | relevance | path

Searched defs:kCols (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/gemmlowp/internal/
H A Doutput.h46 static constexpr int kCols = InputType::kCols; member
H A Dkernel.h178 static constexpr int kCols = Rhs::Cell::kWidth * Rhs::kCells; member
H A Dsimd_wrappers.h65 static constexpr int kCols = tCols; member
/aosp_15_r20/external/skia/gm/
H A Dlabyrinth.cpp39 constexpr static bool kCols[13][10] = { in draw_labyrinth() local
H A Dcomplexclip2.cpp108 inline static constexpr int kCols = 5; member in skiagm::ComplexClip2GM
/aosp_15_r20/external/ruy/ruy/
H A Dmat.h468 static constexpr int kCols = tCols; member
/aosp_15_r20/external/gemmlowp/standalone/
H A Dneon-gemm-kernel-benchmark.cc240 static const int kCols = Rhs::Cell::kWidth * Rhs::kCells; member