Searched refs:kScalarCount (Results 1 – 1 of 1) sorted by relevance
47 static constexpr int kScalarCount = tScalarCount; member48 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; member67 using BufferType = RegisterBuffer<ScalarType, kScalarCount>;96 (LhsType::kScalarCount < RhsType::kScalarCount) ||97 (LhsType::kScalarCount == RhsType::kScalarCount &&360 for (int i = 0; i < RegisterBlockType::kScalarCount; i++) {