Searched defs:m0 (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
H A DClipAreaTests.cpp50 Matrix4 m0; local
51 TransformedRectangle tr0(r2, m0);
/frameworks/native/libs/math/tests/
H A Dmat_test.cpp37 mat4 m0; local
42 mat4 m0; local
45 EXPECT_TRUE(m0 == m0);
46 EXPECT_TRUE(m0 != m1);
47 EXPECT_FALSE(m0 != m0);
48 EXPECT_FALSE(m0 == m1);
52 mat4 m0; local
53 ASSERT_EQ(m0[
82 mat4 m0; local
104 mat4 m0; local
118 mat4 m0; local
174 mat3 m0; local
179 mat3 m0; local
189 mat3 m0; local
210 mat3 m0; local
232 mat3 m0; local
245 mat3 m0; local
281 mat2 m0; local
286 mat2 m0; local
296 mat2 m0; local
312 mat2 m0; local
334 mat2 m0; local
346 mat2 m0; local
[all...]
/frameworks/av/include/media/
H A DInterpolator.h143 S m0, m1; local
146 m0 = low2 != this->end()
155 m0 = (sec0 + sec) * 0.5f;
166 m0 = constrainSlope(m0, maxSlope);
169 m0 = constrainSlope(m0, 3 * sec0);
177 m0 *= interval;
181 const S c1 = m0;
182 const S c2 = 3 * dy - 2 * m0
[all...]
/frameworks/native/opengl/libagl/
H A Dlight.cpp50 const GLfixed* m0, const GLfixed* m1, const GLfixed* a);
52 const GLfixed* m0, const GLfixed* m1);
163 const GLfixed* m0, const GLfixed* m1, const GLfixed* a)
165 d[0] = gglMulAddx(m0[0], m1[0], a[0]);
166 d[1] = gglMulAddx(m0[1], m1[1], a[1]);
167 d[2] = gglMulAddx(m0[2], m1[2], a[2]);
171 void vmul3(GLfixed* d, const GLfixed* m0, const GLfixed* m1) { argument
172 d[0] = gglMulx(m0[0], m1[0]);
173 d[1] = gglMulx(m0[1], m1[1]);
174 d[2] = gglMulx(m0[
162 vmla3(GLfixed* d, const GLfixed* m0, const GLfixed* m1, const GLfixed* a) argument
[all...]

Completed in 1367 milliseconds