Home
last modified time | relevance | path

Searched defs:m10 (Results 1 – 24 of 24) sorted by relevance

/external/mesa3d/src/mesa/math/
Dm_norm_tmp.h56 GLfloat m2 = m[2], m6 = m[6], m10 = m[10]; in TAG() local
123 GLfloat m10 = m[10]; in TAG() local
188 const GLfloat m10 = scale*m[10]; in TAG() local
220 const GLfloat m2 = scale*m[2], m6 = scale*m[6], m10 = scale*m[10]; in TAG() local
249 const GLfloat m10 = m[10]; in TAG() local
279 const GLfloat m2 = m[2], m6 = m[6], m10 = m[10]; in TAG() local
Dm_xform_tmp.h421 const GLfloat m2 = m[2], m6 = m[6], m10 = m[10], m14 = m[14]; in TAG() local
513 const GLfloat m6 = m[6], m8 = m[8], m9 = m[9], m10 = m[10]; in TAG() local
539 const GLfloat m10 = m[10], m12 = m[12], m13 = m[13], m14 = m[14]; in TAG() local
562 const GLfloat m10 = m[10], m14 = m[14]; in TAG() local
589 const GLfloat m2 = m[2], m6 = m[6], m10 = m[10], m14 = m[14]; in TAG() local
684 const GLfloat m6 = m[6], m8 = m[8], m9 = m[9], m10 = m[10]; in TAG() local
709 const GLfloat m10 = m[10], m12 = m[12], m13 = m[13], m14 = m[14]; in TAG() local
733 const GLfloat m10 = m[10], m14 = m[14]; in TAG() local
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/targets/
DTarget01.java116 public void m10() { in m10() method in Target01
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
DUtils.cpp195 double m10 = rotationMatrix.at<double>(1,0); in rot2euler() local
245 double m00, m01, m02, m10, m11, m12, m20, m21, m22; in euler2rot() local
/external/opencv3/modules/video/src/
Dcamshift.cpp143 double m00 = m.m00, m10 = m.m10, m01 = m.m01; in CamShift() local
/external/opencv/cv/src/
Dcvcamshift.cpp172 double m00 = 0, m10, m01, mu20, mu11, mu02, inv_m00; in cvCamShift() local
/external/deqp/modules/gles2/scripts/
Dgenutil.py636 def __init__(self, m00, m01, m10, m11): argument
640 def __init__(self, m00, m01, m02, m10, m11, m12, m20, m21, m22): argument
646 def __init__(self, m00, m01, m02, m03, m10, m11, m12, m13, m20, m21, m22, m23, m30, m31, m32, m33): argument
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java621 public static final Integer m10 = new Integer(-10); field in JSR166TestCase
/external/deqp/modules/gles31/scripts/
Dgenutil.py785 def __init__(self, m00, m01, m10, m11): argument
789 def __init__(self, m00, m01, m02, m10, m11, m12, m20, m21, m22): argument
795 def __init__(self, m00, m01, m02, m03, m10, m11, m12, m13, m20, m21, m22, m23, m30, m31, m32, m33): argument
/external/deqp/modules/gles3/scripts/
Dgenutil.py783 def __init__(self, m00, m01, m10, m11): argument
787 def __init__(self, m00, m01, m02, m10, m11, m12, m20, m21, m22): argument
793 def __init__(self, m00, m01, m02, m03, m10, m11, m12, m13, m20, m21, m22, m23, m30, m31, m32, m33): argument
/external/skia/tests/
DMatrixTest.cpp864 SkScalar m00, m01, m10, m11; in DEF_TEST() member
DMatrix44Test.cpp33 T m8, T m9, T m10, T m11, in assert16()
/external/gmock/include/gmock/
Dgmock-generated-matchers.h1084 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9, M10 m10) { in AllOf()
1167 AnyOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9, M10 m10) { in AnyOf()
Dgmock-generated-function-mockers.h303 const Matcher<A9>& m9, const Matcher<A10>& m10) { in With()
/external/skia/src/core/
DSkMatrix.cpp132 int m10 = SkScalarAs2sCompliment(fMat[SkMatrix::kMSkewY]); in computeTypeMask() local
1782 const SkScalar m10 = -m01; in toQuad() local
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-matchers.h1104 AllOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9, M10 m10) { in AllOf()
1187 AnyOf(M1 m1, M2 m2, M3 m3, M4 m4, M5 m5, M6 m6, M7 m7, M8 m8, M9 m9, M10 m10) { in AnyOf()
Dgmock-generated-function-mockers.h303 const Matcher<A9>& m9, const Matcher<A10>& m10) { in With()
/external/dng_sdk/source/
Ddng_reference.cpp1301 real32 m10 = (real32) cameraToRGB [1] [0]; in RefBaselineABCtoRGB() local
1360 real32 m10 = (real32) cameraToRGB [1] [0]; in RefBaselineABCDtoRGB() local
1675 real32 m10 = (real32) matrix [1] [0]; in RefBaselineRGBtoRGB() local
/external/opencv/cv/include/
Dcvtypes.h53 double m00, m10, m01, m20, m11, m02, m30, m21, m12, m03; /* spatial moments */ member
/external/skia/src/utils/
DSkMatrix44.cpp203 SkMScalar m10, SkMScalar m11, SkMScalar m12, in set3x3()
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dtypes_c.h399 double m00, m10, m01, m20, m11, m02, m30, m21, m12, m03; /**< spatial moments */ member
/external/opencv3/modules/core/include/opencv2/core/
Dtypes.hpp853 CV_PROP_RW double m00, m10, m01, m20, m11, m02, m30, m21, m12, m03; member in cv::Moments
/external/deqp/framework/common/
DtcuAstcUtil.cpp801 const deUint32 m10 = getBit(v1, 7) | (getBit(v2, 7) << 1); in decodeHDREndpointMode7() local
/external/gmock/test/
Dgmock-matchers_test.cc2817 Matcher<const RawType&> m10 = matcher_maker(0.0, 1.0); in TestNearMatches() local