Lines Matching refs:mat2
64 // mat2 -> x2
117 float mat1[kLength], mat2[kLength], output[kLength];
144 mat2[0] = 1.0f;
145 mat2[4] = 11.24f;
146 mat2[8] = 21.00f;
147 mat2[12] = 21.31f;
148 mat2[1] = 2.0f;
149 mat2[5] = 2.24f;
150 mat2[9] = 8.56f;
151 mat2[13] = 52.03f;
152 mat2[2] = 3.0f;
153 mat2[6] = 51.00f;
154 mat2[10] = 21.00f;
155 mat2[14] = 33.11f;
156 mat2[3] = 4.0f;
157 mat2[7] = 0.00f;
158 mat2[11] = 84.00f;
159 mat2[15] = 1.97f;
164 simulator.WriteXRegister(2, reinterpret_cast<uintptr_t>(mat2));
177 mat2[i],
178 mat2[4 + i],
179 mat2[8 + i],
180 mat2[12 + i],