HomeSort by relevance Sort by last modified time
    Searched refs:M2 (Results 26 - 38 of 38) sorted by null

12

  /external/llvm/tools/bugpoint/
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
226 /// static ctors/dtors, we need to add an llvm.global_[cd]tors global to M2, and
228 static void SplitStaticCtorDtor(const char *GlobalName, Module *M1, Module *M2,
256 // Map to M2's version of the function.
272 GV = M2->getNamedGlobal(GlobalName);
279 new GlobalVariable(*M2, M2Init->getType(), false,
Miscompilation.cpp 216 static Module *TestMergedProgram(const BugDriver &BD, Module *M1, Module *M2,
223 M2 = CloneModule(M2);
225 if (Linker::LinkModules(M1, M2, Linker::DestroySource, &ErrorMsg)) {
230 delete M2; // We are done with this module.
    [all...]
  /external/opencv/cvaux/src/
cvbgfg_codebook.cpp 238 uchar m0, m1, m2, M0, M1, M2; local
258 m2 = model->modMin[2]; M2 = model->modMax[2];
271 int l0 = p0 + m0, l1 = p1 + m1, l2 = p2 + m2;
272 int h0 = p0 - M0, h1 = p1 - M1, h2 = p2 - M2;
cvepilines.cpp 176 int icvConvertPointSystem(CvPoint3D64d M2,
186 (double*)&M2,
    [all...]
  /external/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 66 const SCEVMulExpr *M2 = cast<SCEVMulExpr>(P2);
72 EXPECT_EQ(cast<SCEVConstant>(M2->getOperand(0))->getValue()->getZExtValue(),
78 EXPECT_EQ(cast<SCEVUnknown>(M2->getOperand(1))->getValue(), V2);
87 EXPECT_EQ(cast<SCEVUnknown>(M2->getOperand(1))->getValue(), V0);
  /external/skia/bench/
MathBench.cpp 292 static SkBenchmark* M2(void* p) { return new FastISqrtMathBench(p); }
306 static BenchRegistry gReg2(M2);
MatrixBench.cpp 58 SkMatrix m0, m1, m2; local
62 m2.reset();
64 always_do(m1 == m2);
65 always_do(m2 == m0);
351 static SkBenchmark* M2(void* p) { return new FloatConcatMatrixBench(p); }
358 static BenchRegistry gReg2(M2);
  /external/v8/test/mjsunit/harmony/
module-parsing.js 68 export module M2 = C.D
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 457 ProgramState::GenericDataMap M2 = GDMFactory.add(M1, Key, Data);
459 if (M1 == M2)
463 NewSt.GDM = M2;
  /external/linux-tools-perf/
builtin-stat.c 203 double n, mean, M2;
229 stats->M2 += delta*(val - stats->mean);
255 double variance = stats->M2 / (stats->n - 1);
    [all...]
  /external/openssl/crypto/bn/asm/
modexp512-x86_64.pl 323 # UINT64 m2[8]; /* 2^640 % m */
330 my $M2 = 640; # = 8 * 8 * 10 /* += 8 * 8 */
463 # X2 = Xh * M2 + Xl
464 # do first part (X2 = Xh * M2)
467 add \$`$M2-$M1`, %rsi # rsi -> M2
487 add \$`$K1-$M2`, %rsi # rsi -> pK1 ; 128 bits, 2 qwords
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 576 CVAPI(int) icvConvertPointSystem(CvPoint3D64f M2,
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 934 M, M2: Integer;
953 M2:= Stream.Mark; // MARK on 102
958 Stream.Rewind(M2);
    [all...]

Completed in 2483 milliseconds

12