/external/opencv/cxcore/src/ |
D | cxminmaxloc.cpp | 48 #define CV_MINMAXLOC_ENTRY( _toggle_, srctype, temptype, cn ) \ argument 49 temptype min_val, max_val; \ 67 #define ICV_DEF_MINMAXLOC_1D_CASE_COI( _toggle_, temptype, cn ) \ argument 70 temptype val = src[x]; \ 87 srctype, temptype, extrtype ) \ argument 93 CV_MINMAXLOC_ENTRY( _toggle_, srctype, temptype, 1 ); \ 97 ICV_DEF_MINMAXLOC_1D_CASE_COI( _toggle_, temptype, 1 ); \ 105 srctype, temptype, extrtype ) \ argument 113 CV_MINMAXLOC_ENTRY( _toggle_, srctype, temptype, cn ); \ 117 ICV_DEF_MINMAXLOC_1D_CASE_COI( _toggle_, temptype, cn ); \ [all …]
|
D | cxcmp.cpp | 1249 #define ICV_DEF_BIN_ABS_DIFF_2D(name, arrtype, temptype, abs_macro, cast_macro)\ argument 1266 temptype t0 = src1[i] - src2[i]; \ 1267 temptype t1 = src1[i+1] - src2[i+1]; \ 1269 t0 = (temptype)abs_macro(t0); \ 1270 t1 = (temptype)abs_macro(t1); \ 1278 t0 = (temptype)abs_macro(t0); \ 1279 t1 = (temptype)abs_macro(t1); \ 1287 temptype t0 = src1[i] - src2[i]; \ 1288 t0 = (temptype)abs_macro(t0); \ 1297 #define ICV_DEF_UN_ABS_DIFF_2D( name, arrtype, temptype, abs_macro, cast_macro)\ argument [all …]
|
D | cxmatmul.cpp | 1263 #define ICV_DEF_TRANSFORM_CASE_C1( arrtype, temptype, _ld_, \ argument 1272 temptype t0 = _cast_macro1_(_mat[0]*v0 + _mat[1]); \ 1280 #define ICV_DEF_DIAG_TRANSFORM_CASE_C1( arrtype, temptype, _ld_, \ argument 1285 temptype t0; \ 1292 #define ICV_DEF_TRANSFORM_CASE_C2( arrtype, temptype, _ld_, \ argument 1299 temptype t0, t1; \ 1316 temptype t0 = \ 1323 #define ICV_DEF_DIAG_TRANSFORM_CASE_C2( arrtype, temptype, _ld_, \ argument 1328 temptype t0, t1; \ 1338 #define ICV_DEF_TRANSFORM_CASE_C3( arrtype, temptype, _ld_, \ argument [all …]
|
D | cxmatrix.cpp | 593 #define temptype double macro
|
/external/opencv/cv/src/ |
D | cvmoments.cpp | 252 #define ICV_DEF_CALC_MOMENTS_IN_TILE( __op__, name, flavor, srctype, temptype, momtype ) \ argument 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; \
|
/external/valgrind/coregrind/m_demangle/ |
D | cplus-dem.c | 4443 char temptype; in demangle_args() local 4459 temptype = *(*mangled)++; in demangle_args() 4461 if (temptype == 'N') in demangle_args()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UCharacterTest.java | 1567 int temptype = UCharacter.getType(i); in TestIteration() local 1568 if (temptype != result.value) { in TestIteration() 1571 temptype + " not " + result.value); in TestIteration()
|
/external/bison/build-aux/ |
D | texinfo.tex | 5681 \def\temptype{#2}% 5682 \ifx\temptype\Ynothingkeyword 5685 \else\ifx\temptype\Yomitfromtockeyword 5688 \else\ifx\temptype\Yappendixkeyword 5735 \ifx\temptype\Ynothingkeyword 5738 \else\ifx\temptype\Yomitfromtockeyword 5741 \else\ifx\temptype\Yappendixkeyword 5834 \def\temptype{#3}% 5838 \ifx\temptype\Ynothingkeyword 5843 \else\ifx\temptype\Yomitfromtockeyword [all …]
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 4378 \def\temptype{#2}% 4379 \ifx\temptype\Ynothingkeyword 4383 \else\ifx\temptype\Yomitfromtockeyword 4387 \else\ifx\temptype\Yappendixkeyword 4488 \def\temptype{#3}% 4490 \ifx\temptype\Ynothingkeyword 4494 \else\ifx\temptype\Yomitfromtockeyword 4500 \else\ifx\temptype\Yappendixkeyword
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 4378 \def\temptype{#2}% 4379 \ifx\temptype\Ynothingkeyword 4383 \else\ifx\temptype\Yomitfromtockeyword 4387 \else\ifx\temptype\Yappendixkeyword 4488 \def\temptype{#3}% 4490 \ifx\temptype\Ynothingkeyword 4494 \else\ifx\temptype\Yomitfromtockeyword 4500 \else\ifx\temptype\Yappendixkeyword
|