Home
last modified time | relevance | path

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

/external/valgrind/drd/tests/
Domp_matinv.c125 const int cols1, in multiply_matrices() argument
133 assert(cols1 == rows2); in multiply_matrices()
141 for (k = 0; k < cols1; k++) in multiply_matrices()
143 prod[i * cols2 + j] += a1[i * cols1 + k] * a2[k * cols2 + j]; in multiply_matrices()
Dmatinv.c137 const int cols1, in multiply_matrices() argument
145 assert(cols1 == rows2); in multiply_matrices()
153 for (k = 0; k < cols1; k++) in multiply_matrices()
155 prod[i * cols2 + j] += a1[i * cols1 + k] * a2[k * cols2 + j]; in multiply_matrices()