Lines Matching refs:mat2
256 float mat1[kLength], mat2[kLength], expected[kLength], output[kLength]; in TEST() local
277 mat2[0] = 1.0f; in TEST()
278 mat2[4] = 11.24f; in TEST()
279 mat2[8] = 21.00f; in TEST()
280 mat2[12] = 21.31f; in TEST()
281 mat2[1] = 2.0f; in TEST()
282 mat2[5] = 2.24f; in TEST()
283 mat2[9] = 8.56f; in TEST()
284 mat2[13] = 52.03f; in TEST()
285 mat2[2] = 3.0f; in TEST()
286 mat2[6] = 51.00f; in TEST()
287 mat2[10] = 21.00f; in TEST()
288 mat2[14] = 33.11f; in TEST()
289 mat2[3] = 4.0f; in TEST()
290 mat2[7] = 0.00f; in TEST()
291 mat2[11] = 84.00f; in TEST()
292 mat2[15] = 1.97f; in TEST()
294 MatrixMultiplyC(expected, mat1, mat2); in TEST()
299 simulator.WriteXRegister(2, reinterpret_cast<uintptr_t>(mat2)); in TEST()