/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/gptfdisk/ |
parttypes.cc | 54 AType* tempType; 59 tempType = allTypes; 61 delete tempType; 237 AType* tempType; 240 tempType = new AType; 241 if (tempType != NULL) { 242 tempType->MBRType = mbrType; 243 tempType->GUIDType = guidData; 244 tempType->name = name; 245 tempType->display = toDisplay [all...] |
gptpart.cc | 428 PartType tempType = (GUIDData) "00000000-0000-0000-0000-000000000000"; 444 tempType = DEFAULT_GPT_TYPE; 446 tempType = line; 448 } while (tempType == (GUIDData) "00000000-0000-0000-0000-000000000000"); 449 partitionType = tempType;
|
gptcurses.cc | 372 PartType tempType; 386 tempType = partitions[partNum].GetType().GetHexType(); 387 tempType = temp; 388 partitions[partNum].SetType(tempType); 811 PartType tempType; 816 tempType.ShowAllTypes(LINES - 3);
|
/external/opencv3/modules/imgcodecs/src/ |
grfmt_gdal.cpp | 459 int tempType; 473 tempType = gdalPaletteInterpretation2OpenCV( m_dataset->GetRasterBand(1)->GetColorTable()->GetPaletteInterpretation(), 476 if( tempType == -1 ){ 479 m_type = tempType; 491 tempType = gdal2opencv( m_dataset->GetRasterBand(1)->GetRasterDataType(), m_dataset->GetRasterCount() ); 492 if( tempType == -1 ){ 495 m_type = tempType;
|
/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/eigen/Eigen/src/QR/ |
HouseholderQR.h | 236 typedef Matrix<Scalar,MatrixQR::ColsAtCompileTime,1> TempType; 237 TempType tempVector; 278 typedef Matrix<Scalar,Dynamic,1,ColMajor,MatrixQR::MaxColsAtCompileTime,1> TempType; 279 TempType tempVector;
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
ClassProto.java | 541 byte tempType = fieldTypes[position1]; 543 fieldTypes[position2] = tempType; [all...] |
/external/eigen/Eigen/src/SparseCore/ |
SparseMatrixBase.h | 241 //typedef typename internal::conditional<transpose, LinkedVectorMatrix<Scalar,Flags&RowMajorBit>, Derived>::type TempType;
|
/external/clang/lib/CodeGen/ |
CGCleanup.cpp | [all...] |
/external/bison/build-aux/ |
texinfo.tex | [all...] |
/external/libmicrohttpd/doc/ |
texinfo.tex | [all...] |
/toolchain/binutils/binutils-2.25/texinfo/ |
texinfo.tex | [all...] |
/external/e2fsprogs/doc/ |
texinfo.tex | [all...] |
/external/e2fsprogs/lib/et/ |
texinfo.tex | [all...] |
/external/netperf/doc/ |
texinfo.tex | [all...] |
/ndk/sources/host-tools/make-3.81/config/ |
texinfo.tex | [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
UCharacterTest.java | 1571 int temptype = UCharacter.getType(i); local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
UCharacterTest.java | 1567 int temptype = UCharacter.getType(i); local [all...] |
/external/valgrind/coregrind/m_demangle/ |
cplus-dem.c | 4443 char temptype; local [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
stabs.c | 4469 char temptype; local [all...] |
/toolchain/binutils/binutils-2.25/libiberty/ |
cplus-dem.c | 4432 char temptype; local [all...] |