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