HomeSort by relevance Sort by last modified time
    Searched refs:M1 (Results 1 - 25 of 31) sorted by null

1 2

  /external/clang/test/Preprocessor/
macro_rescan.c 2 // RUN: %clang_cc1 -E %s | grep 'ei_2 = (M1)(17);'
4 #define M1(a) (a+1)
7 int ei_1 = M2(M1)(17); /* becomes int ei_1 = (17+1); */
8 int ei_2 = (M2(M1))(17); /* becomes int ei_2 = (M1)(17); */
macro_paste_simple.c 9 #define M1(A) A
11 B: M1(M2(##))
  /external/llvm/unittests/ExecutionEngine/JIT/
MultiJITTest.cpp 34 void createModule1(LLVMContext &Context1, Module *&M1, Function *&FooF1) {
35 M1 = new Module("test1", Context1);
36 LoadAssemblyInto(M1,
48 FooF1 = M1->getFunction("foo1");
73 Module *M1 = 0;
75 createModule1(Context1, M1, FooF1);
83 OwningPtr<ExecutionEngine> EE1(EngineBuilder(M1).create());
103 Module *M1 = 0;
105 createModule1(Context1, M1, FooF1);
113 OwningPtr<ExecutionEngine> EE1(EngineBuilder(M1).create())
    [all...]
  /external/openfst/src/include/fst/
fst-decl.h 119 template <class M1, class M2 = M1> class SequenceComposeFilter;
120 template <class M1, class M2 = M1> class AltSequenceComposeFilter;
121 template <class M1, class M2 = M1> class MatchComposeFilter;
compose-filter.h 159 // template <class M1, class M2>
162 // typedef typename M1::FST1 FST1;
163 // typedef typename M1::FST2 FST2;
171 // // M1 *matcher1 = 0, M2 *matcher2 = 0);
174 // ComposeFilter(const ComposeFilter<M1, M2> &filter,
206 template <class M1, class M2>
209 typedef typename M1::FST FST1;
213 typedef M1 Matcher1;
221 M1 *matcher1 = 0, M2 *matcher2 = 0)
222 : matcher1_(matcher1 ? matcher1 : new M1(fst1, MATCH_OUTPUT))
    [all...]
lookahead-filter.h 37 template <class M1, class M2>
38 MatchType LookAheadMatchType(const M1 &m1, const M2 &m2) {
39 MatchType type1 = m1.Type(false);
42 m1.Flags() & kOutputLookAheadMatcher)
47 else if (m1.Flags() & kOutputLookAheadMatcher &&
48 m1.Type(true) == MATCH_OUTPUT)
76 template <class M1, class M2, MatchType MT>
123 template <class M1, class M2>
124 class LookAheadSelector<M1, M2, MATCH_INPUT>
    [all...]
compose.h 79 template <class M1, class M2,
80 class F = SequenceComposeFilter<M1, M2>,
81 class T = GenericComposeStateTable<typename M1::Arc,
84 M1 *matcher1; // FST1 matcher (see matcher.h)
90 M1 *mat1 = 0, M2 *mat2 = 0,
203 template <class M1, class M2, class F, class T>
204 class ComposeFstImpl : public ComposeFstImplBase<typename M1::Arc> {
205 typedef typename M1::FST FST1;
207 typedef typename M1::Arc Arc;
223 const ComposeFstImplOptions<M1, M2, F, T> &opts)
    [all...]
  /external/clang/test/Misc/
macro-backtrace.c 4 #define M1(A, B) ((A) < (B))
5 #define M2(A, B) M1(A, B)
31 // CHECK-LIMIT: #define M2(A, B) M1(A, B)
32 // CHECK-LIMIT: macro-backtrace.c:4:23: note: expanded from macro 'M1'
33 // CHECK-LIMIT: #define M1(A, B) ((A) < (B))
44 // CHECK-NO-CARETS-NEXT: macro-backtrace.c:4:23: note: expanded from macro 'M1'
caret-diags-macros.c 3 #define M1(x) x
6 M1(
10 // CHECK: :3:{{[0-9]+}}: note: expanded from macro 'M1'
  /external/clang/test/CodeGenCXX/
copy-assign-synthesis.cpp 21 M() : M1(10), M2(11) , auM1(12) {}
22 int M1;
25 printf("M1 = %d M2 = %d auM1 = %d auM2 = %d\n", M1, M2, auM1, auM2);
copy-assign-synthesis-1.cpp 26 M() : M1(10), M2(11) , auM1(12) {}
27 int M1;
30 printf("M1 = %d M2 = %d auM1 = %d auM2 = %d\n", M1, M2, auM1, auM2);
  /external/llvm/include/llvm/Support/
CommandLine.h     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js 96 function MMulti(M1, M2) {
102 for (; j < 4; j++) M[i][j] = M1[i][0] * M2[0][j] + M1[i][1] * M2[1][j] + M1[i][2] * M2[2][j] + M1[i][3] * M2[3][j];
123 function MAdd(M1, M2) {
129 for (; j < 4; j++) M[i][j] = M1[i][j] + M2[i][j];
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 96 function MMulti(M1, M2) {
102 for (; j < 4; j++) M[i][j] = M1[i][0] * M2[0][j] + M1[i][1] * M2[1][j] + M1[i][2] * M2[2][j] + M1[i][3] * M2[3][j];
123 function MAdd(M1, M2) {
129 for (; j < 4; j++) M[i][j] = M1[i][j] + M2[i][j];
  /external/openssl/crypto/md5/asm/
md5-ia64.S 40 // {in,out}9 Block Value 1 M1
126 #define M1 in9
310 // loading into M12 here produces the M0 value, M13 -> M1, etc.
544 G(D, A, B, C, M1) \
545 COMPUTE(D, A, 9, M1, RotateM1) \
554 H(D, A, B, C, M1) \
555 COMPUTE(D, A, 11, M1, RotateM1) \
564 I(D, A, B, C, M1) \
565 COMPUTE(D, A, 10, M1, RotateM1) \
677 mov M0 = M1
    [all...]
  /external/speex/libspeex/
math_approx.h 274 #define M1 32767
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)))))));
284 #undef M1
  /external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 292 if (const MDNode *M1 =
296 if (!Aliases(M1, M2))
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 158 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
163 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 216 static Module *TestMergedProgram(const BugDriver &BD, Module *M1, Module *M2,
222 M1 = CloneModule(M1);
225 if (Linker::LinkModules(M1, M2, Linker::DestroySource, &ErrorMsg)) {
233 Broken = BD.diffProgram(M1, "", "", false, &Error);
236 delete M1;
239 return M1;
    [all...]
ExtractFunction.cpp 224 /// SplitStaticCtorDtor - A module was recently split into two parts, M1/M2, and
225 /// M1 has all of the global variables. If M2 contains any functions that are
228 static void SplitStaticCtorDtor(const char *GlobalName, Module *M1, Module *M2,
230 GlobalVariable *GV = M1->getNamedGlobal(GlobalName);
267 new GlobalVariable(*M1, M1Init->getType(), false,
273 assert(GV && "Not a clone of M1?");
  /external/opencv/cvaux/src/
cvbgfg_codebook.cpp 238 uchar m0, m1, m2, M0, M1, M2; local
257 m1 = model->modMin[1]; M1 = model->modMax[1];
271 int l0 = p0 + m0, l1 = p1 + m1, l2 = p2 + m2;
272 int h0 = p0 - M0, h1 = p1 - M1, h2 = p2 - M2;
  /external/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 65 const SCEVMulExpr *M1 = cast<SCEVMulExpr>(P1);
70 EXPECT_EQ(cast<SCEVConstant>(M1->getOperand(0))->getValue()->getZExtValue(),
77 EXPECT_EQ(cast<SCEVUnknown>(M1->getOperand(1))->getValue(), V1);
86 EXPECT_EQ(cast<SCEVUnknown>(M1->getOperand(1))->getValue(), V0);
  /external/skia/bench/
MathBench.cpp 291 static SkBenchmark* M1(void* p) { return new SlowISqrtMathBench(p); }
305 static BenchRegistry gReg1(M1);
MatrixBench.cpp 58 SkMatrix m0, m1, m2; local
61 m1.reset();
63 always_do(m0 == m1);
64 always_do(m1 == m2);
350 static SkBenchmark* M1(void* p) { return new ScaleMatrixBench(p); }
357 static BenchRegistry gReg1(M1);
  /external/v8/test/mjsunit/harmony/
module-parsing.js 67 export module M1 {}

Completed in 549 milliseconds

1 2