Searched refs:fives (Results 1 – 1 of 1) sorted by relevance
169 static const IntendedMatrix fives = {{5, 5, 5}, {5, 5, 5}, {5, 5, 5}}; in TestOne() local285 return firstDim * secondDim * sizeof(fives[0][0]); in TestOne()304 constexpr size_t count = sizeof(fives) / sizeof(fives[0][0]); in TestOne()305 std::vector<T> expected_opds(&fives[0][0], &fives[0][0] + count); in TestOne()