HomeSort by relevance Sort by last modified time
    Searched full:temptype (Results 1 - 21 of 21) sorted by null

  /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/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 230 typedef Matrix<Scalar,MatrixQR::ColsAtCompileTime,1> TempType;
231 TempType tempVector;
267 typedef Matrix<Scalar,Dynamic,1,ColMajor,MatrixQR::MaxColsAtCompileTime,1> TempType;
268 TempType tempVector;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
ClassProto.java 536 byte tempType = fieldTypes[position1];
538 fieldTypes[position2] = tempType;
  /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...]
CodeGenFunction.h     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /external/e2fsprogs/doc/
texinfo.tex     [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]
  /ndk/sources/host-tools/make-3.81/config/
texinfo.tex     [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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib64/
libiberty.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib64/
libiberty.a     [all...]

Completed in 426 milliseconds