HomeSort by relevance Sort by last modified time
    Searched defs:kCols (Results 1 - 6 of 6) sorted by null

  /external/gemmlowp/internal/
kernel.h 166 static const int kCols = Rhs::Cell::kWidth * Rhs::kCells;
output.h 45 static constexpr int kCols = InputType::kCols;
51 using OutputType = RegisterBlock<OutputScalarType, kRows, kCols>;
simd_wrappers.h 65 static constexpr int kCols = tCols;
66 static constexpr int kScalarCount = kRows * kCols;
134 static constexpr int kCols =
135 Lhs::kCols > Rhs::kCols ? Lhs::kCols : Rhs::kCols;
142 using Type = RegisterBlock<ScalarType, Shape::kRows, Shape::kCols>;
152 static constexpr int Cols = ResultBlockType::kCols;
154 static constexpr int LhsCols = Lhs::kCols;
    [all...]
  /external/skia/gm/
complexclip2.cpp 38 fTotalWidth = kCols * fWidth + SK_Scalar1 * (kCols + 1) * kPadX;
97 for (int j = 0; j < kCols; ++j) {
106 static constexpr int kCols = 5;
149 for (int j = 0; j < kCols; ++j) {
203 SkClipOp fOps[kRows * kCols][5];
  /external/skqp/gm/
complexclip2.cpp 38 fTotalWidth = kCols * fWidth + SK_Scalar1 * (kCols + 1) * kPadX;
97 for (int j = 0; j < kCols; ++j) {
106 static constexpr int kCols = 5;
149 for (int j = 0; j < kCols; ++j) {
203 SkClipOp fOps[kRows * kCols][5];
  /external/gemmlowp/standalone/
neon-gemm-kernel-benchmark.cc 240 static const int kCols = Rhs::Cell::kWidth * Rhs::kCells;
    [all...]

Completed in 481 milliseconds