Lines Matching refs:mat2
250 float mat1[kLength], mat2[kLength], expected[kLength], output[kLength];
271 mat2[0] = 1.0f;
272 mat2[4] = 11.24f;
273 mat2[8] = 21.00f;
274 mat2[12] = 21.31f;
275 mat2[1] = 2.0f;
276 mat2[5] = 2.24f;
277 mat2[9] = 8.56f;
278 mat2[13] = 52.03f;
279 mat2[2] = 3.0f;
280 mat2[6] = 51.00f;
281 mat2[10] = 21.00f;
282 mat2[14] = 33.11f;
283 mat2[3] = 4.0f;
284 mat2[7] = 0.00f;
285 mat2[11] = 84.00f;
286 mat2[15] = 1.97f;
288 MatrixMultiplyC(expected, mat1, mat2);
293 simulator.WriteXRegister(2, reinterpret_cast<uintptr_t>(mat2));