Home
last modified time | relevance | path

Searched refs:M13 (Results 1 – 25 of 1389) sorted by relevance

12345678910>>...56

/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/windows_gen-0.9.1/src/types/
H A Dmatrix4x4.rs10 M13: self.M13 + rhs.M13, in gen_matrix4x4()
30 M13: self.M13 - rhs.M13, in gen_matrix4x4()
48 … M11: self.M11 * rhs.M11 + self.M12 * rhs.M21 + self.M13 * rhs.M31 + self.M14 * rhs.M41, in gen_matrix4x4()
49 … M12: self.M11 * rhs.M12 + self.M12 * rhs.M22 + self.M13 * rhs.M32 + self.M14 * rhs.M42, in gen_matrix4x4()
50M13: self.M11 * rhs.M13 + self.M12 * rhs.M23 + self.M13 * rhs.M33 + self.M14 * rhs.M43, in gen_matrix4x4()
51 … M14: self.M11 * rhs.M14 + self.M12 * rhs.M24 + self.M13 * rhs.M34 + self.M14 * rhs.M44, in gen_matrix4x4()
54 … M23: self.M21 * rhs.M13 + self.M22 * rhs.M23 + self.M23 * rhs.M33 + self.M24 * rhs.M43, in gen_matrix4x4()
58 … M33: self.M31 * rhs.M13 + self.M32 * rhs.M23 + self.M33 * rhs.M33 + self.M34 * rhs.M43, in gen_matrix4x4()
62 … M43: self.M41 * rhs.M13 + self.M42 * rhs.M23 + self.M43 * rhs.M33 + self.M44 * rhs.M43, in gen_matrix4x4()
70 M13: self.M13 * rhs, in gen_matrix4x4()
/dports/astro/kstars/kstars-3.5.6/packaging/android/apk/src/org/kde/kstars/math/
H A DMatrix4.java113 val[M13] = 0; in set()
143 val[M13] = pos.y; in set()
176 val[M13] += y; in trn()
262 val[M13] = 0; in idt()
329 val[M13] = tmp[M13] * inv_det; in inv()
379 val[M13] = 0; in setToProjection()
448 val[M13] = ty; in setToOrtho()
478 val[M13] = y; in setToTranslation()
742 val[M13] = 0; in toNormalMatrix()
1024 tmp[M13] = y; in translate()
[all …]
/dports/cad/impact/Impact/src/j3d/
H A DMatrix4f.java24 float M13; field in Matrix4f
46 dest[13] = M13; in get()
90 M13 = 0f; in setRotation()
103 M10 = m1.M10; M11 = m1.M11; M12 = m1.M12; M13 = m1.M13; in set()
121 m1.M00 * m2.M03 + m1.M01 * m2.M13 + m1.M02 * m2.M23 + m1.M03 * m2.M33, in mul()
123 m1.M10 * m2.M00 + m1.M11 * m2.M10 + m1.M12 * m2.M20 + m1.M13 * m2.M30, in mul()
124 m1.M10 * m2.M01 + m1.M11 * m2.M11 + m1.M12 * m2.M21 + m1.M13 * m2.M31, in mul()
125 m1.M10 * m2.M02 + m1.M11 * m2.M12 + m1.M12 * m2.M22 + m1.M13 * m2.M32, in mul()
126 m1.M10 * m2.M03 + m1.M11 * m2.M13 + m1.M12 * m2.M23 + m1.M13 * m2.M33, in mul()
136 m1.M30 * m2.M03 + m1.M31 * m2.M13 + m1.M32 * m2.M23 + m1.M33 * m2.M33 in mul()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Numerics/System/Numerics/
H A DMatrix4x4.cs25 public float M13; field
168 M13 = 0f; in Matrix4x4()
1792 result.M13 = matrix1.M13 + (matrix2.M13 - matrix1.M13) * amount; in Lerp()
1827 result.M13 = -value.M13; in Negate()
1857 result.M13 = value1.M13 + value2.M13; in Add()
1887 result.M13 = value1.M13 - value2.M13; in Subtract()
1954 result.M13 = value1.M13 * value2; in Multiply()
1983 m.M13 = -value.M13; in operator -()
2013 m.M13 = value1.M13 + value2.M13; in operator +()
2043 m.M13 = value1.M13 - value2.M13; in operator -()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Numerics.Vectors/src/System/Numerics/
H A DMatrix4x4.cs26 public float M13; field
169 M13 = 0f; in Matrix4x4()
1796 result.M13 = matrix1.M13 + (matrix2.M13 - matrix1.M13) * amount; in Lerp()
1831 result.M13 = -value.M13; in Negate()
1861 result.M13 = value1.M13 + value2.M13; in Add()
1891 result.M13 = value1.M13 - value2.M13; in Subtract()
1958 result.M13 = value1.M13 * value2; in Multiply()
1987 m.M13 = -value.M13; in operator -()
2017 m.M13 = value1.M13 + value2.M13; in operator +()
2047 m.M13 = value1.M13 - value2.M13; in operator -()
[all …]
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/Common/Math/
H A DMatrix4x4_x86.h179 da_swap( M13, M31 ); in Transpose()
209 s*(M32*(M13*M44 - M14*M43) + M33*(M14*M42 - M12*M44) + M34*(M12*M43 - M13*M42)), in Invert()
210 s*(M42*(M13*M24 - M14*M23) + M43*(M14*M22 - M12*M24) + M44*(M12*M23 - M13*M22)), in Invert()
213 s*(M33*(M11*M44 - M14*M41) + M34*(M13*M41 - M11*M43) + M31*(M14*M43 - M13*M44)), in Invert()
214 s*(M43*(M11*M24 - M14*M21) + M44*(M13*M21 - M11*M23) + M41*(M14*M23 - M13*M24)), in Invert()
221 s*(M31*(M13*M42 - M12*M43) + M32*(M11*M43 - M13*M41) + M33*(M12*M41 - M11*M42)), in Invert()
222 s*(M41*(M13*M22 - M12*M23) + M42*(M11*M23 - M13*M21) + M43*(M12*M21 - M11*M22)), in Invert()
240 s * ((M32 * M13) - (M33 * M12)), in InvertFast()
241 s * ((M12 * M23) - (M13 * M22)), in InvertFast()
252 s * (M31*(M13*M42 - M12*M43) + M32*(M11*M43 - M13*M41) + M33*(M12*M41 - M11*M42)), in InvertFast()
[all …]
H A DMatrix3x3_x86.h117 M11 = _v0.m_X; M12 = _v0.m_Y; M13 = _v0.m_Z; in CMatrix3x3_x86()
133 M11 = _m11; M12 = _m12; M13 = _m13; in CMatrix3x3_x86()
150 M11 = x.m_X; M12 = x.m_Y; M13 = x.m_Z; in Aim()
168 M11 = x.m_X; M12 = x.m_Y; M13 = x.m_Z; in AimRestricted()
177 M11 = _m11; M12 = _m12; M13 = _m13; in Set()
186 M11 = _v0.m_X; M12 = _v0.m_Y; M13 = _v0.m_Z; in Set()
221 ((M11*M31+M12*M32+M13*M33) < _limit ) && in Orthonorm()
223 ((M11*M11+M12*M12+M13*M13) > (1.0f-_limit) ) && in Orthonorm()
224 ((M11*M11+M12*M12+M13*M13) < (1.0f+_limit) ) && in Orthonorm()
317 rotM.M11 = ca; rotM.M13 = sa; in Rotate_LY()
[all …]
/dports/science/mbdyn/mbdyn-1.7.3/libraries/libmbmath/
H A Dmatvec3.h57 M13 = 6, enumerator
605 pdMat[M13] = m.pdMat[M13]; in Mat3x3()
869 pdMat[M13] = pdMat[M31] = .5*(m.pdMat[M31]+m.pdMat[M13]); in Symm()
881 pdMat[M13] = m.pdMat[M13] - m.pdMat[M31]; in Skew()
1063 pdMat[M13] = m.pdMat[M13];
1081 pdMat[M13]+m.pdMat[M13],
1097 pdMat[M13] += m.pdMat[M13];
1115 pdMat[M13]-m.pdMat[M13],
1131 pdMat[M13] -= m.pdMat[M13];
1240 && pdMat[M13] == m.pdMat[M13] in IsExactlySame()
[all …]
H A Dmatvec3.cc103 m.pdMat[M13]*pdVec[V1] in operator *()
449 + pdMat[M13]*m.pdMat[M13], in MulMT()
491 pdMat[M13]*v.pdVec[V1] in MulTV()
509 pdMat[M13]*m.pdMat[M11] in MulTM()
519 pdMat[M13]*m.pdMat[M12] in MulTM()
523 pdMat[M11]*m.pdMat[M13] in MulTM()
526 pdMat[M12]*m.pdMat[M13] in MulTM()
529 pdMat[M13]*m.pdMat[M13] in MulTM()
547 pdMat[M13]*m.pdMat[M11] in MulTMT()
617 pdMat[M13] = 0.; in Reset()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/generators/test_version/
H A Dversions.idl9 M13 = 0.0,
18 /*REL: M13 M15 */
32 /*REL: M13 M15 */
41 /*REL: M13 M14 M15 */
56 * Typedef to generate M13-M14, M15
60 /*REL: M13 M14 M15 */
/dports/lang/spidermonkey60/firefox-60.9.0/browser/extensions/mortar/ppapi/generators/test_version/
H A Dversions.idl9 M13 = 0.0,
18 /*REL: M13 M15 */
32 /*REL: M13 M15 */
41 /*REL: M13 M14 M15 */
56 * Typedef to generate M13-M14, M15
60 /*REL: M13 M14 M15 */
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/generators/test_version/
H A Dversions.idl9 M13 = 0.0,
18 /*REL: M13 M15 */
32 /*REL: M13 M15 */
41 /*REL: M13 M14 M15 */
56 * Typedef to generate M13-M14, M15
60 /*REL: M13 M14 M15 */
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Primitives/
H A DInt32Matrix4x4.cs18 …public readonly int M11, M12, M13, M14, M21, M22, M23, M24, M31, M32, M33, M34, M41, M42, M43, M44; field
28 M13 = m13; in Int32Matrix4x4()
50 me.M11 == other.M11 && me.M12 == other.M12 && me.M13 == other.M13 && me.M14 == other.M14 && in operator ==()
66 "[" + M11 + " " + M12 + " " + M13 + " " + M14 + "],[" + in ToString()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.WindowsRuntime.UI.Xaml/src/System/Windows/Media/Media3D/
H A DMatrix3D.cs218 public double M13 property
448 M13.GetHashCode() ^ in GetHashCode()
478 matrix1.M13 == matrix2.M13 && in operator ==()
505 matrix1.M13 * matrix2.M31 + in operator *()
509 matrix1.M13 * matrix2.M32 + in operator *()
511 matrix3D.M13 = matrix1.M11 * matrix2.M13 + in operator *()
513 matrix1.M13 * matrix2.M33 + in operator *()
517 matrix1.M13 * matrix2.M34 + in operator *()
527 matrix3D.M23 = matrix1.M21 * matrix2.M13 + in operator *()
543 matrix3D.M33 = matrix1.M31 * matrix2.M13 + in operator *()
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/xyz/constant/
H A Dtransformation.hpp81 …static /* constexpr*/ scalar_type const M13(){ return Sb()*Xb(); } // 0.1804375 [ASTM->] 0.180437… in M13() function
90 …(){ return M11()*(M22()*M33()-M23()*M32())-M12()*(M21()*M33()-M23()*M31())+M13()*(M21()*M32()-M22(… in detM()
93 …static /* constexpr*/ scalar_type const i12(){ return ( M13()*M32()-M12()*M33() ) / detM(); } //… in i12()
94 …static /* constexpr*/ scalar_type const i13(){ return ( M12()*M23()-M13()*M22() ) / detM(); } //… in i13()
96 …static /* constexpr*/ scalar_type const i22(){ return ( M11()*M33()-M13()*M31() ) / detM(); } //… in i22()
97 …static /* constexpr*/ scalar_type const i23(){ return ( M13()*M21()-M11()*M23() ) / detM(); } //… in i23()
/dports/lang/perl5.32/perl-5.32.1/cpan/Digest-SHA/src/
H A Dsha.c109 #define M13(f, k, w) M1(d, e, a, b, c, f, k, w); in sha1() macro
122 M11(Ch, K1, *wp++); M12(Ch, K1, *wp++); M13(Ch, K1, *wp++); in sha1()
124 M12(Ch, K1, *wp++); M13(Ch, K1, *wp++); M14(Ch, K1, *wp++); in sha1()
126 M13(Ch, K1, *wp++); M14(Ch, K1, *wp++); M15(Ch, K1, *wp++); in sha1()
127 M11(Ch, K1, *wp ); M12(Ch, K1, A1( 0)); M13(Ch, K1, A1( 1)); in sha1()
129 M12(Pa, K2, A1( 5)); M13(Pa, K2, A1( 6)); M14(Pa, K2, A1( 7)); in sha1()
131 M13(Pa, K2, A1(11)); M14(Pa, K2, A1(12)); M15(Pa, K2, A1(13)); in sha1()
132 M11(Pa, K2, A1(14)); M12(Pa, K2, A1(15)); M13(Pa, K2, A1( 0)); in sha1()
134 M12(Pa, K2, A1( 4)); M13(Pa, K2, A1( 5)); M14(Pa, K2, A1( 6)); in sha1()
136 M13(Ma, K3, A1(10)); M14(Ma, K3, A1(11)); M15(Ma, K3, A1(12)); in sha1()
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/Digest-SHA/src/
H A Dsha.c109 #define M13(f, k, w) M1(d, e, a, b, c, f, k, w); in sha1() macro
122 M11(Ch, K1, *wp++); M12(Ch, K1, *wp++); M13(Ch, K1, *wp++); in sha1()
124 M12(Ch, K1, *wp++); M13(Ch, K1, *wp++); M14(Ch, K1, *wp++); in sha1()
126 M13(Ch, K1, *wp++); M14(Ch, K1, *wp++); M15(Ch, K1, *wp++); in sha1()
127 M11(Ch, K1, *wp ); M12(Ch, K1, A1( 0)); M13(Ch, K1, A1( 1)); in sha1()
129 M12(Pa, K2, A1( 5)); M13(Pa, K2, A1( 6)); M14(Pa, K2, A1( 7)); in sha1()
131 M13(Pa, K2, A1(11)); M14(Pa, K2, A1(12)); M15(Pa, K2, A1(13)); in sha1()
132 M11(Pa, K2, A1(14)); M12(Pa, K2, A1(15)); M13(Pa, K2, A1( 0)); in sha1()
134 M12(Pa, K2, A1( 4)); M13(Pa, K2, A1( 5)); M14(Pa, K2, A1( 6)); in sha1()
136 M13(Ma, K3, A1(10)); M14(Ma, K3, A1(11)); M15(Ma, K3, A1(12)); in sha1()
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/Digest-SHA/src/
H A Dsha.c109 #define M13(f, k, w) M1(d, e, a, b, c, f, k, w); in sha1() macro
122 M11(Ch, K1, *wp++); M12(Ch, K1, *wp++); M13(Ch, K1, *wp++); in sha1()
124 M12(Ch, K1, *wp++); M13(Ch, K1, *wp++); M14(Ch, K1, *wp++); in sha1()
126 M13(Ch, K1, *wp++); M14(Ch, K1, *wp++); M15(Ch, K1, *wp++); in sha1()
127 M11(Ch, K1, *wp ); M12(Ch, K1, A1( 0)); M13(Ch, K1, A1( 1)); in sha1()
129 M12(Pa, K2, A1( 5)); M13(Pa, K2, A1( 6)); M14(Pa, K2, A1( 7)); in sha1()
131 M13(Pa, K2, A1(11)); M14(Pa, K2, A1(12)); M15(Pa, K2, A1(13)); in sha1()
132 M11(Pa, K2, A1(14)); M12(Pa, K2, A1(15)); M13(Pa, K2, A1( 0)); in sha1()
134 M12(Pa, K2, A1( 4)); M13(Pa, K2, A1( 5)); M14(Pa, K2, A1( 6)); in sha1()
136 M13(Ma, K3, A1(10)); M14(Ma, K3, A1(11)); M15(Ma, K3, A1(12)); in sha1()
[all …]
/dports/security/p5-Digest-SHA/Digest-SHA-6.02/src/
H A Dsha.c109 #define M13(f, k, w) M1(d, e, a, b, c, f, k, w); in sha1() macro
122 M11(Ch, K1, *wp++); M12(Ch, K1, *wp++); M13(Ch, K1, *wp++); in sha1()
124 M12(Ch, K1, *wp++); M13(Ch, K1, *wp++); M14(Ch, K1, *wp++); in sha1()
126 M13(Ch, K1, *wp++); M14(Ch, K1, *wp++); M15(Ch, K1, *wp++); in sha1()
127 M11(Ch, K1, *wp ); M12(Ch, K1, A1( 0)); M13(Ch, K1, A1( 1)); in sha1()
129 M12(Pa, K2, A1( 5)); M13(Pa, K2, A1( 6)); M14(Pa, K2, A1( 7)); in sha1()
131 M13(Pa, K2, A1(11)); M14(Pa, K2, A1(12)); M15(Pa, K2, A1(13)); in sha1()
132 M11(Pa, K2, A1(14)); M12(Pa, K2, A1(15)); M13(Pa, K2, A1( 0)); in sha1()
134 M12(Pa, K2, A1( 4)); M13(Pa, K2, A1( 5)); M14(Pa, K2, A1( 6)); in sha1()
136 M13(Ma, K3, A1(10)); M14(Ma, K3, A1(11)); M15(Ma, K3, A1(12)); in sha1()
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Digest-SHA/src/
H A Dsha.c109 #define M13(f, k, w) M1(d, e, a, b, c, f, k, w); in sha1() macro
122 M11(Ch, K1, *wp++); M12(Ch, K1, *wp++); M13(Ch, K1, *wp++); in sha1()
124 M12(Ch, K1, *wp++); M13(Ch, K1, *wp++); M14(Ch, K1, *wp++); in sha1()
126 M13(Ch, K1, *wp++); M14(Ch, K1, *wp++); M15(Ch, K1, *wp++); in sha1()
127 M11(Ch, K1, *wp ); M12(Ch, K1, A1( 0)); M13(Ch, K1, A1( 1)); in sha1()
129 M12(Pa, K2, A1( 5)); M13(Pa, K2, A1( 6)); M14(Pa, K2, A1( 7)); in sha1()
131 M13(Pa, K2, A1(11)); M14(Pa, K2, A1(12)); M15(Pa, K2, A1(13)); in sha1()
132 M11(Pa, K2, A1(14)); M12(Pa, K2, A1(15)); M13(Pa, K2, A1( 0)); in sha1()
134 M12(Pa, K2, A1( 4)); M13(Pa, K2, A1( 5)); M14(Pa, K2, A1( 6)); in sha1()
136 M13(Ma, K3, A1(10)); M14(Ma, K3, A1(11)); M15(Ma, K3, A1(12)); in sha1()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Numerics.Vectors/tests/
H A DMatrix4x4Tests.cs18 a.M13 = 3.0f; in GenerateMatrixNumberFrom1To16()
78 a.M13 = 8.25f; in Matrix4x4DeterminantTest1()
1093 a.M13 = 3.0f; in Matrix4x4InvertTest1()
1130 a.M13 = 13.0f; in Matrix4x4LerpTest()
1152 expected.M13 = a.M13 + (b.M13 - a.M13) * t; in Matrix4x4LerpTest()
1225 expected.M13 = a.M11 * b.M13 + a.M12 * b.M23 + a.M13 * b.M33 + a.M14 * b.M43; in Matrix4x4MultiplyTest1()
1255 a.M13 = 3.0f; in Matrix4x4MultiplyTest4()
1289 expected.M13 = a.M13 + b.M13; in Matrix4x4AdditionTest()
1488 a.M13 = -13.3f; in Matrix4x4ToStringTest()
1524 expected.M13 = a.M13 + b.M13; in Matrix4x4AddTest()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/vect/
H A Dpr45752.c27 #define M13 117 macro
60 *pOutput++ = M10 * a + M11 * b + M12 * c + M13 * d + M14 * e; in foo()
73 *pOutput2++ = M10 * a + M11 * b + M12 * c + M13 * d + M14 * e; in foo()
119 + M13 * d + M14 * e); in main()
135 + M13 * d + M14 * e); in main()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/vect/
H A Dpr45752.c27 #define M13 117 macro
60 *pOutput++ = M10 * a + M11 * b + M12 * c + M13 * d + M14 * e; in foo()
73 *pOutput2++ = M10 * a + M11 * b + M12 * c + M13 * d + M14 * e; in foo()
119 + M13 * d + M14 * e); in main()
135 + M13 * d + M14 * e); in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/vect/
H A Dpr45752.c27 #define M13 117 macro
60 *pOutput++ = M10 * a + M11 * b + M12 * c + M13 * d + M14 * e; in foo()
73 *pOutput2++ = M10 * a + M11 * b + M12 * c + M13 * d + M14 * e; in foo()
119 + M13 * d + M14 * e); in main()
135 + M13 * d + M14 * e); in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/vect/
H A Dpr45752.c27 #define M13 117 macro
60 *pOutput++ = M10 * a + M11 * b + M12 * c + M13 * d + M14 * e; in foo()
73 *pOutput2++ = M10 * a + M11 * b + M12 * c + M13 * d + M14 * e; in foo()
119 + M13 * d + M14 * e); in main()
135 + M13 * d + M14 * e); in main()

12345678910>>...56