Lines Matching refs:mat1
256 float mat1[kLength], mat2[kLength], expected[kLength], output[kLength]; in TEST() local
260 mat1[0] = 1.0f; in TEST()
261 mat1[4] = 2.0f; in TEST()
262 mat1[8] = 3.0f; in TEST()
263 mat1[12] = 4.0f; in TEST()
264 mat1[1] = 52.03f; in TEST()
265 mat1[5] = 12.24f; in TEST()
266 mat1[9] = 53.56f; in TEST()
267 mat1[13] = 22.22f; in TEST()
268 mat1[2] = 4.43f; in TEST()
269 mat1[6] = 5.00f; in TEST()
270 mat1[10] = 7.00f; in TEST()
271 mat1[14] = 3.11f; in TEST()
272 mat1[3] = 43.47f; in TEST()
273 mat1[7] = 10.97f; in TEST()
274 mat1[11] = 37.78f; in TEST()
275 mat1[15] = 90.91f; in TEST()
294 MatrixMultiplyC(expected, mat1, mat2); in TEST()
298 simulator.WriteXRegister(1, reinterpret_cast<uintptr_t>(mat1)); in TEST()