Home
last modified time | relevance | path

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

12345678910>>...220

/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 …]
/external/swiftshader/src/Device/
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 …]
/external/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 …]
/external/skqp/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 …]
/external/skia/src/core/
DSkRasterPipeline.h35 #define SK_RASTER_PIPELINE_STAGES(M) \ argument
36 M(callback) \
37 M(move_src_dst) M(move_dst_src) \
38 M(clamp_0) M(clamp_1) M(clamp_a) M(clamp_a_dst) M(clamp_gamut) \
39 M(unpremul) M(premul) M(premul_dst) \
40 M(force_opaque) M(force_opaque_dst) \
41 M(set_rgb) M(unbounded_set_rgb) M(swap_rb) M(swap_rb_dst) \
42 M(from_srgb) M(to_srgb) \
43 M(black_color) M(white_color) M(uniform_color) M(unbounded_uniform_color) \
44 M(seed_shader) M(dither) \
[all …]
/external/skqp/src/core/
DSkRasterPipeline.h35 #define SK_RASTER_PIPELINE_STAGES(M) \ argument
36 M(callback) \
37 M(move_src_dst) M(move_dst_src) \
38 M(clamp_0) M(clamp_1) M(clamp_a) M(clamp_a_dst) M(clamp_gamut) \
39 M(unpremul) M(premul) M(premul_dst) \
40 M(force_opaque) M(force_opaque_dst) \
41 M(set_rgb) M(unbounded_set_rgb) M(swap_rb) M(swap_rb_dst) \
42 M(from_srgb) M(to_srgb) \
43 M(black_color) M(white_color) M(uniform_color) M(unbounded_uniform_color) \
44 M(seed_shader) M(dither) \
[all …]
/external/perf_data_converter/src/quipper/testdata/
Dperf.data.intel_pt-4.14.serialized.out.pb_text552M\242 t\271\356\036\000-\334!\n\000\000\000\000Ms\247s\271\000\000\000M*\"t\271YH\006-g$\356\356\3…
1425M\242 t\271\356\014\000Mg\247s\271\000\000\000Ms!t\271-\334!\nMs\247s\271\000\000M*\"t\271\006\000…
2152 build_id_hash: "\255\226\345\323\304\301]\322\000\230@\317H\255\213M\301\355\213n"
2467 build_id_hash: "\300\250\214\364@\215\336\367SC\246\236A`/M=\343Nh"
2474 build_id_hash: "\243\370<\323y\236\364\024\2357c\316\345M\321\213\226{}\333"
Dperf.data.intel_pt-4.14.pr.out.pb_text1888M\242 t\271\356\036\000-\334!\n\000\000\000\000Ms\247s\271\000\000\000M*\"t\271YH\006-g$\356\356\3…
2761M\242 t\271\356\014\000Mg\247s\271\000\000\000Ms!t\271-\334!\nMs\247s\271\000\000M*\"t\271\006\000…
3774 build_id_hash: "\255\226\345\323\304\301]\322\000\230@\317H\255\213M\301\355\213n"
4089 build_id_hash: "\300\250\214\364@\215\336\367SC\246\236A`/M=\343Nh"
4096 build_id_hash: "\243\370<\323y\236\364\024\2357c\316\345M\321\213\226{}\333"
Dperf.data.intel_pt-4.14.ser.comm.out.pb_text1888M\242 t\271\356\036\000-\334!\n\000\000\000\000Ms\247s\271\000\000\000M*\"t\271YH\006-g$\356\356\3…
2761M\242 t\271\356\014\000Mg\247s\271\000\000\000Ms!t\271-\334!\nMs\247s\271\000\000M*\"t\271\006\000…
3774 build_id_hash: "\255\226\345\323\304\301]\322\000\230@\317H\255\213M\301\355\213n"
4089 build_id_hash: "\300\250\214\364@\215\336\367SC\246\236A`/M=\343Nh"
4096 build_id_hash: "\243\370<\323y\236\364\024\2357c\316\345M\321\213\226{}\333"
Dperf.data.intel_pt-4.14.io.out.pb_text1888M\242 t\271\356\036\000-\334!\n\000\000\000\000Ms\247s\271\000\000\000M*\"t\271YH\006-g$\356\356\3…
2761M\242 t\271\356\014\000Mg\247s\271\000\000\000Ms!t\271-\334!\nMs\247s\271\000\000M*\"t\271\006\000…
3774 build_id_hash: "\255\226\345\323\304\301]\322\000\230@\317H\255\213M\301\355\213n"
4089 build_id_hash: "\300\250\214\364@\215\336\367SC\246\236A`/M=\343Nh"
4096 build_id_hash: "\243\370<\323y\236\364\024\2357c\316\345M\321\213\226{}\333"
Dperf.data.intel_pt-4.14.parse.out.pb_text1888M\242 t\271\356\036\000-\334!\n\000\000\000\000Ms\247s\271\000\000\000M*\"t\271YH\006-g$\356\356\3…
2761M\242 t\271\356\014\000Mg\247s\271\000\000\000Ms!t\271-\334!\nMs\247s\271\000\000M*\"t\271\006\000…
3774 build_id_hash: "\255\226\345\323\304\301]\322\000\230@\317H\255\213M\301\355\213n"
4089 build_id_hash: "\300\250\214\364@\215\336\367SC\246\236A`/M=\343Nh"
4096 build_id_hash: "\243\370<\323y\236\364\024\2357c\316\345M\321\213\226{}\333"
Dperf.data.intel_pt-4.14.parse.remap.out.pb_text1888M\242 t\271\356\036\000-\334!\n\000\000\000\000Ms\247s\271\000\000\000M*\"t\271YH\006-g$\356\356\3…
2761M\242 t\271\356\014\000Mg\247s\271\000\000\000Ms!t\271-\334!\nMs\247s\271\000\000M*\"t\271\006\000…
3774 build_id_hash: "\255\226\345\323\304\301]\322\000\230@\317H\255\213M\301\355\213n"
4089 build_id_hash: "\300\250\214\364@\215\336\367SC\246\236A`/M=\343Nh"
4096 build_id_hash: "\243\370<\323y\236\364\024\2357c\316\345M\321\213\226{}\333"
Dperf.data.intel_pt-4.14.pb_text1888M\242 t\271\356\036\000-\334!\n\000\000\000\000Ms\247s\271\000\000\000M*\"t\271YH\006-g$\356\356\3…
2761M\242 t\271\356\014\000Mg\247s\271\000\000\000Ms!t\271-\334!\nMs\247s\271\000\000M*\"t\271\006\000…
3774 build_id_hash: "\255\226\345\323\304\301]\322\000\230@\317H\255\213M\301\355\213n"
4089 build_id_hash: "\300\250\214\364@\215\336\367SC\246\236A`/M=\343Nh"
4096 build_id_hash: "\243\370<\323y\236\364\024\2357c\316\345M\321\213\226{}\333"
Dperf.data.piped.intel_pt-4.14.pr.out.pb_text5104M\242 t\271Y3\356\036-\334!\n\000\000\000Ms\247s\271\000\000\000M*\"t\271\006\000\000-g$\356\356\3…
6057M\242 t\271\356\014\000Mg\247s\271\000\000\000Ms!t\271-\334!\004Y7\006\000\000\000\000Ms\247s\271\…
/external/icu/icu4c/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_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.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_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 …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/
DNat224.java13 private static final long M = 0xFFFFFFFFL; field in Nat224
18 c += (x[0] & M) + (y[0] & M); in add()
21 c += (x[1] & M) + (y[1] & M); in add()
24 c += (x[2] & M) + (y[2] & M); in add()
27 c += (x[3] & M) + (y[3] & M); in add()
30 c += (x[4] & M) + (y[4] & M); in add()
33 c += (x[5] & M) + (y[5] & M); in add()
36 c += (x[6] & M) + (y[6] & M); in add()
45 c += (x[xOff + 0] & M) + (y[yOff + 0] & M); in add()
48 c += (x[xOff + 1] & M) + (y[yOff + 1] & M); in add()
[all …]
DNat256.java13 private static final long M = 0xFFFFFFFFL; field in Nat256
18 c += (x[0] & M) + (y[0] & M); in add()
21 c += (x[1] & M) + (y[1] & M); in add()
24 c += (x[2] & M) + (y[2] & M); in add()
27 c += (x[3] & M) + (y[3] & M); in add()
30 c += (x[4] & M) + (y[4] & M); in add()
33 c += (x[5] & M) + (y[5] & M); in add()
36 c += (x[6] & M) + (y[6] & M); in add()
39 c += (x[7] & M) + (y[7] & M); in add()
48 c += (x[xOff + 0] & M) + (y[yOff + 0] & M); in add()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
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 …]
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 …]
/external/u-boot/drivers/bios_emulator/x86emu/
Ddecode.c52 if (M.x86.intr & INTR_SYNCH) { in x86emu_intr_handle()
53 intno = M.x86.intno; in x86emu_intr_handle()
57 push_word((u16)M.x86.R_FLG); in x86emu_intr_handle()
60 push_word(M.x86.R_CS); in x86emu_intr_handle()
61 M.x86.R_CS = mem_access_word(intno * 4 + 2); in x86emu_intr_handle()
62 push_word(M.x86.R_IP); in x86emu_intr_handle()
63 M.x86.R_IP = mem_access_word(intno * 4); in x86emu_intr_handle()
64 M.x86.intr = 0; in x86emu_intr_handle()
80 M.x86.intno = intrnum; in x86emu_intr_raise()
81 M.x86.intr |= INTR_SYNCH; in x86emu_intr_raise()
[all …]

12345678910>>...220