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

1 2 3

  /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/chromium/chrome/browser/autofill/
address_field.cc 302 AddressType tempType;
310 tempType = kBillingAddress;
312 tempType = kShippingAddress;
314 tempType = kGenericAddress;
320 address_field->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/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
ClassPath.java 763 byte tempType = fieldTypes[position1];
765 fieldTypes[position2] = tempType;
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp     [all...]
CodeGenFunction.h     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /external/e2fsprogs/doc/
texinfo.tex     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/libffi/
texinfo.tex     [all...]
  /ndk/sources/host-tools/make-3.81/config/
texinfo.tex     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gcov 
arm-eabi-addr2line 
arm-eabi-c++filt 
arm-eabi-nm 
arm-eabi-size 
arm-eabi-strings 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/libexec/gcc/arm-eabi/4.4.3/
collect2 
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/
collect2 
  /external/valgrind/main/coregrind/m_demangle/
cplus-dem.c 4296 char temptype; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/bin/
nm 

Completed in 844 milliseconds

1 2 3