Home
last modified time | relevance | path

Searched defs:m5 (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/mesa/math/
Dm_xform_tmp.h249 const GLfloat m1 = m[1], m5 = m[5], m13 = m[13]; in TAG() local
295 const GLfloat m0 = m[0], m1 = m[1], m4 = m[4], m5 = m[5]; in TAG() local
317 const GLfloat m0 = m[0], m5 = m[5], m12 = m[12], m13 = m[13]; in TAG() local
338 const GLfloat m0 = m[0], m1 = m[1], m2 = m[2], m4 = m[4], m5 = m[5]; in TAG() local
365 const GLfloat m0 = m[0], m5 = m[5]; in TAG() local
394 const GLfloat m0 = m[0], m5 = m[5], m14 = m[14]; in TAG() local
420 const GLfloat m1 = m[1], m5 = m[5], m9 = m[9], m13 = m[13]; in TAG() local
467 const GLfloat m0 = m[0], m1 = m[1], m4 = m[4], m5 = m[5]; in TAG() local
490 const GLfloat m0 = m[0], m5 = m[5], m12 = m[12], m13 = m[13]; in TAG() local
512 const GLfloat m0 = m[0], m1 = m[1], m2 = m[2], m4 = m[4], m5 = m[5]; in TAG() local
[all …]
Dm_norm_tmp.h55 GLfloat m1 = m[1], m5 = m[5], m9 = m[9]; in TAG() local
122 GLfloat m5 = m[5]; in TAG() local
187 const GLfloat m5 = scale*m[5]; in TAG() local
219 const GLfloat m1 = scale*m[1], m5 = scale*m[5], m9 = scale*m[9]; in TAG() local
248 const GLfloat m5 = m[5]; in TAG() local
278 const GLfloat m1 = m[1], m5 = m[5], m9 = m[9]; in TAG() local
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-matchers.h1057 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5) { in AllOf()
1066 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6) { in AllOf()
1075 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7) { in AllOf()
1084 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8) { in AllOf()
1093 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9) { in AllOf()
1104 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9, M10 m10) { in AllOf()
1140 AnyOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5) { in AnyOf()
1149 AnyOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6) { in AnyOf()
1158 AnyOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7) { in AnyOf()
1167 AnyOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8) { in AnyOf()
[all …]
Dgmock-generated-function-mockers.h175 const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5) { in With()
199 const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5, in With()
224 const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5, in With()
249 const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5, in With()
274 const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5, in With()
301 const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5, in With()
/external/clang/test/Headers/
Dstddefneeds.cpp52 max_align_t m5; variable
/external/clang/test/CXX/class/class.union/
Dp1.cpp68 } m5; // expected-error {{union member 'm5' has a non-trivial copy assignment operator}} member
89 } m5; // expected-error {{union member 'm5' has a non-trivial copy assignment operator}} member
/external/eigen/test/
Dhouseholder.cpp93 MatrixType m5 = m2; in householder() local
/external/eigen/unsupported/test/
Dmatrix_power.cpp86 MatrixType m1, m2, m3, m4, m5; in testExponentLaws() local
/external/clang/test/Analysis/
DNSString.m226 {
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java619 public static final Integer m5 = new Integer(-5); field in JSR166TestCase
/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc1235 Matcher<pair<const std::string, int> > m5 = Pair("25", 42); in TEST() local
1439 Matcher<const ::std::wstring&> m5 = StrEq(str); in TEST() local
1457 Matcher<const ::std::wstring&> m5 = StrEq(str); in TEST() local
1630 Matcher<const ::wstring&> m5 = StrEq(str); in TEST() local
1648 Matcher<const ::wstring&> m5 = StrEq(str); in TEST() local
2047 Matcher<int&> m5 = AllOf(greater_than_5, less_than_10, less_than_10); in TEST() local
2214 Matcher<int&> m5 = AnyOf(greater_than_5, less_than_10, less_than_10); in TEST() local
2605 Matcher<RawType> m5 = matcher_maker(infinity_); in TestMatches() local
/external/skia/tests/
DMatrix44Test.cpp32 T m4, T m5, T m6, T m7, in assert16()
/external/protobuf/java/src/test/java/com/google/protobuf/
DNanoTest.java3546 TestNanoAccessors m5 = new TestNanoAccessors(); in testEqualsWithSpecialFloatingPointValues() local
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js4496 …0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,…