HomeSort by relevance Sort by last modified time
    Searched refs:m21 (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
matrix_helpers.h 12 float m11, float m12, float m13, float m20, float m21,
17 matrix << m00, m01, m02, m03, m10, m11, m12, m13, m20, m21, m22, m23, m30, local
  /external/swiftshader/src/Renderer/
Matrix.hpp 31 float m21, float m22, float m23,
34 float m21, float m22, float m23, float m24,
80 float m21, float m22);
82 float m21, float m22, float m23,
85 float m21, float m22, float m23, float m24,
150 float m21, float m22, float m23,
156 M(2, 1) = m21; M(2, 2) = m22; M(2, 3) = m23; M(2, 4) = 0;
162 float m21, float m22, float m23, float m24,
169 M(2, 1) = m21; M(2, 2) = m22; M(2, 3) = m23; M(2, 4) = m24;
Matrix.cpp 263 float m21, float m22)
265 return m11 * m22 - m12 * m21;
269 float m21, float m22, float m23,
273 m21 * (m12 * m33 - m32 * m13) +
278 float m21, float m22, float m23, float m24,
290 m21 * (m12 * M3344 - m32 * M1344 + m42 * M1334) +
  /external/autotest/client/deps/webgl_mpd/src/resources/
J3DIMath.js 157 this.$matrix.m21 = matrix.m21;
182 this.$matrix.m21 = matrix[4];
207 this.$matrix.m21, this.$matrix.m22, this.$matrix.m23, this.$matrix.m24,
237 J3DIMatrix4.setUniformArray[4] = this.$matrix.m21;
263 this.$matrix.m21 = 0;
282 this.$matrix.m12 = this.$matrix.m21;
283 this.$matrix.m21 = tmp;
329 this.$matrix.m21 /= det;
467 mat.$matrix.m21 = 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmatrix.h 51 Matrix(REAL m11, REAL m12, REAL m21, REAL m22, REAL dx, REAL dy):
55 m11, m12, m21, m22, dx, dy,
183 Status SetElements(REAL m11, REAL m12, REAL m21, REAL m22,
187 nativeMatrix, m11, m12, m21, m22, dx, dy));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1_1helper.h 50 FLOAT m21, FLOAT m22, FLOAT m23, FLOAT m24,
55 _21 = m21; _22 = m22; _23 = m23; _24 = m24;
  /external/swiftshader/src/OpenGL/compiler/
Intermediate.cpp 1107 float m20, float m21, float m22)
1109 return m00 * determinant2(m11, m12, m21, m22) -
1110 m10 * determinant2(m01, m02, m21, m22) +
1116 float m20, float m21, float m22, float m23,
1119 return m00 * determinant3(m11, m12, m13, m21, m22, m23, m31, m32, m33) -
1120 m10 * determinant3(m01, m02, m03, m21, m22, m23, m31, m32, m33) +
1122 m30 * determinant3(m01, m02, m03, m11, m12, m13, m21, m22, m23);
1199 float m21 = unionArray[7].getFConst(); local
1223 float m21 = unionArray[9].getFConst(); local
    [all...]
  /external/boringssl/src/ssl/test/runner/poly1305/
sum_ref.go 107 m21 uint32
374 m21 = uint32(m[p+9])
386 m21 <<= 8
391 m2 += int64(m21)
456 m21 = uint32(m[p+9])
473 m21 <<= 8
479 m2 += int64(m21)
994 m21 = uint32(m[p+9])
1009 m21 &^= uint32(lbelow10)
1010 m21 += uint32(lbelow9
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
matrix.h 91 VGfloat m21, VGfloat m22, VGfloat m23,
95 mat->m[3] = m21; mat->m[4] = m22; mat->m[5] = m23;
138 VGfloat m21 = dst->m[1]*src->m[0] + dst->m[4]*src->m[1] + dst->m[7]*src->m[2]; local
146 dst->m[0] = m11; dst->m[1] = m21; dst->m[2] = m31;
238 VGfloat m21 = -sin_val*dst->m[0] + cos_val*dst->m[3]; local
241 dst->m[3] = m21; dst->m[4] = m22;
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/poly1305/
sum_ref.go 107 m21 uint32
374 m21 = uint32(m[p+9])
386 m21 <<= 8
391 m2 += int64(m21)
456 m21 = uint32(m[p+9])
473 m21 <<= 8
479 m2 += int64(m21)
994 m21 = uint32(m[p+9])
1009 m21 &^= uint32(lbelow10)
1010 m21 += uint32(lbelow9
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/poly1305/
sum_ref.go 107 m21 uint32
374 m21 = uint32(m[p+9])
386 m21 <<= 8
391 m2 += int64(m21)
456 m21 = uint32(m[p+9])
473 m21 <<= 8
479 m2 += int64(m21)
994 m21 = uint32(m[p+9])
1009 m21 &^= uint32(lbelow10)
1010 m21 += uint32(lbelow9
    [all...]
  /frameworks/native/libs/math/include/math/
mat3.h 237 G m20, H m21, I m22);
305 G m20, H m21, I m22) {
308 m_value[2] = col_type(m20, m21, m22);
mat4.h 240 I m20, J m21, K m22, L m23,
353 I m20, J m21, K m22, L m23,
357 m_value[2] = col_type(m20, m21, m22, m23);
  /external/opencv/cv/include/
cvtypes.h 53 double m00, m10, m01, m20, m11, m02, m30, m21, m12, m03; /* spatial moments */ member in struct:CvMoments
  /external/opencv/cv/src/
cvmoments.cpp 75 /* mu21 = m21 - cx*(2*mu11 + cx*m01) - cy*mu20 */
76 moments->mu21 = moments->m21 - cx * (mu11 + cx * moments->m01) - cy * mu20;
187 moments->m21 = a21 * db1_60;
231 /* + m21 (= m21' + dx*(2*m11' + 2*dy*m10' + dx*m01' + dx*dy*m00') + dy*m20') */
232 moments->m21 += tiles[7] + dx * (2 * (tiles[4] + dy * tiles[1]) +
316 mom[7] += ((momtype)x2) * y; /* m21 */ \
458 icvGetSpatialMoment_64f_p( ippmomentstate, 2, 1, 0, cvPoint(0,0), &moments->m21 );
  /cts/hostsidetests/compilation/app/src/android/cts/compilation/
CompilationTargetActivity.java 116 case 21: return m21();
220 public int m21() { return new Random(21).nextInt(); } method in class:CompilationTargetActivity
  /external/deqp/modules/gles2/scripts/
genutil.py 662 def __init__(self, m00, m01, m02, m10, m11, m12, m20, m21, m22):
664 m01, m11, m21,
668 def __init__(self, m00, m01, m02, m03, m10, m11, m12, m13, m20, m21, m22, m23, m30, m31, m32, m33):
670 m01, m11, m21, m31,
  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 192 Message m21 = createMessage(mMockContext, b2); local
210 createAttachment(a1, m21.mId, null);
211 createAttachment(a1, m21.mId, null);
  /external/dng_sdk/source/
dng_reference.cpp 1306 real32 m21 = (real32) cameraToRGB [2] [1]; local
1322 real32 b = m20 * A + m21 * B + m22 * C;
1366 real32 m21 = (real32) cameraToRGB [2] [1]; local
1385 real32 b = m20 * A + m21 * B + m22 * C + m23 * D;
1680 real32 m21 = (real32) matrix [2] [1]; local
    [all...]
  /external/deqp/modules/gles3/scripts/
genutil.py 809 def __init__(self, m00, m01, m02, m10, m11, m12, m20, m21, m22):
811 m01, m11, m21,
815 def __init__(self, m00, m01, m02, m03, m10, m11, m12, m13, m20, m21, m22, m23, m30, m31, m32, m33):
817 m01, m11, m21, m31,
  /external/deqp/modules/gles31/scripts/
genutil.py 811 def __init__(self, m00, m01, m02, m10, m11, m12, m20, m21, m22):
813 m01, m11, m21,
817 def __init__(self, m00, m01, m02, m03, m10, m11, m12, m13, m20, m21, m22, m23, m30, m31, m32, m33):
819 m01, m11, m21, m31,
  /external/eigen/Eigen/src/Geometry/
Transform.h 759 m_matrix << other.m11(), other.m21(), other.dx(),
762 m_matrix << other.m11(), other.m21(), other.dx(),
    [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_dwrite.cpp 248 transform.m21 = pMatrix->c;
  /external/skia/include/core/
SkMatrix44.h 335 SkMScalar m20, SkMScalar m21, SkMScalar m22);
  /external/skia/src/gpu/
GrDistanceFieldGenFromVector.cpp 108 double m21, double m22, double m23) {
112 fMat[3] = m21;

Completed in 151 milliseconds

1 2 3 4