Home
last modified time | relevance | path

Searched refs:CV_LT (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cxcore/src/
Dcxutils.cpp984 static CV_IMPLEMENT_QSORT_EX( icvSort64f, double, CV_LT, int )
985 static CV_IMPLEMENT_QSORT_EX( icvSort32f, float, CV_LT, int )
986 static CV_IMPLEMENT_QSORT_EX( icvSort32s, int, CV_LT, int )
987 static CV_IMPLEMENT_QSORT_EX( icvSort16u, ushort, CV_LT, int )
988 static CV_IMPLEMENT_QSORT_EX( icvSort16s, short, CV_LT, int )
989 static CV_IMPLEMENT_QSORT_EX( icvSort8u, uchar, CV_LT, int )
990 static CV_IMPLEMENT_QSORT_EX( icvSort8s, schar, CV_LT, int )
/external/opencv/cxcore/include/
Dcxmisc.h181 #define CV_LT(a, b) ((a) < (b)) macro
/external/opencv/ml/src/
Dmlboost.cpp1212 static CV_IMPLEMENT_QSORT_EX( icvSort_64f, double, CV_LT, int ) in CV_IMPLEMENT_QSORT_EX() argument
/external/opencv/cv/src/
Dcvfundam.cpp255 static CV_IMPLEMENT_QSORT( icvSortDistances, int, CV_LT ) in CV_IMPLEMENT_QSORT() argument