Home
last modified time | relevance | path

Searched refs:M3 (Results 1 - 25 of 28) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A DassignmentToParenthesizedIdentifiers.js22 export module M3 {
26 M3 = { x: 3 }; // Error
28 M2.M3 = { x: 3 }; // OK
29 (M2).M3 = { x: 3 }; // OK
30 (M2.M3) = { x: 3 }; // OK
32 M2.M3 = { x: '' }; // Error
33 (M2).M3 = { x: '' }; // Error
34 (M2.M3) = { x: '' }; // Error
93 var M3;
94 (function (M3) {
[all...]
H A DmergeThreeInterfaces2.js32 export module M3 {
44 export module M3 {
58 export module M3 {
87 var M3;
88 (function (M3) {
92 })(M3 = M2.M3 || (M2.M3 = {}));
95 var M3;
96 (function (M3) {
[all...]
H A DinstantiatedModule.js46 module M3 {
50 var m3: typeof M3;
51 var m3 = M3;
53 var a3: typeof M3.Color;
55 var a3 = M3.Color;
56 var blue: M3.Color = a3.Blue;
58 var p3: M3.Color;
59 var p3 = M3.Color.Red;
102 var M3; variable
103 (function (M3) {
[all...]
H A DmergeTwoInterfaces2.js27 export module M3 {
39 export module M3 {
66 var M3;
67 (function (M3) {
71 })(M3 = M2.M3 || (M2.M3 = {}));
74 var M3;
75 (function (M3) {
79 })(M3
[all...]
H A DcircularBaseTypes.js5 interface M2 extends M<M3> {}; // Error
6 type M3 = M2[keyof M2]; // Error
8 function f(m: M3) {
26 interface M2 extends M<M3> {
28 type M3 = M2[keyof M2];
29 declare function f(m: M3): any;
H A DnonInstantiatedModule.js36 module M3 {
74 var M3; variable
75 (function (M3) {
81 M3.Utils = Utils;
82 })(M3 || (M3 = {}));
H A DscopeResolutionIdentifiers.js32 module M3 {
70 var M3; variable
71 (function (M3) {
78 })(M3 || (M3 = {}));
H A DtypeValueConflict2.js14 module M3 {
58 var M3; variable
59 (function (M3) {
68 })(M3 || (M3 = {}));
H A DenumMerging.js38 module M3 {
115 var M3; variable
116 (function (M3) {
127 })(M3 || (M3 = {}));
H A DdownlevelLetConst16.js123 module M3 {
345 var M3; variable
346 (function (M3) {
353 })(M3 || (M3 = {}));
H A DintersectionReduction.js61 type M3 = Merge2<{ a: 1, b: 2 }, { a: 2, c: 3 }>; // { a: 1, b: 2, c: 3 }
H A DintersectionReductionStrict.js61 type M3 = Merge2<{ a: 1, b: 2 }, { a: 2, c: 3 }>; // { a: 1, b: 2, c: 3 }
/third_party/typescript/tests/baselines/reference/extractFunction/
H A DextractFunction24.js7 function M3() { }
19 function M3() { }
31 function M3() { }
39 function M3() { }
H A DextractFunction26.js7 M3() { }
19 M3() { }
31 M3() { }
39 M3() { }
H A DextractFunction27.js8 M3() { }
21 M3() { }
34 M3() { }
43 M3() { }
H A DextractFunction28.js7 M3() { }
20 M3() { }
33 M3() { }
42 M3() { }
H A DextractFunction25.js6 function M3() { } function
16 function M3() { }
26 function M3() {
/third_party/pulseaudio/speex/libspeexdsp/
H A Dmath_approx.h276 #define M3 -11943 macro
281 return MULT16_16_P15(x, ADD32(M1, MULT16_16_P15(x, ADD32(M2, MULT16_16_P15(x, ADD32(M3, MULT16_16_P15(M4, x))))))); in spx_atan01()
286 #undef M3 macro
/third_party/nghttp2/src/
H A Dshrpx_api_downstream_connection.cc126 constexpr auto M3 = StringRef::from_lit("}"); in send_reply() local
130 auto buflen = M1.size() + M2.size() + M3.size() + data.size() + in send_reply()
141 p = std::copy(std::begin(M3), std::end(M3), p); in send_reply()
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-x86_64.pl2134 my ($M0,$M1,$M2,$M3,$M4) = map("%zmm$_",(25..29));
2229 vpmuludq $T1,$R2,$M3
2235 vpaddq $M3,$D3,$D3 # d3 += r1'*r2
2240 vpmuludq $T2,$R1,$M3
2246 vpaddq $M3,$D3,$D3 # d3 += r2'*r1
2251 vpmuludq $T3,$R0,$M3
2256 vpaddq $M3,$D3,$D3 # d3 += r3'*r0
2261 vpmuludq $T4,$S4,$M3
2266 vpaddq $M3,$D3,$D3 # d3 += r2'*5*r4
2281 vpsrlq \$26,$D3,$M3
[all...]
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-x86_64.pl2134 my ($M0,$M1,$M2,$M3,$M4) = map("%zmm$_",(25..29));
2229 vpmuludq $T1,$R2,$M3
2235 vpaddq $M3,$D3,$D3 # d3 += r1'*r2
2240 vpmuludq $T2,$R1,$M3
2246 vpaddq $M3,$D3,$D3 # d3 += r2'*r1
2251 vpmuludq $T3,$R0,$M3
2256 vpaddq $M3,$D3,$D3 # d3 += r3'*r0
2261 vpmuludq $T4,$S4,$M3
2266 vpaddq $M3,$D3,$D3 # d3 += r2'*5*r4
2281 vpsrlq \$26,$D3,$M3
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dhevc_idct.asm491 ; M1 M2 ^T = M1^t M3^t
492 ; M3 M4 M2^t M4^t
497 ; M2 and M3
593 ; M1 M2 M3 M4 ^T m1 m5 m9 m13 M_i^T = m_i
603 ; M9, M3
/third_party/ltp/testcases/kernel/syscalls/ptrace/
H A Dptrace04.c37 R(M0) R(M1) R(M2) R(M3)
/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390.h668 template <class M3, class M4, class R1, class R2> \
669 void name(M3 m3, M4 m4, R1 r1, R2 r2) { \
672 template <class M3, class R1, class R2> \
673 void name(M3 m3, R1 r1, R2 r2) { \
/third_party/rust/crates/bitflags/src/
H A Dlib.rs1402 const M3: Flags = Flags::C; in test_const_fn() consts
1403 assert_eq!(M3, Flags::C); in test_const_fn()

Completed in 15 milliseconds

12