Home
last modified time | relevance | path

Searched refs:M4 (Results 1 - 14 of 14) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DscopeResolutionIdentifiers.js34 module M4 {
73 var M4; variable
74 (function (M4) {
77 })(M4 || (M4 = {}));
H A DenumMerging.js50 module M4 {
129 var M4; variable
130 (function (M4) {
136 })(Color = M4.Color || (M4.Color = {}));
137 })(M4 || (M4 = {}));
H A DdownlevelLetConst16.js133 module M4 {
354 var M4; variable
355 (function (M4) {
367 })(M4 || (M4 = {}));
/third_party/selinux/libsepol/tests/
H A DMakefile2 M4 ?= m4 -E -E macro
54 $(M4) $(M4PARAMS) $^ > $@
57 $(M4) $(M4PARAMS) -D enable_mls $^ > $@
/third_party/python/Include/internal/
H A Dpycore_bitutils.h117 const uint32_t M4 = 0x0F0F0F0F; in _Py_popcount32()
124 x = (x + (x >> 4)) & M4; in _Py_popcount32()
/third_party/pulseaudio/speex/libspeexdsp/
H A Dmath_approx.h277 #define M4 4936 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()
287 #undef M4 macro
/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));
2230 vpmuludq $T1,$R3,$M4
2236 vpaddq $M4,$D4,$D4 # d4 += r1'*r3
2241 vpmuludq $T2,$R2,$M4
2247 vpaddq $M4,$D4,$D4 # d4 += r2'*r2
2252 vpmuludq $T3,$R1,$M4
2257 vpaddq $M4,$D4,$D4 # d4 += r3'*r1
2262 vpmuludq $T4,$R0,$M4
2267 vpaddq $M4,$D4,$D4 # d4 += r2'*r0
2289 vpsrlq \$26,$D4,$M4
[all...]
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-x86_64.pl2134 my ($M0,$M1,$M2,$M3,$M4) = map("%zmm$_",(25..29));
2230 vpmuludq $T1,$R3,$M4
2236 vpaddq $M4,$D4,$D4 # d4 += r1'*r3
2241 vpmuludq $T2,$R2,$M4
2247 vpaddq $M4,$D4,$D4 # d4 += r2'*r2
2252 vpmuludq $T3,$R1,$M4
2257 vpaddq $M4,$D4,$D4 # d4 += r3'*r1
2262 vpmuludq $T4,$R0,$M4
2267 vpaddq $M4,$D4,$D4 # d4 += r2'*r0
2289 vpsrlq \$26,$D4,$M4
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dhevc_idct.asm492 ; M3 M4 M2^t M4^t
500 ; M4
593 ; M1 M2 M3 M4 ^T m1 m5 m9 m13 M_i^T = m_i
605 ; M13, M4
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-codes-x64.h436 V(M4) /* [ %r2*4 ] */ \
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-codes-ia32.h399 V(M4) /* [ %r2*4 ] */ \
/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) { \
/third_party/python/Lib/test/
H A Dtest_patma.py53 class M4(dict, collections.abc.Sequence, C): class
58 self.assertEqual(self.check_sequence_then_mapping(M4()), "map")
62 self.assertEqual(self.check_mapping_then_sequence(M4()), "map")
/third_party/eudev/
H A Dconfigure695 M4
17120 case $M4 in
17122 ac_cv_path_M4="$M4" # Let the user override the test with a path.
17143 M4=$ac_cv_path_M4
17144 if test -n "$M4"; then
17145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
17146 $as_echo "$M4" >&6; }

Completed in 32 milliseconds