Home
last modified time | relevance | path

Searched defs:M0 (Results 1 – 19 of 19) sorted by relevance

/external/opencv3/modules/videostab/src/
Dmotion_stabilizing.cpp275 Mat_<float> M0 = at(t,M); in stabilize() local
308 Mat_<float> M0 = at(t,M); in stabilize() local
341 Mat_<float> M0 = at(t,M), M1 = at(t+1,M); in stabilize() local
382 Mat_<float> M0 = at(t,M), M1 = at(t+1,M); in stabilize() local
423 Mat_<float> M0 = at(t,M), M1 = at(t+1,M), M2 = at(t+2,M); in stabilize() local
472 Mat_<float> M0 = at(t,M), M1 = at(t+1,M), M2 = at(t+2,M); in stabilize() local
/external/llvm/unittests/Support/
DCommandLineTest.cpp54 explicit StackOption(const M0t &M0) : Base(M0) {} in StackOption()
58 StackOption(const M0t &M0, const M1t &M1) : Base(M0, M1) {} in StackOption()
62 StackOption(const M0t &M0, const M1t &M1, const M2t &M2) : Base(M0, M1, M2) {} in StackOption()
66 StackOption(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3) in StackOption()
/external/mesa3d/src/gallium/drivers/radeon/
DSIISelLowering.cpp153 unsigned M0 = MRI.createVirtualRegister(&AMDGPU::M0RegRegClass); in LowerSI_INTERP() local
189 unsigned M0 = MRI.createVirtualRegister(&AMDGPU::M0RegRegClass); in LowerSI_INTERP_CONST() local
/external/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp73 const SCEVMulExpr *M0 = cast<SCEVMulExpr>(P0); in TEST_F() local
/external/mesa3d/src/mesa/sparc/
Dsparc_matrix.h35 #define M0 %f16 macro
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp1127 SDNode *M0 = DAG.getMachineNode(AMDGPU::S_MOV_B32, DL, V.getValueType(), V); in copyToM0() local
1245 SDValue M0 = copyToM0(DAG, DAG.getEntryNode(), DL, Op.getOperand(3)); in LowerINTRINSIC_WO_CHAIN() local
1261 SDValue M0 = copyToM0(DAG, DAG.getEntryNode(), DL, Op.getOperand(3)); in LowerINTRINSIC_WO_CHAIN() local
1271 SDValue M0 = copyToM0(DAG, DAG.getEntryNode(), DL, Op.getOperand(4)); in LowerINTRINSIC_WO_CHAIN() local
1277 SDValue M0 = copyToM0(DAG, DAG.getEntryNode(), DL, Op.getOperand(5)); in LowerINTRINSIC_WO_CHAIN() local
DAMDGPUISelDAGToDAG.cpp275 SDValue M0 = Lowering.copyToM0(*CurDAG, CurDAG->getEntryNode(), SDLoc(N), in glueCopyToM0() local
/external/boringssl/src/crypto/poly1305/
Dpoly1305_vec.c289 xmmi M0, M1, M2, M3, M4; in poly1305_blocks() local
478 xmmi M0, M1, M2, M3, M4; in poly1305_combine() local
/external/opencv/cvaux/src/
Dcvbgfg_codebook.cpp238 uchar m0, m1, m2, M0, M1, M2; in cvBGCodeBookDiff() local
/external/llvm/unittests/Linker/
DLinkModulesTest.cpp289 MDNode *M0 = F->getMetadata("attach"); in TEST_F() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp597 Value *M0 = isNormalFp(cast<Constant>(M1)) ? in visitFMul() local
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1118 MachineOperand &M0 = MI->getOperand(0); in replacePredRegPseudoSpillCode() local
DHexagonGenInsert.cpp1070 unsigned M0 = BaseOrd[MaxIF.SrcR], M1 = BaseOrd[MaxIF.InsR]; in pruneCoveredSets() local
/external/opencv3/modules/core/test/
Dtest_mat.cpp760 map<string, double> M0; in run() local
/external/opencv3/modules/calib3d/test/
Dtest_fundam.cpp679 cv::Mat M0 = M, v2_0 = v2; in run_func() local
/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp1745 auto LessThan = [](const MergeCandidate* M0, const MergeCandidate *M1) { in LoadStoreMultipleOpti()
/external/opencv3/modules/imgproc/src/
Dimgwarp.cpp5521 UMat src = _src.getUMat(), M0; in ocl_warpTransform() local
6406 cv::Mat M0 = cv::cvarrToMat(matrix), M = cv::getRotationMatrix2D(center, angle, scale); in cv2DRotationMatrix() local
6418 cv::Mat M0 = cv::cvarrToMat(matrix), in cvGetPerspectiveTransform() local
6431 cv::Mat M0 = cv::cvarrToMat(matrix), in cvGetAffineTransform() local
/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c6372 UInt M0 = IFIELD(theInstr, 11, 5); in dis_memsync() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3725 int M0 = SV0->getMaskElt(i); in visitOR() local