Home
last modified time | relevance | path

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

12345678910>>...211

/third_party/skia/third_party/externals/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.hpp64 friend bool operator==(const Matrix &M, const Matrix &N);
65 friend bool operator!=(const Matrix &M, const Matrix &N);
67 friend Matrix operator+(const Matrix &M, const Matrix &N);
68 friend Matrix operator-(const Matrix &M, const Matrix &N);
69 friend Matrix operator*(float s, const Matrix &M);
70 friend Matrix operator*(const Matrix &M, const Matrix &N);
71 friend Matrix operator/(const Matrix &M, float s);
75 static float det(const Matrix &M);
87 static float det3(const Matrix &M);
89 static float tr(const Matrix &M);
[all …]
/third_party/skia/src/core/
DSkRasterPipeline.h39 #define SK_RASTER_PIPELINE_STAGES(M) \ argument
40 M(callback) \
41 M(move_src_dst) M(move_dst_src) M(swap_src_dst) \
42 M(clamp_0) M(clamp_1) M(clamp_a) M(clamp_gamut) \
43 M(unpremul) M(premul) M(premul_dst) \
44 M(force_opaque) M(force_opaque_dst) \
45 M(set_rgb) M(unbounded_set_rgb) M(swap_rb) M(swap_rb_dst) \
46 M(black_color) M(white_color) \
47 M(uniform_color) M(unbounded_uniform_color) M(uniform_color_dst) \
48 M(seed_shader) M(dither) \
[all …]
/third_party/typescript/tests/baselines/reference/
DparsingDeepParenthensizedExpression.types16 var r, i, a, u, s, c, d, h, p, _, m, g, y, A, T, v, M = 0,
33 >M : number
48 …v = f, (0 | (f = f + 288 | 0)) >= (0 | l) && b(288), T = v, A = t, M = 0 | o[(y = e) >> 2], E = 0 …
49M = 0 | o[(y = e) >> 2], E = 0 | o[(y + 4 | 0) >> 2], w = 0 | o[(y + 8 | 0) >> 2], S = 0 | o[(y + …
50M = 0 | o[(y = e) >> 2], E = 0 | o[(y + 4 | 0) >> 2], w = 0 | o[(y + 8 | 0) >> 2], S = 0 | o[(y + …
51M = 0 | o[(y = e) >> 2], E = 0 | o[(y + 4 | 0) >> 2], w = 0 | o[(y + 8 | 0) >> 2], S = 0 | o[(y + …
52M = 0 | o[(y = e) >> 2], E = 0 | o[(y + 4 | 0) >> 2], w = 0 | o[(y + 8 | 0) >> 2], S = 0 | o[(y + …
53M = 0 | o[(y = e) >> 2], E = 0 | o[(y + 4 | 0) >> 2], w = 0 | o[(y + 8 | 0) >> 2], S = 0 | o[(y + …
54M = 0 | o[(y = e) >> 2], E = 0 | o[(y + 4 | 0) >> 2], w = 0 | o[(y + 8 | 0) >> 2], S = 0 | o[(y + …
55M = 0 | o[(y = e) >> 2], E = 0 | o[(y + 4 | 0) >> 2], w = 0 | o[(y + 8 | 0) >> 2], S = 0 | o[(y + …
[all …]
DconstDeclarations-access3.types2 module M {
3 >M : typeof M
11 M.x = 1;
12 >M.x = 1 : 1
13 >M.x : any
14 >M : typeof M
18 M.x += 2;
19 >M.x += 2 : any
20 >M.x : any
21 >M : typeof M
[all …]
DconstDeclarations-access4.types2 declare module M {
3 >M : typeof M
10 M.x = 1;
11 >M.x = 1 : 1
12 >M.x : any
13 >M : typeof M
17 M.x += 2;
18 >M.x += 2 : any
19 >M.x : any
20 >M : typeof M
[all …]
DconstDeclarations-access4.symbols2 declare module M {
3 >M : Symbol(M, Decl(constDeclarations-access4.ts, 0, 0))
10 M.x = 1;
11 >M.x : Symbol(M.x, Decl(constDeclarations-access4.ts, 1, 9))
12 >M : Symbol(M, Decl(constDeclarations-access4.ts, 0, 0))
13 >x : Symbol(M.x, Decl(constDeclarations-access4.ts, 1, 9))
15 M.x += 2;
16 >M.x : Symbol(M.x, Decl(constDeclarations-access4.ts, 1, 9))
17 >M : Symbol(M, Decl(constDeclarations-access4.ts, 0, 0))
18 >x : Symbol(M.x, Decl(constDeclarations-access4.ts, 1, 9))
[all …]
DconstDeclarations-access3.symbols2 module M {
3 >M : Symbol(M, Decl(constDeclarations-access3.ts, 0, 0))
10 M.x = 1;
11 >M.x : Symbol(M.x, Decl(constDeclarations-access3.ts, 1, 16))
12 >M : Symbol(M, Decl(constDeclarations-access3.ts, 0, 0))
13 >x : Symbol(M.x, Decl(constDeclarations-access3.ts, 1, 16))
15 M.x += 2;
16 >M.x : Symbol(M.x, Decl(constDeclarations-access3.ts, 1, 16))
17 >M : Symbol(M, Decl(constDeclarations-access3.ts, 0, 0))
18 >x : Symbol(M.x, Decl(constDeclarations-access3.ts, 1, 16))
[all …]
DconstDeclarations-access3.js2 module M {
7 M.x = 1;
8 M.x += 2;
9 M.x -= 3;
10 M.x *= 4;
11 M.x /= 5;
12 M.x %= 6;
13 M.x <<= 7;
14 M.x >>= 8;
15 M.x >>>= 9;
[all …]
DconstDeclarations-access4.js2 declare module M {
7 M.x = 1;
8 M.x += 2;
9 M.x -= 3;
10 M.x *= 4;
11 M.x /= 5;
12 M.x %= 6;
13 M.x <<= 7;
14 M.x >>= 8;
15 M.x >>>= 9;
[all …]
/third_party/flutter/skia/src/core/
DSkRasterPipeline.h36 #define SK_RASTER_PIPELINE_STAGES(M) \ argument
37 M(callback) M(interpreter) \
38 M(move_src_dst) M(move_dst_src) \
39 M(clamp_0) M(clamp_1) M(clamp_a) M(clamp_gamut) \
40 M(unpremul) M(premul) M(premul_dst) \
41 M(force_opaque) M(force_opaque_dst) \
42 M(set_rgb) M(unbounded_set_rgb) M(swap_rb) M(swap_rb_dst) \
43 M(from_srgb) M(to_srgb) \
44 M(black_color) M(white_color) \
45 M(uniform_color) M(unbounded_uniform_color) M(uniform_color_dst) \
[all …]
/third_party/skia/src/gpu/gl/egl/
DGrGLMakeEGLInterface.cpp21 #define M(X) if (0 == strcmp(#X, name)) { return (GrGLFuncPtr) X; } in egl_get_gl_proc() macro
22 M(eglGetCurrentDisplay) in egl_get_gl_proc()
23 M(eglQueryString) in egl_get_gl_proc()
24 M(glActiveTexture) in egl_get_gl_proc()
25 M(glAttachShader) in egl_get_gl_proc()
26 M(glBindAttribLocation) in egl_get_gl_proc()
27 M(glBindBuffer) in egl_get_gl_proc()
28 M(glBindFramebuffer) in egl_get_gl_proc()
29 M(glBindRenderbuffer) in egl_get_gl_proc()
30 M(glBindTexture) in egl_get_gl_proc()
[all …]
/third_party/flutter/skia/src/gpu/gl/egl/
DGrGLMakeNativeInterface_egl.cpp21 #define M(X) if (0 == strcmp(#X, name)) { return (GrGLFuncPtr) X; } in egl_get_gl_proc() macro
22 M(eglGetCurrentDisplay) in egl_get_gl_proc()
23 M(eglQueryString) in egl_get_gl_proc()
24 M(glActiveTexture) in egl_get_gl_proc()
25 M(glAttachShader) in egl_get_gl_proc()
26 M(glBindAttribLocation) in egl_get_gl_proc()
27 M(glBindBuffer) in egl_get_gl_proc()
28 M(glBindFramebuffer) in egl_get_gl_proc()
29 M(glBindRenderbuffer) in egl_get_gl_proc()
30 M(glBindTexture) in egl_get_gl_proc()
[all …]
/third_party/icu/icu4c/source/data/locales/
Dzh_Hant.txt1394 "Gy年M月d日EEEE",
1395 "Gy年M月d日",
1396 "Gy年M月d日",
1397 "Gy/M/d",
1408 GyMMM{"Gy年M月"}
1409 GyMMMEd{"Gy年M月d日E"}
1410 GyMMMd{"Gy年M月d日"}
1411 M{"M月"}
1412 MEd{"M/d(E)"}
1414 MMMEd{"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",
55 "Gy年M月d日EEEE",
56 "Gy年M月d日",
57 "Gy年M月d日",
66 MEd{"M-dE"}
67 MMMMdd{"M月d日"}
[all …]
Dzh_Hans_MO.txt24 "r/M/d",
38 "Gy年M月d日EEEE",
39 "Gy年M月d日",
40 "Gy年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日"}
[all …]
/third_party/skia/third_party/externals/icu/source/data/locales/
Dzh_Hant.txt1394 "Gy年M月d日EEEE",
1395 "Gy年M月d日",
1396 "Gy年M月d日",
1397 "Gy/M/d",
1408 GyMMM{"Gy年M月"}
1409 GyMMMEd{"Gy年M月d日E"}
1410 GyMMMd{"Gy年M月d日"}
1411 M{"M月"}
1412 MEd{"M/d(E)"}
1414 MMMEd{"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",
55 "Gy年M月d日EEEE",
56 "Gy年M月d日",
57 "Gy年M月d日",
66 MEd{"M-dE"}
67 MMMMdd{"M月d日"}
[all …]
Dzh_Hans_MO.txt24 "r/M/d",
38 "Gy年M月d日EEEE",
39 "Gy年M月d日",
40 "Gy年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日"}
[all …]
Dyue_Hans.txt73 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]"}
271 "Gy年M月d日EEEE",
272 "Gy年M月d日",
273 "Gy年M月d日",
274 "Gy-M-d",
284 GyMMM{"Gy年M月"}
285 GyMMMEd{"Gy年M月d日E"}
286 GyMMMd{"Gy年M月d日"}
287 M{"M月"}
288 MEd{"M-dE"}
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Dzh_Hant.txt1387 "Gy年M月d日EEEE",
1388 "Gy年M月d日",
1389 "Gy年M月d日",
1390 "Gy/M/d",
1401 GyMMM{"Gy年M月"}
1402 GyMMMEd{"Gy年M月d日E"}
1403 GyMMMd{"Gy年M月d日"}
1404 M{"M月"}
1405 MEd{"M/d(E)"}
1407 MMMEd{"M月d日E"}
[all …]
Dzh.txt76 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]"}
838 "Gy年M月d日EEEE",
839 "Gy年M月d日",
840 "Gy年M月d日",
841 "Gy-M-d",
855 M{"M月"}
856 MEd{"M-dE"}
858 MMMEd{"M月d日E"}
859 MMMMd{"M月d日"}
860 MMMd{"M月d日"}
[all …]
Dzh_Hans_MO.txt24 "r/M/d",
38 "Gy年M月d日EEEE",
39 "Gy年M月d日",
40 "Gy年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日"}
[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",
55 "Gy年M月d日EEEE",
56 "Gy年M月d日",
57 "Gy年M月d日",
66 MEd{"M-dE"}
67 MMMMdd{"M月d日"}
[all …]
/third_party/typescript/tests/cases/compiler/
DparsingDeepParenthensizedExpression.ts7 var r, i, a, u, s, c, d, h, p, _, m, g, y, A, T, v, M = 0,
11 …v = f, (0 | (f = f + 288 | 0)) >= (0 | l) && b(288), T = v, A = t, M = 0 | o[(y = e) >> 2], E = 0 …
19M = (M = (M = M + (((E & w | (-1 ^ E) & S) + (0 | o[T >> 2]) | 0) - 680876936 | 0) | 0) << 7 | M >…

12345678910>>...211