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

1 2

  /prebuilts/go/darwin-x86/src/math/rand/
zipf.go 17 imax float64
36 // The generator generates values k ? [0, imax]
39 func NewZipf(r *Rand, s float64, v float64, imax uint64) *Zipf {
45 z.imax = float64(imax)
50 z.hxm = z.h(z.imax + 0.5)
  /prebuilts/go/linux-x86/src/math/rand/
zipf.go 17 imax float64
36 // The generator generates values k ? [0, imax]
39 func NewZipf(r *Rand, s float64, v float64, imax uint64) *Zipf {
45 z.imax = float64(imax)
50 z.hxm = z.h(z.imax + 0.5)
  /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++) {
  /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);
  /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],
  /art/test/704-multiply-accumulate/src/
Main.java 19 static int imax = Integer.MAX_VALUE; field in class:Main
39 int a = imax;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
control_external.h 161 long *imin, long *imax, long *istep);
166 int64_t *imin, int64_t *imax, int64_t *istep);
control.h 418 int snd_ctl_elem_add_integer(snd_ctl_t *ctl, const snd_ctl_elem_id_t *id, unsigned int count, long imin, long imax, long istep);
419 int snd_ctl_elem_add_integer64(snd_ctl_t *ctl, const snd_ctl_elem_id_t *id, unsigned int count, long long imin, long long imax, long long istep);
  /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 */
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodTypeForm.java 364 for (int imax = ts.length, i = 0; i < imax; i++) {
  /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/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/adhd/cras/src/alsa_plugin/
ctl_cras.c 114 long *imin, long *imax, long *istep)
118 *imax = 100;
  /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) {
  /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);
  /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/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/libvncserver/webclients/java-applet/ssl/
ss_vncviewer     [all...]
  /external/python/cpython3/Modules/
selectmodule.c 203 int imax, omax, emax, max; local
252 if ((imax=seq2set(ifdlist, &ifdset, rfd2obj)) < 0)
259 max = imax;
    [all...]
_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...]
  /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/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...]

Completed in 751 milliseconds

1 2