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