Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dsimd_wrappers.h47 static constexpr int kScalarCount = tScalarCount; member
48 using RegisterType = typename RegisterType<ScalarType, kScalarCount>::Type;
49 static_assert((kScalarCount & (kScalarCount - 1)) == 0,
55 (kScalarCount * sizeof(ScalarType) + sizeof(RegisterType) - 1) /
66 static constexpr int kScalarCount = kRows * kCols; member
67 using BufferType = RegisterBuffer<ScalarType, kScalarCount>;
96 (LhsType::kScalarCount < RhsType::kScalarCount) ||
97 (LhsType::kScalarCount == RhsType::kScalarCount &&
360 for (int i = 0; i < RegisterBlockType::kScalarCount; i++) {