HomeSort by relevance Sort by last modified time
    Searched refs:M2 (Results 51 - 75 of 116) sorted by null

1 23 4 5

  /external/opencv3/modules/videostab/src/
motion_stabilizing.cpp 423 Mat_<float> M0 = at(t,M), M1 = at(t+1,M), M2 = at(t+2,M);
450 set(r, c, M2(0,0)); set(r, c+1, M2(1,0));
451 set(r+1, c, M2(0,1)); set(r+1, c+1, M2(1,1));
452 set(r+2, c, M2(0,2)); set(r+2, c+1, M2(1,2)); set(r+2, c+2, 1);
453 set(r+3, c, M2(1,0)); set(r+3, c+1, -M2(0,0));
454 set(r+4, c, M2(1,1)); set(r+4, c+1, -M2(0,1))
    [all...]
  /external/llvm/unittests/IR/
VerifierTest.cpp 66 Module M2("M2", C);
67 Module M3("M2", C);
70 Function *F2 = cast<Function>(M2.getOrInsertFunction("foo2", FTy));
89 EXPECT_FALSE(verifyModule(M2, &ErrorOS));
96 "; ModuleID = 'M2'\n"));
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns-c674x-sploop.s 17 spmask m2
20 spmask L1,S1,D1,M1,M2,D2,S2,L2
33 spmaskr m2
36 spmaskr L1,S1,D1,M1,M2,D2,S2,L2
insns-c674x-sploop.d 17 [0-9a-f]+[048c] <[^>]*> 02030000[ \t]+spmask M2
20 [0-9a-f]+[048c] <[^>]*> 03ff0000[ \t]+spmask L1,L2,S1,S2,D1,D2,M1,M2
33 [0-9a-f]+[048c] <[^>]*> 02032000[ \t]+spmaskr M2
36 [0-9a-f]+[048c] <[^>]*> 03ff2000[ \t]+spmaskr L1,L2,S1,S2,D1,D2,M1,M2
insns-c674x.d 174 [0-9a-f]+[048c] <[^>]*> 007744f2[ \t]+avg2 \.M2 b26,b29,b0
178 [0-9a-f]+[048c] <[^>]*> 007744b2[ \t]+avgu4 \.M2 b26,b29,b0
199 [0-9a-f]+[048c] <[^>]*> 0d43c0f2[ \t]+bitc4 \.M2 b16,b26
203 [0-9a-f]+[048c] <[^>]*> 0d43e0f2[ \t]+bitr \.M2 b16,b26
359 [0-9a-f]+[048c] <[^>]*> 152502b2[ \t]+cmpy \.M2 b8,b9,b11:b10
363 [0-9a-f]+[048c] <[^>]*> 15a502f2[ \t]+cmpyr \.M2 b8,b9,b11
367 [0-9a-f]+[048c] <[^>]*> 15a50332[ \t]+cmpyr1 \.M2 b8,b9,b11
371 [0-9a-f]+[048c] <[^>]*> 15250632[ \t]+ddotp4 \.M2 b8,b9,b11:b10
375 [0-9a-f]+[048c] <[^>]*> 1524c5f2[ \t]+ddotph2 \.M2 b7:b6,b9,b11:b10
379 [0-9a-f]+[048c] <[^>]*> 15a4c572[ \t]+ddotph2r \.M2 b7:b6,b9,b1
    [all...]
insns-bad-1.s 193 and .M2 b1,b2,b3
215 call .M2 b1
224 b .M2 nrp
227 bitc4 .M2 b2,a1
231 bitr .M2 b2,a1
244 clr .M2 b1,b2,b3
270 cmpeqsp .M2 b1,b2,b3
352 ddotp4 .M2 a1,b1,b3:b2
356 ddotph2 .M2 a1:a0,b1,b3:b2
360 ddotph2r .M2 a1:a0,b1,b
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-opc-m.c 26 #define M2 IA64_TYPE_M, 2
208 {"ld16", M2, OpMXX6aHint (4, 0, 1, 0x28, 0), {R1, AR_CSD, MR3}, EMPTY},
210 {"ld16.nt1", M2, OpMXX6aHint (4, 0, 1, 0x28, 1), {R1, AR_CSD, MR3}, EMPTY},
212 {"ld16.nta", M2, OpMXX6aHint (4, 0, 1, 0x28, 3), {R1, AR_CSD, MR3}, EMPTY},
274 {"ld16.acq", M2, OpMXX6aHint (4, 0, 1, 0x2c, 0), {R1, AR_CSD, MR3}, EMPTY},
276 {"ld16.acq.nt1", M2, OpMXX6aHint (4, 0, 1, 0x2c, 1), {R1, AR_CSD, MR3}, EMPTY},
278 {"ld16.acq.nta", M2, OpMXX6aHint (4, 0, 1, 0x2c, 3), {R1, AR_CSD, MR3}, EMPTY},
    [all...]
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p4-1y.cpp 55 auto M2 = [] -> auto&& { return si; }; // expected-error{{lambda requires '()'}}
  /external/llvm/unittests/Support/
CommandLineTest.cpp 62 StackOption(const M0t &M0, const M1t &M1, const M2t &M2) : Base(M0, M1, M2) {}
66 StackOption(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3)
67 : Base(M0, M1, M2, M3) {}
  /external/opencv3/samples/cpp/
stereo_match.cpp 198 Mat M1, D1, M2, D2;
201 fs["M2"] >> M2;
205 M2 *= scale;
218 stereoRectify( M1, D1, M2, D2, img_size, R, T, R1, R2, P1, P2, Q, CALIB_ZERO_DISPARITY, -1, img_size, &roi1, &roi2 );
222 initUndistortRectifyMap(M2, D2, R2, P2, img_size, CV_16SC2, map21, map22);
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 196 std::unique_ptr<Module> M2 = parseAssemblyString(M2Str, Err, C);
199 Linker::linkModules(*M1, std::move(M2));
292 MDNode *M2 = RI->getMetadata("attach");
299 EXPECT_TRUE(M2->isDistinct());
320 EXPECT_EQ(M2, RI->getMetadata("attach"));
327 EXPECT_TRUE(M2->isDistinct());
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 83 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
88 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
  /external/libopus/celt/
mathops.h 222 #define M2 -21
230 return MULT16_16_P15(x, ADD32(M1, MULT16_16_P15(x, ADD32(M2, MULT16_16_P15(x, ADD32(M3, MULT16_16_P15(M4, x)))))));
234 #undef M2
  /external/speex/libspeex/
math_approx.h 275 #define M2 -21
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)))))));
285 #undef M2
filters.c 443 int i,j,k,M2;
451 M2=M>>1;
463 for (j=0;j<M2;j++)
483 int M2, N2;
487 M2 = M>>1;
489 ALLOC(xx1, M2+N2, spx_word16_t);
490 ALLOC(xx2, M2+N2, spx_word16_t);
494 for (i = 0; i < M2; i++)
498 for (i = 0; i < M2; i++)
509 for (j = 0; j < M2; j += 2)
    [all...]
  /libcore/ojluni/src/main/java/sun/misc/
FormattedFloatingDecimal.java 701 int M2, M5; // powers of 2 and powers of 5, respectively, in M
713 M2 = B2 - nSignificantBits;
728 M2 -= common2factor;
734 * hack M2. Hope this works.
737 M2 -= 1;
739 if ( M2 < 0 ){
743 B2 -= M2;
744 S2 -= M2;
745 M2 = 0;
783 int m = small5pow[M5] << M2;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
move2.s 80 R6 = M2;
98 SP = M2;
118 A1.X = M2;
143 M2 = SP;
147 M2 = A1.X;
178 M2 = B1;
pseudo.s 29 DBG M2;
parallel2.d 34 68: 0a cc 3f 4e R7.L = A1.X \|\| R0 = \[I0 \+\+ M2\] \|\| NOP;
40 80: 29 cc 30 00 A0.H = R6.H \|\| R0 = \[I1 \+\+ M2\] \|\| NOP;
50 a8: 67 c9 80 38 R2.H = A1, R2.L = A0 \(IH\) \|\| R0 = \[I2 \+\+ M2\] \|\| NOP;
58 c8: 07 c9 00 38 R0.H = A1, R0.L = A0 \(IS\) \|\| R5 = \[I3 \+\+ M2\] \|\| NOP;
parallel.d 138 208: 02 c9 03 58 A1 -= R0.L \* R3.H \(IS\) \|\| R2.L = W\[I0\] \|\| \[I2 \+\+ M2\] = R0;
140 210: 02 c8 17 58 A1 -= R2.L \* R7.H \|\| R3.L = W\[I0\] \|\| \[I2 \+\+ M2\] = R1;
142 218: 03 c8 f5 25 R7.L = \(A0 = R6.H \* R5.L\) \|\| R4.L = W\[I0\] \|\| \[I2 \+\+ M2\] = R2;
144 220: c3 c8 0a 24 R0.L = \(A0 = R1.H \* R2.L\) \(TFU\) \|\| R5.L = W\[I0\] \|\| \[I2 \+\+ M2\] = R3;
146 228: 03 c8 ac 28 R2.L = \(A0 \+= R5.L \* R4.L\) \|\| R6.L = W\[I0\] \|\| \[I2 \+\+ M2\] = R4;
148 230: 43 c8 fe 2e R3.L = \(A0 \+= R7.H \* R6.H\) \(T\) \|\| R7.L = W\[I0\] \|\| \[I2 \+\+ M2\] = R5;
150 238: 03 c8 1a 36 R0.L = \(A0 -= R3.H \* R2.H\) \|\| R7.L = W\[I1\+\+\] \|\| \[I2 \+\+ M2\] = R6;
152 240: 63 c9 6c 30 R1.L = \(A0 -= R5.L \* R4.L\) \(IH\) \|\| R6.L = W\[I1\+\+\] \|\| \[I2 \+\+ M2\] = R7;
204 310: 2c cc 00 cc R6.H = R0 \(RND\) \|\| W\[P1\] = R3 \|\| R1 = \[I1 \+\+ M2\];
  /external/opencv3/modules/calib3d/src/
upnp.h 99 cv::Mat compute_constraint_distance_3param_6eq_6unk_f_unk(const cv::Mat& M1, const cv::Mat& M2);
  /external/v8/src/compiler/ia32/
instruction-codes-ia32.h 129 V(M2) /* [ %r2*2 ] */ \
  /external/v8/src/compiler/x87/
instruction-codes-x87.h 112 V(M2) /* [ %r2*2 ] */ \
  /libcore/ojluni/src/main/java/java/lang/
FloatingDecimal.java 634 int M2, M5; // powers of 2 and powers of 5, respectively, in M
646 M2 = B2 - nSignificantBits;
661 M2 -= common2factor;
667 * hack M2. Hope this works.
670 M2 -= 1;
672 if ( M2 < 0 ){
676 B2 -= M2;
677 S2 -= M2;
678 M2 = 0;
716 int m = small5pow[M5] << M2;
    [all...]
  /external/boringssl/src/crypto/poly1305/
poly1305_vec.c 289 xmmi M0, M1, M2, M3, M4;
355 M2 = _mm_and_si128(MMASK, T5);
368 T5 = _mm_mul_epu32(M2, p->S23.v);
369 T6 = _mm_mul_epu32(M2, p->S24.v);
388 T5 = _mm_mul_epu32(M2, p->R20.v);
389 T6 = _mm_mul_epu32(M2, p->R21.v);
404 T5 = _mm_mul_epu32(M2, p->R22.v);
419 M2 = _mm_and_si128(MMASK, T5);
425 T2 = _mm_add_epi64(T2, M2);
478 xmmi M0, M1, M2, M3, M4
    [all...]

Completed in 1350 milliseconds

1 23 4 5