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