Home
last modified time | relevance | path

Searched refs:M (Results 1 – 25 of 3393) sorted by relevance

12345678910>>...136

/external/swiftshader/src/Renderer/
DMatrix.cpp42 const Matrix &M = *this; in operator -() local
44 return Matrix(-M(1, 1), -M(1, 2), -M(1, 3), -M(1, 4), in operator -()
45 -M(2, 1), -M(2, 2), -M(2, 3), -M(2, 4), in operator -()
46 -M(3, 1), -M(3, 2), -M(3, 3), -M(3, 4), in operator -()
47 -M(4, 1), -M(4, 2), -M(4, 3), -M(4, 4)); in operator -()
52 const Matrix &M = *this; in operator !() local
55 float M3344 = M(3, 3) * M(4, 4) - M(4, 3) * M(3, 4); in operator !()
56 float M2344 = M(2, 3) * M(4, 4) - M(4, 3) * M(2, 4); in operator !()
57 float M2334 = M(2, 3) * M(3, 4) - M(3, 3) * M(2, 4); in operator !()
58 float M3244 = M(3, 2) * M(4, 4) - M(4, 2) * M(3, 4); in operator !()
[all …]
DMatrix.hpp66 friend bool operator==(const Matrix &M, const Matrix &N);
67 friend bool operator!=(const Matrix &M, const Matrix &N);
69 friend Matrix operator+(const Matrix &M, const Matrix &N);
70 friend Matrix operator-(const Matrix &M, const Matrix &N);
71 friend Matrix operator*(float s, const Matrix &M);
72 friend Matrix operator*(const Matrix &M, const Matrix &N);
73 friend Matrix operator/(const Matrix &M, float s);
77 static float det(const Matrix &M);
89 static float det3(const Matrix &M);
91 static float tr(const Matrix &M);
[all …]
DPlane.cpp43 Matrix M = !T; in operator *() local
45 return Plane(p.A * M(1, 1) + p.B * M(1, 2) + p.C * M(1, 3) + p.D * M(1, 4), in operator *()
46 p.A * M(2, 1) + p.B * M(2, 2) + p.C * M(2, 3) + p.D * M(2, 4), in operator *()
47 p.A * M(3, 1) + p.B * M(3, 2) + p.C * M(3, 3) + p.D * M(3, 4), in operator *()
48 p.A * M(4, 1) + p.B * M(4, 2) + p.C * M(4, 3) + p.D * M(4, 4)); in operator *()
53 Matrix M = !T; in operator *() local
55 return Plane(M(1, 1) * p.A + M(2, 1) * p.B + M(3, 1) * p.C + M(4, 1) * p.D, in operator *()
56 M(1, 2) * p.A + M(2, 2) * p.B + M(3, 2) * p.C + M(4, 2) * p.D, in operator *()
57 M(1, 3) * p.A + M(2, 3) * p.B + M(3, 3) * p.C + M(4, 3) * p.D, in operator *()
58 M(1, 4) * p.A + M(2, 4) * p.B + M(3, 4) * p.C + M(4, 4) * p.D); in operator *()
/external/skia/src/core/
DSkRasterPipeline.h40 #define SK_RASTER_PIPELINE_STAGES(M) \ argument
41 M(callback) \
42 M(move_src_dst) M(move_dst_src) \
43 M(clamp_0) M(clamp_1) M(clamp_a) M(clamp_a_dst) \
44 M(unpremul) M(premul) M(premul_dst) \
45 M(set_rgb) M(swap_rb) \
46 M(from_srgb) M(from_srgb_dst) M(to_srgb) \
47 M(black_color) M(white_color) M(uniform_color) \
48 M(seed_shader) M(dither) \
49 M(load_a8) M(load_a8_dst) M(store_a8) M(gather_a8) \
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DNat256.java9 private static final long M = 0xFFFFFFFFL; field in Nat256
14 c += (x[0] & M) + (y[0] & M); in add()
17 c += (x[1] & M) + (y[1] & M); in add()
20 c += (x[2] & M) + (y[2] & M); in add()
23 c += (x[3] & M) + (y[3] & M); in add()
26 c += (x[4] & M) + (y[4] & M); in add()
29 c += (x[5] & M) + (y[5] & M); in add()
32 c += (x[6] & M) + (y[6] & M); in add()
35 c += (x[7] & M) + (y[7] & M); in add()
44 c += (x[xOff + 0] & M) + (y[yOff + 0] & M); in add()
[all …]
DNat224.java9 private static final long M = 0xFFFFFFFFL; field in Nat224
14 c += (x[0] & M) + (y[0] & M); in add()
17 c += (x[1] & M) + (y[1] & M); in add()
20 c += (x[2] & M) + (y[2] & M); in add()
23 c += (x[3] & M) + (y[3] & M); in add()
26 c += (x[4] & M) + (y[4] & M); in add()
29 c += (x[5] & M) + (y[5] & M); in add()
32 c += (x[6] & M) + (y[6] & M); in add()
41 c += (x[xOff + 0] & M) + (y[yOff + 0] & M); in add()
44 c += (x[xOff + 1] & M) + (y[yOff + 1] & M); in add()
[all …]
DNat192.java9 private static final long M = 0xFFFFFFFFL; field in Nat192
14 c += (x[0] & M) + (y[0] & M); in add()
17 c += (x[1] & M) + (y[1] & M); in add()
20 c += (x[2] & M) + (y[2] & M); in add()
23 c += (x[3] & M) + (y[3] & M); in add()
26 c += (x[4] & M) + (y[4] & M); in add()
29 c += (x[5] & M) + (y[5] & M); in add()
38 c += (x[0] & M) + (y[0] & M) + (z[0] & M); in addBothTo()
41 c += (x[1] & M) + (y[1] & M) + (z[1] & M); in addBothTo()
44 c += (x[2] & M) + (y[2] & M) + (z[2] & M); in addBothTo()
[all …]
/external/icu/icu4c/source/data/locales/
Dzh_Hans_MO.txt24 "r/M/d",
41 "d/M/yyGGGGG",
49 MEd{"M-dE"}
50 MMMMdd{"M月d日"}
52 Md{"M-d"}
53 yyyyMEd{"Gy年M月d日,E"}
54 yyyyMd{"Gy年M月d日"}
65 M{"M-dE至M-dE"}
66 d{"M-dE至M-dE"}
69 d{"M月d日E至M月d日E"}
[all …]
Dzh_Hans_SG.txt12 "Gy年M月d日EEEE",
13 "Gy年M月d日",
14 "Gy年M月d日",
15 "Gd/M/yy",
41 "r/M/d",
66 MEd{"M-dE"}
67 MMMMdd{"M月d日"}
69 Md{"M-d"}
70 yyyyMEd{"Gy年M月d日,E"}
71 yyyyMd{"Gy年M月d日"}
[all …]
Dzh_Hant_HK.txt26 other{"¤0M"}
29 other{"¤00M"}
32 other{"¤000M"}
64 other{"0M"}
67 other{"00M"}
70 other{"000M"}
98 MEd{"M-d(E)"}
99 Md{"M-d"}
111 "U/M/d",
215 "Gy年M月d日EEEE",
[all …]
Dzh_Hans_HK.txt42 "Gy年M月d日EEEE",
43 "Gy年M月d日",
44 "Gy年M月d日",
45 "Gd/M/yy",
53 M{"L"}
54 MEd{"M/dE"}
75 "r/M/d",
92 "d/M/yyGGGGG",
101 MEd{"E, d/M"}
102 MMM{"M月"}
[all …]
Dzh.txt70 ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"}
291 "Gy年M月d日EEEE",
292 "Gy年M月d日",
293 "Gy年M月d日",
294 "Gy-M-d",
302 M{"M月"}
303 MEd{"M-dE"}
305 MMMEd{"M月d日E"}
306 MMMMd{"M月d日"}
307 MMMd{"M月d日"}
[all …]
Dyue.txt262 "Gy年M月d日EEEE",
263 "Gy年M月d日",
264 "Gy年M月d日",
265 "Gy/M/d",
275 GyMMM{"Gy年M月"}
276 GyMMMEd{"Gy年M月d日E"}
277 GyMMMd{"Gy年M月d日"}
278 M{"M月"}
279 MEd{"M/d(E)"}
281 MMMEd{"M月d日E"}
[all …]
Dzh_Hant.txt263 "Gy年M月d日EEEE",
264 "Gy年M月d日",
265 "Gy年M月d日",
266 "Gy/M/d",
276 GyMMM{"Gy年M月"}
277 GyMMMEd{"Gy年M月d日E"}
278 GyMMMd{"Gy年M月d日"}
279 M{"M月"}
280 MEd{"M/d(E)"}
282 MMMEd{"M月d日E"}
[all …]
Den_HK.txt16 "d/M/yy GGGGG",
25 yyyyMEd{"E, d/M/y GGGGG"}
28 yyyyMd{"d/M/y GGGGG"}
32 M{"E, d/M – E, d/M"}
33 d{"E, d/M – E, d/M"}
36 M{"E, d MMM – E, d MMM"}
40 M{"d/M – d/M"}
41 d{"d/M – d/M"}
44 M{"E, d/M/y – E, d/M/y G"}
45 d{"E, d/M/y – E, d/M/y G"}
[all …]
Dja.txt236 "GGGGy年M月d日EEEE",
237 "GGGGy年M月d日",
250 GyMMM{"GGGGy年M月"}
251 GyMMMEEEEd{"GGGGy年M月d日EEEE"}
252 GyMMMEd{"GGGGy年M月d日(E)"}
253 GyMMMd{"GGGGy年M月d日"}
254 GyMd{"GGGGy年M月d日"}
258 M{"M月"}
259 MEEEEd{"M/dEEEE"}
260 MEd{"M/d(E)"}
[all …]
/external/skia/src/jumper/
DSkJumper.cpp29 #define M(st) +1 macro
30 static const int kNumStages = SK_RASTER_PIPELINE_STAGES(M);
31 #undef M
37 #define M(st) #st,
38 static const char* kStageNames[] = { SK_RASTER_PIPELINE_STAGES(M) };
39 #undef M
74 #define LOWP_STAGES(M) \ argument
75 M(black_color) M(white_color) M(uniform_color) \
76 M(set_rgb) \
77 M(premul) \
[all …]
/external/vulkan-validation-layers/demos/
Dlinmath.h116 static inline void mat4x4_identity(mat4x4 M) { in mat4x4_identity() argument
120 M[i][j] = i == j ? 1.f : 0.f; in mat4x4_identity()
122 static inline void mat4x4_dup(mat4x4 M, mat4x4 N) { in mat4x4_dup() argument
126 M[i][j] = N[i][j]; in mat4x4_dup()
128 static inline void mat4x4_row(vec4 r, mat4x4 M, int i) { in mat4x4_row() argument
131 r[k] = M[k][i]; in mat4x4_row()
133 static inline void mat4x4_col(vec4 r, mat4x4 M, int i) { in mat4x4_col() argument
136 r[k] = M[i][k]; in mat4x4_col()
138 static inline void mat4x4_transpose(mat4x4 M, mat4x4 N) { in mat4x4_transpose() argument
142 M[i][j] = N[j][i]; in mat4x4_transpose()
[all …]
/external/swiftshader/src/OpenGL/common/
DMatrixStack.cpp41 void MatrixStack::load(const Matrix &M) in load() argument
43 stack[top] = M; in load()
46 void MatrixStack::load(const float *M) in load() argument
48 stack[top] = Matrix(M[0], M[4], M[8], M[12], in load()
49 M[1], M[5], M[9], M[13], in load()
50 M[2], M[6], M[10], M[14], in load()
51 M[3], M[7], M[11], M[15]); in load()
54 void MatrixStack::load(const double *M) in load() argument
56 stack[top] = Matrix((float)M[0], (float)M[4], (float)M[8], (float)M[12], in load()
57 (float)M[1], (float)M[5], (float)M[9], (float)M[13], in load()
[all …]
/external/tcpdump/tests/
Dkday5.out28M-9M-9M-9M-9M-9M-9M-9M-9M-9M-9M-9M-9M-9M-9M-9M-9M-9M-CM-9M-9M-9M-9M-9M-9M-9M-9M-9M-9M-9M-9M-9M-9M-…
/external/harfbuzz_ng/src/
Dhb-mutex-private.hh57 #define hb_mutex_impl_init(M) InitializeCriticalSectionEx (M, 0, 0) argument
59 #define hb_mutex_impl_init(M) InitializeCriticalSection (M) argument
61 #define hb_mutex_impl_lock(M) EnterCriticalSection (M) argument
62 #define hb_mutex_impl_unlock(M) LeaveCriticalSection (M) argument
63 #define hb_mutex_impl_finish(M) DeleteCriticalSection (M) argument
71 #define hb_mutex_impl_init(M) pthread_mutex_init (M, NULL) argument
72 #define hb_mutex_impl_lock(M) pthread_mutex_lock (M) argument
73 #define hb_mutex_impl_unlock(M) pthread_mutex_unlock (M) argument
74 #define hb_mutex_impl_finish(M) pthread_mutex_destroy (M) argument
89 #define hb_mutex_impl_init(M) *(M) = 0 argument
[all …]
/external/libcxx/test/libcxx/utilities/function.objects/func.require/
Dbullet_4_5_6.pass.cpp78 MemPtr M = &TestType::object; in doTest() local
79 runTestDispatch<E>(M, obj, &obj.object); in doTest()
80 runTestDispatch<E>(M, der, &der.object); in doTest()
81 runTestDispatch<E>(M, dref2, &dref2.object.object); in doTest()
82 runTestPropCVDispatch<E>(M, obj_ptr, &obj_ptr->object); in doTest()
83 runTestPropCVDispatch<E>(M, der_ptr, &der_ptr->object); in doTest()
85 runTestPropCVDispatch<E>(M, rref, &(rref.get().object)); in doTest()
86 runTestPropCVDispatch<E>(M, drref, &(drref.get().object)); in doTest()
88 runTestNoPropDispatch<E>(M, dref, &dref.object.object); in doTest()
93 CMemPtr M = &TestType::object; in doTest() local
[all …]
/external/clang/lib/Headers/
Davx512erintrin.h36 #define _mm512_mask_exp2a23_round_pd(S, M, A, R) __extension__ ({ \ argument
38 (__v8df)(__m512d)(S), (__mmask8)(M), \
41 #define _mm512_maskz_exp2a23_round_pd(M, A, R) __extension__ ({ \ argument
44 (__mmask8)(M), (int)(R)); })
49 #define _mm512_mask_exp2a23_pd(S, M, A) \ argument
50 _mm512_mask_exp2a23_round_pd((S), (M), (A), _MM_FROUND_CUR_DIRECTION)
52 #define _mm512_maskz_exp2a23_pd(M, A) \ argument
53 _mm512_maskz_exp2a23_round_pd((M), (A), _MM_FROUND_CUR_DIRECTION)
60 #define _mm512_mask_exp2a23_round_ps(S, M, A, R) __extension__ ({ \ argument
62 (__v16sf)(__m512)(S), (__mmask16)(M), \
[all …]
/external/libcxx/test/std/containers/associative/multiset/multiset.special/
Dmember_swap.pass.cpp25 typedef std::multiset<int> M; in main() typedef
27 M m1; in main()
28 M m2; in main()
29 M m1_save = m1; in main()
30 M m2_save = m2; in main()
47 M m1; in main()
48 M m2(ar2, ar2+sizeof(ar2)/sizeof(ar2[0])); in main()
49 M m1_save = m1; in main()
50 M m2_save = m2; in main()
63 M m1(ar1, ar1+sizeof(ar1)/sizeof(ar1[0])); in main()
[all …]
/external/libcxx/test/std/containers/associative/set/set.special/
Dmember_swap.pass.cpp25 typedef std::set<int> M; in main() typedef
27 M m1; in main()
28 M m2; in main()
29 M m1_save = m1; in main()
30 M m2_save = m2; in main()
47 M m1; in main()
48 M m2(ar2, ar2+sizeof(ar2)/sizeof(ar2[0])); in main()
49 M m1_save = m1; in main()
50 M m2_save = m2; in main()
63 M m1(ar1, ar1+sizeof(ar1)/sizeof(ar1[0])); in main()
[all …]

12345678910>>...136