/external/opencv/cxcore/src/ |
cxminmaxloc.cpp | 48 #define CV_MINMAXLOC_ENTRY( _toggle_, srctype, temptype, cn ) \ 49 temptype min_val, max_val; \ 67 #define ICV_DEF_MINMAXLOC_1D_CASE_COI( _toggle_, temptype, cn ) \ 70 temptype val = src[x]; \ 87 srctype, temptype, extrtype ) \ 93 CV_MINMAXLOC_ENTRY( _toggle_, srctype, temptype, 1 ); \ 97 ICV_DEF_MINMAXLOC_1D_CASE_COI( _toggle_, temptype, 1 ); \ 105 srctype, temptype, extrtype ) \ 113 CV_MINMAXLOC_ENTRY( _toggle_, srctype, temptype, cn ); \ 117 ICV_DEF_MINMAXLOC_1D_CASE_COI( _toggle_, temptype, cn ); [all...] |
cxcmp.cpp | [all...] |
cxmatmul.cpp | [all...] |
cxmatrix.cpp | 593 #define temptype double macro [all...] |
/external/opencv/cv/src/ |
cvmoments.cpp | 252 #define ICV_DEF_CALC_MOMENTS_IN_TILE( __op__, name, flavor, srctype, temptype, momtype ) \ 268 temptype x0 = 0; \ 269 temptype x1 = 0; \ 270 temptype x2 = 0; \ 277 temptype p0 = __op__(ptr[0]), p1 = __op__(ptr[cn]), \ 279 temptype t = p1; \ 280 temptype a, b, c; \ 302 temptype p = __op__(ptr[0]); \ 303 temptype xp = x * p; \ 312 temptype py = y * x0; [all...] |
/external/valgrind/main/coregrind/m_demangle/ |
cplus-dem.c | 4433 char temptype; local [all...] |
/external/bison/build-aux/ |
texinfo.tex | [all...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texinfo.tex | [all...] |