HomeSort by relevance Sort by last modified time
    Searched refs:_m2 (Results 1 - 3 of 3) sorted by null

  /external/icu4c/layout/
IndicClassTables.cpp 48 #define _m2 (CC_SPLIT_VOWEL_PIECE_2 | CF_LENGTH_MARK) macro
97 _xx, _xx, _xx, _xx, _xx, _xx, _xx, _m2, _xx, _xx, _xx, _xx, _cn, _cn, _xx, _cn, // 09D0 - 09DF
145 _xx, _xx, _xx, _xx, _xx, _xx, _m2, _m2, _xx, _xx, _xx, _xx, _cn, _cn, _xx, _cn, // 0B50 - 0B5F
158 _xx, _xx, _xx, _xx, _xx, _xx, _xx, _m2, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, // 0BD0 - 0BDF
173 _xx, _xx, _xx, _xx, _xx, _da, _m2, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, // 0C50 - 0C5F
190 _xx, _xx, _xx, _xx, _xx, _m3, _m2, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _ct, _xx, // 0CD0 - 0CDF
203 _xx, _xx, _xx, _xx, _xx, _xx, _xx, _m2, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, // 0D50 - 0D5F
  /external/opencv/cv/src/
cvfundam.cpp 683 int CvFMEstimator::run7Point( const CvMat* _m1, const CvMat* _m2, CvMat* _fmatrix )
694 const CvPoint2D64f* m2 = (const CvPoint2D64f*)_m2->data.ptr;
791 int CvFMEstimator::run8Point( const CvMat* _m1, const CvMat* _m2, CvMat* _fmatrix )
803 const CvPoint2D64f* m2 = (const CvPoint2D64f*)_m2->data.ptr;
913 void CvFMEstimator::computeReprojError( const CvMat* _m1, const CvMat* _m2,
918 const CvPoint2D64f* m2 = (const CvPoint2D64f*)_m2->data.ptr;
    [all...]
cvcalibration.cpp     [all...]

Completed in 660 milliseconds