Searched refs:CV_LT (Results 1 – 4 of 4) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxutils.cpp | 984 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/ |
D | cxmisc.h | 181 #define CV_LT(a, b) ((a) < (b)) macro
|
/external/opencv/ml/src/ |
D | mlboost.cpp | 1212 static CV_IMPLEMENT_QSORT_EX( icvSort_64f, double, CV_LT, int ) in CV_IMPLEMENT_QSORT_EX() argument
|
/external/opencv/cv/src/ |
D | cvfundam.cpp | 255 static CV_IMPLEMENT_QSORT( icvSortDistances, int, CV_LT ) in CV_IMPLEMENT_QSORT() argument
|