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

  /external/srec/srec/clib/
matrix_i.c 104 int ii, imax = 0, jj, kk; local
143 imax = ii;
148 if (jj != imax)
152 dumm = mat[imax][kk];
153 mat[imax][kk] = mat[jj][kk];
156 vv[imax] = vv[jj];
158 index[jj] = imax;
  /external/valgrind/main/perf/
ffbench.c 244 double mapbase, mapscale, /* x, */ rmin, rmax, imin, imax; local
282 imin = 1e10; imax = -1e10;
294 imax = max(ij, imax);
298 rmin, rmax, imin, imax);
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 766 intmax_t imax = INTMAX_C(0); local
788 sprintf (str1, "%" PRINTF_INTMAX_MODIFIER "d %x\n", imax, ~0);
789 if (0 != strcmp (str0, str1)) printf ("Something wrong with imax : %s\n", str1);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-script.c 128 int i, imax = ARRAY_SIZE(all_output_options); local
131 for (i = 0; i < imax; ++i) {
716 int i, imax = ARRAY_SIZE(all_output_options); local
776 for (i = 0; i < imax; ++i) {
780 if (i == imax) {
    [all...]
  /external/opencv/cv/src/
cvhistogram.cpp 315 int imax = maxPt.y*mat.cols + maxPt.x; local
329 int t = imax / size[i];
330 idx_max[i] = imax - t*size[i];
331 imax = t;
    [all...]
  /external/opencv/cvaux/src/
cveigenobjects.cpp 256 int io, jo, imin = igr * nio, imax = imin + nio; local
259 if( imax > nObjects )
260 imax = nObjects;
263 for( io = imin; io < imax; io++, bu1 += n )
274 for( io = imin; io < imax; io++, bu1 += n )
277 for( jo = io; jo < imax; jo++, bu2 += n )
295 for( jo = imax; jo < nObjects; jo++ )
307 for( io = imin; io < imax; io++, bu1 += n )
698 int i, io, ie, imin = igr * nio, imax = imin + nio; local
700 if( imax > m1
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 77 int bits, imax, imin, i; local
103 imax = 1 << (bits >> 1);
104 imin = imax >> 1;
106 for (i = imin; i < imax; i++) mvbits[-i] = mvbits[i] = bits;
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 295 int imax = 300; local
296 while((availableBlks > thresholdBlks) &&(i < imax)) {
707 int imax = fileList.length; local
709 for(int i = 0; i < imax; i++) {
  /external/opencv/cvaux/include/
cvaux.h 547 int imax, imin; member in struct:CvContourOrientation
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 

Completed in 715 milliseconds