/external/eigen/Eigen/src/Eigenvalues/ |
D | Tridiagonalization.h | 486 Scalar m02 = mat(2,0) * invBeta; 487 Scalar q = RealScalar(2)*m01*mat(2,1) + m02*(mat(2,2) - mat(1,1)); 488 diag[1] = mat(1,1) + m02*q; 489 diag[2] = mat(2,2) - m02*q; 495 0, m01, m02, 496 0, m02, -m01;
|
/external/clang/test/Modules/Inputs/stress1/ |
D | module.modulemap | 3 module m02 { header "Inputs/stress1/m02.h" export * }
|
/external/swiftshader/src/OpenGL/compiler/ |
D | Intermediate.cpp | 1247 float determinant3(float m00, float m01, float m02, in determinant3() argument 1252 m10 * determinant2(m01, m02, m21, m22) + in determinant3() 1253 m20 * determinant2(m01, m02, m11, m12); in determinant3() 1256 float determinant4(float m00, float m01, float m02, float m03, in determinant4() argument 1262 m10 * determinant3(m01, m02, m03, m21, m22, m23, m31, m32, m33) + in determinant4() 1263 m20 * determinant3(m01, m02, m03, m11, m12, m13, m31, m32, m33) - in determinant4() 1264 m30 * determinant3(m01, m02, m03, m11, m12, m13, m21, m22, m23); in determinant4() 1336 float m02 = unionArray[2].getFConst(); // (m10, m11, m12) in CreateInverse() local 1346 …tempConstArray[3].setFConst(invDet * determinant2(m21, m22, m01, m02)); // m10 = -invDet * (m01 * … in CreateInverse() 1347 …tempConstArray[4].setFConst(invDet * determinant2(m00, m02, m20, m22)); // m11 = invDet * (m00 * … in CreateInverse() [all …]
|
/external/skia/src/core/ |
D | SkMatrix.cpp | 1816 const SkScalar m02 = fTx; in toQuad() local 1821 quad[0].set(m02, m12); in toQuad() 1822 quad[1].set(m00 * width + m02, m10 * width + m12); in toQuad() 1823 quad[2].set(m00 * width + m01 * height + m02, m10 * width + m11 * height + m12); in toQuad() 1824 quad[3].set(m01 * height + m02, m11 * height + m12); in toQuad() 1831 const SkScalar m02 = fTx; in toTriStrip() local 1836 strip[0].set(m02, m12); in toTriStrip() 1837 strip[1].set(m01 * height + m02, m11 * height + m12); in toTriStrip() 1838 strip[2].set(m00 * width + m02, m10 * width + m12); in toTriStrip() 1839 strip[3].set(m00 * width + m01 * height + m02, m10 * width + m11 * height + m12); in toTriStrip()
|
/external/skqp/src/core/ |
D | SkMatrix.cpp | 1804 const SkScalar m02 = fTx; in toQuad() local 1809 quad[0].set(m02, m12); in toQuad() 1810 quad[1].set(m00 * width + m02, m10 * width + m12); in toQuad() 1811 quad[2].set(m00 * width + m01 * height + m02, m10 * width + m11 * height + m12); in toQuad() 1812 quad[3].set(m01 * height + m02, m11 * height + m12); in toQuad() 1819 const SkScalar m02 = fTx; in toTriStrip() local 1824 strip[0].set(m02, m12); in toTriStrip() 1825 strip[1].set(m01 * height + m02, m11 * height + m12); in toTriStrip() 1826 strip[2].set(m00 * width + m02, m10 * width + m12); in toTriStrip() 1827 strip[3].set(m00 * width + m01 * height + m02, m10 * width + m11 * height + m12); in toTriStrip()
|
/external/dng_sdk/source/ |
D | dng_reference.cpp | 1299 real32 m02 = (real32) cameraToRGB [0] [2]; in RefBaselineABCtoRGB() local 1320 real32 r = m00 * A + m01 * B + m02 * C; in RefBaselineABCtoRGB() 1357 real32 m02 = (real32) cameraToRGB [0] [2]; in RefBaselineABCDtoRGB() local 1383 real32 r = m00 * A + m01 * B + m02 * C + m03 * D; in RefBaselineABCDtoRGB() 1640 real32 m02 = (real32) matrix [0] [2]; in RefBaselineRGBtoGray() local 1649 real32 g = m00 * R + m01 * G + m02 * B; in RefBaselineRGBtoGray() 1673 real32 m02 = (real32) matrix [0] [2]; in RefBaselineRGBtoRGB() local 1690 real32 r = m00 * R + m01 * G + m02 * B; in RefBaselineRGBtoRGB()
|
/external/deqp/modules/gles2/scripts/ |
D | genutil.py | 662 def __init__(self, m00, m01, m02, m10, m11, m12, m20, m21, m22): argument 665 m02, m12, m22]) 668 def __init__(self, m00, m01, m02, m03, m10, m11, m12, m13, m20, m21, m22, m23, m30, m31, m32, m33): argument 671 m02, m12, m22, m32,
|
/external/deqp/modules/gles31/scripts/ |
D | genutil.py | 811 def __init__(self, m00, m01, m02, m10, m11, m12, m20, m21, m22): argument 814 m02, m12, m22]) 817 def __init__(self, m00, m01, m02, m03, m10, m11, m12, m13, m20, m21, m22, m23, m30, m31, m32, m33): argument 820 m02, m12, m22, m32,
|
/external/deqp/modules/gles3/scripts/ |
D | genutil.py | 809 def __init__(self, m00, m01, m02, m10, m11, m12, m20, m21, m22): argument 812 m02, m12, m22]) 815 def __init__(self, m00, m01, m02, m03, m10, m11, m12, m13, m20, m21, m22, m23, m30, m31, m32, m33): argument 818 m02, m12, m22, m32,
|
/external/pcre/dist2/testdata/ |
D | grepoutput | 646 [1;31m01[0m[1;31m02[0m03040506 650 [1;31m02[0m 657 [1;31m01[0m02[1;31m03[0m040506
|
/external/libaom/libaom/aom_dsp/x86/ |
D | blend_a64_mask_avx2.c | 1133 const __m256i m02 = in highbd_blend_a64_d16_mask_subw1_subh1_w8_avx2() local 1138 _mm256_maddubs_epi16(_mm256_adds_epu8(m02, m13), one_b); in highbd_blend_a64_d16_mask_subw1_subh1_w8_avx2()
|
D | blend_a64_mask_sse4.c | 1220 const __m128i m02 = _mm_set_epi64x(*(uint64_t *)(mask), in highbd_blend_a64_d16_mask_subw1_subh1_w4_sse4_1() local 1224 const __m128i m0123 = _mm_maddubs_epi16(_mm_adds_epu8(m02, m13), one_b); in highbd_blend_a64_d16_mask_subw1_subh1_w4_sse4_1()
|
/external/libcups/filter/ |
D | spec-ppd.shtml | 110 <p class='summary'>*cupsColorProfile Resolution/MediaType: "density gamma m00 m01 m02 m10 m11 m12 m… 126 | m00 m01 m02 |
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | d67edb1149be76f86c648c58fe1787ef.0006cbc1.honggfuzz.cov | 2145 …f�E����V�ڀ�_��= ���0�@��*V4>J�!����/Y�F!E9� ?P߅���el:�H��<t��g��3m02�T5�<Z�8�kdۆqxP#}�…
|