/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/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/ |
InterpBench.cpp | 157 static SkBenchmark* M1(void* p) { return new Fixed32D32Interp(p); } 163 static BenchRegistry gReg1(M1);
|
/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/chromium_org/third_party/mesa/src/src/mesa/sparc/ |
norm.S | 56 /* tx (f3) = (ux * m0) + (uy * m1) + (uz * m2) 61 fmuls %f1, M1, %f4 ! FGM Group 105 fmuls M1, %f15, M1 121 /* tx (f3) = (ux * m0) + (uy * m1) + (uz * m2) 126 fmuls %f1, M1, %f4 ! FGM Group 343 fmuls M1, %f15, M1 359 fmuls %f1, M1, %f4 ! FGM Group 451 fmuls %f1, M1, %f4 ! FGM Grou [all...] |
xform.S | 83 fmuls %f0, M1, %f2 ! FGM Group 89 fmuls %f8, M1, %f10 ! FGM Group f2 available 116 fmuls %f0, M1, %f2 ! FGM Group 198 fmuls %f0, M1, %f2 ! FGM Group 200 fmuls %f8, M1, %f10 ! FGM Group 219 fmuls %f0, M1, %f2 300 fmuls %f0, M1, %f2 ! FGM Group 305 fmuls %f4, M1, %f6 ! FGM 327 fmuls %f0, M1, %f2 461 fmuls %f0, M1, %f3 ! FGM Grou [all...] |
sparc_matrix.h | 36 #define M1 %f17
|
/external/llvm/lib/Analysis/ |
TypeBasedAliasAnalysis.cpp | 451 if (const MDNode *M1 = 455 if (!Aliases(M1, M2))
|
/external/mesa3d/src/mesa/sparc/ |
norm.S | 56 /* tx (f3) = (ux * m0) + (uy * m1) + (uz * m2) 61 fmuls %f1, M1, %f4 ! FGM Group 105 fmuls M1, %f15, M1 121 /* tx (f3) = (ux * m0) + (uy * m1) + (uz * m2) 126 fmuls %f1, M1, %f4 ! FGM Group 343 fmuls M1, %f15, M1 359 fmuls %f1, M1, %f4 ! FGM Group 451 fmuls %f1, M1, %f4 ! FGM Grou [all...] |
xform.S | 83 fmuls %f0, M1, %f2 ! FGM Group 89 fmuls %f8, M1, %f10 ! FGM Group f2 available 116 fmuls %f0, M1, %f2 ! FGM Group 198 fmuls %f0, M1, %f2 ! FGM Group 200 fmuls %f8, M1, %f10 ! FGM Group 219 fmuls %f0, M1, %f2 300 fmuls %f0, M1, %f2 ! FGM Group 305 fmuls %f4, M1, %f6 ! FGM 327 fmuls %f0, M1, %f2 461 fmuls %f0, M1, %f3 ! FGM Grou [all...] |
sparc_matrix.h | 36 #define M1 %f17
|
/external/v8/test/mjsunit/harmony/ |
module-parsing.js | 67 export module M1 {}
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineMulDivRem.cpp | 455 Value *M1 = ConstantExpr::getFMul(C1, C); 456 Value *M0 = isNormalFp(cast<ConstantFP>(M1)) ? 459 if (M0 && M1) { 461 std::swap(M0, M1); 464 BinaryOperator::CreateFAdd(M0, M1) : 465 BinaryOperator::CreateFSub(M0, M1); [all...] |
/external/chromium_org/v8/test/mjsunit/harmony/ |
module-parsing.js | 67 export module M1 {}
|
/external/clang/lib/StaticAnalyzer/Core/ |
ProgramState.cpp | 506 ProgramState::GenericDataMap M1 = St->getGDM(); 507 ProgramState::GenericDataMap M2 = GDMFactory.add(M1, Key, Data); 509 if (M1 == M2)
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
modexp512-x86_64.pl | 323 # UINT64 m1[8]; /* 2^768 % m */ 330 my $M1 = 576; # = 8 * 8 * 9 /* += 8 * 8 */ 423 # X1 = Xh * M1 + Xl 427 add \$$M1, %rsi 461 # rsi -> M1 468 add \$`$M2-$M1`, %rsi # rsi -> M2 [all...] |
/external/openssl/crypto/bn/asm/ |
modexp512-x86_64.pl | 323 # UINT64 m1[8]; /* 2^768 % m */ 330 my $M1 = 576; # = 8 * 8 * 9 /* += 8 * 8 */ 423 # X1 = Xh * M1 + Xl 427 add \$$M1, %rsi 461 # rsi -> M1 468 add \$`$M2-$M1`, %rsi # rsi -> M2 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_descr.py | 487 class M1(type): 492 __metaclass__ = M1 755 class M1(C, object): 757 return "M1 a" 759 return "M1 b" 761 self.assertEqual(M1.__mro__, (M1, C, object)) 762 m = M1() 764 self.assertEqual(m.m1method(), "M1 a") 765 self.assertEqual(m.all_method(), "M1 b" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_descr.py | 487 class M1(type): 492 __metaclass__ = M1 755 class M1(C, object): 757 return "M1 a" 759 return "M1 b" 761 self.assertEqual(M1.__mro__, (M1, C, object)) 762 m = M1() 764 self.assertEqual(m.m1method(), "M1 a") 765 self.assertEqual(m.all_method(), "M1 b" [all...] |
/external/opencv/ml/src/ |
mlann_mlp.cpp | 612 double m = min_val, M = max_val, m1 = min_val1, M1 = max_val1; local 659 if( t < m1 || t > M1 ) [all...] |
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_intrapred_ssse3.asm | 43 movd m1, [leftq+lineq*2 ] 45 pshufb m1, m0 47 movd [dstq ], m1 61 movd m1, [leftq+lineq*2 ] 63 pshufb m1, m0 65 movq [dstq ], m1 79 movd m1, [leftq+lineq*2 ] 81 pshufb m1, m0 83 mova [dstq ], m1 97 movd m1, [leftq+lineq*2 [all...] |
/external/opencv/cvaux/include/ |
cvaux.h | 577 CvPoint3D64f* M1, [all...] |