/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Matrix.cpp | 42 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 …]
|
D | Matrix.hpp | 64 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/ |
D | SkRasterPipeline.h | 39 #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/ |
D | parsingDeepParenthensizedExpression.types | 16 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 … 49 …M = 0 | o[(y = e) >> 2], E = 0 | o[(y + 4 | 0) >> 2], w = 0 | o[(y + 8 | 0) >> 2], S = 0 | o[(y + … 50 …M = 0 | o[(y = e) >> 2], E = 0 | o[(y + 4 | 0) >> 2], w = 0 | o[(y + 8 | 0) >> 2], S = 0 | o[(y + … 51 …M = 0 | o[(y = e) >> 2], E = 0 | o[(y + 4 | 0) >> 2], w = 0 | o[(y + 8 | 0) >> 2], S = 0 | o[(y + … 52 …M = 0 | o[(y = e) >> 2], E = 0 | o[(y + 4 | 0) >> 2], w = 0 | o[(y + 8 | 0) >> 2], S = 0 | o[(y + … 53 …M = 0 | o[(y = e) >> 2], E = 0 | o[(y + 4 | 0) >> 2], w = 0 | o[(y + 8 | 0) >> 2], S = 0 | o[(y + … 54 …M = 0 | o[(y = e) >> 2], E = 0 | o[(y + 4 | 0) >> 2], w = 0 | o[(y + 8 | 0) >> 2], S = 0 | o[(y + … 55 …M = 0 | o[(y = e) >> 2], E = 0 | o[(y + 4 | 0) >> 2], w = 0 | o[(y + 8 | 0) >> 2], S = 0 | o[(y + … [all …]
|
D | constDeclarations-access3.types | 2 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 …]
|
D | constDeclarations-access4.types | 2 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 …]
|
D | constDeclarations-access4.symbols | 2 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 …]
|
D | constDeclarations-access3.symbols | 2 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 …]
|
D | constDeclarations-access3.js | 2 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 …]
|
D | constDeclarations-access4.js | 2 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/ |
D | SkRasterPipeline.h | 36 #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/ |
D | GrGLMakeEGLInterface.cpp | 21 #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/ |
D | GrGLMakeNativeInterface_egl.cpp | 21 #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/ |
D | zh_Hant.txt | 1394 "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 …]
|
D | zh_Hans_SG.txt | 12 "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 …]
|
D | zh_Hans_MO.txt | 24 "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/ |
D | zh_Hant.txt | 1394 "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 …]
|
D | zh_Hans_SG.txt | 12 "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 …]
|
D | zh_Hans_MO.txt | 24 "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 …]
|
D | yue_Hans.txt | 73 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/ |
D | zh_Hant.txt | 1387 "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 …]
|
D | zh.txt | 76 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 …]
|
D | zh_Hans_MO.txt | 24 "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 …]
|
D | zh_Hans_SG.txt | 12 "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/ |
D | parsingDeepParenthensizedExpression.ts | 7 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 … 19 …M = (M = (M = M + (((E & w | (-1 ^ E) & S) + (0 | o[T >> 2]) | 0) - 680876936 | 0) | 0) << 7 | M >…
|