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

1 2

  /external/syslinux/gnu-efi/gnu-efi-3.0/apps/
modelist.c 29 int i, imax; local
32 imax = gop->Mode->MaxMode;
34 Print(L"GOP reports MaxMode %d\n", imax);
35 for (i = 0; i < imax; i++) {
  /art/test/704-multiply-accumulate/src/
Main.java 19 static int imax = Integer.MAX_VALUE; field in class:Main
39 int a = imax;
  /external/ltp/testcases/misc/math/float/
thread_code.c 282 int imax, index; local
360 imax = fsize / sizeof(double);
365 for (index = th_data->th_num; index < imax; index += num_threads) { /* computation loop */
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
subr_prf.c 56 static inline int imax(int a, int b) { return (a > b ? a : b); } function
508 width -= tmp + imax(dwidth, n);
  /external/valgrind/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);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfscanf.c 795 intmax_t imax; member in union:__anon12107
808 res.imax = strtoimax(buf, (char **)NULL, base);
823 *va_arg(ap, intmax_t *) = res.imax;
  /external/google-breakpad/src/common/windows/
omap.cc 604 size_t imax = 0; local
627 imax = it2 - map.begin();
632 for (size_t i = imin; i < imax; ++i) {
  /external/ltp/lib/
random_range.c 730 int imax = 6 * GIG; /* higher than 32 bits */ local
732 int imax = 1048576; local
851 itmin = imax;
852 part = imax / PARTNUM;
858 lret = random_range(imin, imax, imult, NULL);
883 valbound[PARTNUM - 1], (long)imax, cntarr[PARTNUM - 1],
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
selectmodule.c 217 int imax, omax, emax, max; local
267 if ((imax=seq2set(ifdlist, &ifdset, rfd2obj)) < 0)
273 max = imax;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
selectmodule.c 217 int imax, omax, emax, max; local
267 if ((imax=seq2set(ifdlist, &ifdset, rfd2obj)) < 0)
273 max = imax;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
selectmodule.c 217 int imax, omax, emax, max; local
267 if ((imax=seq2set(ifdlist, &ifdset, rfd2obj)) < 0)
273 max = imax;
    [all...]
  /external/libxaac/decoder/
ixheaacd_sbrdec_lpfuncs.c 812 WORD32 i, j, k, imax; local
816 imax = i;
818 if (fabs(a[k][i]) > fabs(a[imax][i])) {
819 imax = k;
822 if (imax != i) {
823 v = b[imax];
824 b[imax] = b[i];
827 v = a[imax][j];
828 a[imax][j] = a[i][j];
    [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...]
  /external/python/cpython2/Modules/
selectmodule.c 206 int imax, omax, emax, max; local
256 if ((imax=seq2set(ifdlist, &ifdset, rfd2obj)) < 0)
262 max = imax;
    [all...]
  /external/python/cpython3/Modules/
_testbuffer.c 925 imax is reached when all indices[n] combined with negative strides are 0
933 Py_ssize_t imin, imax; local
952 imin = imax = 0;
957 imax += (shape[n]-1) * strides[n];
959 if (imin + offset < 0 || imax + offset + itemsize > len)
    [all...]
selectmodule.c 203 int imax, omax, emax, max; local
252 if ((imax=seq2set(ifdlist, &ifdset, rfd2obj)) < 0)
259 max = imax;
    [all...]
  /external/swiftshader/src/Shader/
ShaderCore.cpp 980 void ShaderCore::imax(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) function in class:sw::ShaderCore
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DiagBigDecimalTest.java 132 private static final int imax = 2147483647; field in class:DiagBigDecimalTest
459 TestFmwk.assertTrue("cin002", ((new android.icu.math.BigDecimal(imax)).toString()).equals("2147483647"));
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DiagBigDecimalTest.java 129 private static final int imax = 2147483647; field in class:DiagBigDecimalTest
456 TestFmwk.assertTrue("cin002", ((new com.ibm.icu.math.BigDecimal(imax)).toString()).equals("2147483647"));
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 547 int imax, imin; member in struct:CvContourOrientation
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
dwt.c 2340 OPJ_UINT32 imax = opj_uint_min(end, m); local
2415 OPJ_UINT32 imax = opj_uint_min(end, m); local
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.common_3.7.0.v20150402-1709.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 

Completed in 7897 milliseconds

1 2