HomeSort by relevance Sort by last modified time
    Searched refs:istep (Results 1 - 18 of 18) sorted by null

  /external/webrtc/webrtc/common_audio/signal_processing/
complex_fft_mips.c 26 int istep = 0; local
52 "sll %[istep], %[l], 1 \n\t"
79 "addu %[i], %[i], %[istep] \n\t"
130 "move %[l], %[istep] \n\t"
139 [m] "=&r" (m), [istep] "=&r" (istep), [l] "=&r" (l), [k] "=&r" (k),
153 int istep = 0, n = 0, m = 0; local
228 "sll %[istep], %[l], 1 \n\t"
254 "addu %[i], %[i], %[istep] \n\t"
307 "move %[l], %[istep] \n\t
    [all...]
complex_fft.c 31 int i, j, l, k, istep, n, m; local
51 istep = l << 1;
64 for (i = m; i < n; i += istep)
82 l = istep;
91 istep = l << 1;
110 for (i = m; i < n; i += istep)
152 l = istep;
160 size_t i, j, l, istep, n, m; local
199 istep = l << 1;
215 for (i = m; i < n; i += istep)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
rangeobject.c 68 long ilow = 0, ihigh = 0, istep = 1; local
83 &ilow, &ihigh, &istep))
86 if (istep == 0) {
90 n = get_len_of_range(ilow, ihigh, istep);
102 obj->step = istep;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
rangeobject.c 44 long ilow = 0, ihigh = 0, istep = 1; local
59 &ilow, &ihigh, &istep))
62 if (istep == 0) {
66 n = get_len_of_range(ilow, ihigh, istep);
78 obj->step = istep;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
random.py 221 istep = _int(step)
222 if istep != step:
224 if istep > 0:
225 n = (width + istep - 1) // istep
226 elif istep < 0:
227 n = (width + istep + 1) // istep
235 return istart + istep*self._randbelow(n)
236 return istart + istep*_int(self.random() * n)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
random.py 220 istep = int(step)
221 if istep != step:
223 if istep > 0:
224 n = (width + istep - 1) // istep
225 elif istep < 0:
226 n = (width + istep + 1) // istep
234 return istart + istep*self._randbelow(n)
235 return istart + istep*int(self.random() * n)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
random.py 220 istep = int(step)
221 if istep != step:
223 if istep > 0:
224 n = (width + istep - 1) // istep
225 elif istep < 0:
226 n = (width + istep + 1) // istep
234 return istart + istep*self._randbelow(n)
235 return istart + istep*int(self.random() * n
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
random.py 220 istep = int(step)
221 if istep != step:
223 if istep > 0:
224 n = (width + istep - 1) // istep
225 elif istep < 0:
226 n = (width + istep + 1) // istep
234 return istart + istep*self._randbelow(n)
235 return istart + istep*int(self.random() * n
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
random.py 220 istep = int(step)
221 if istep != step:
223 if istep > 0:
224 n = (width + istep - 1) // istep
225 elif istep < 0:
226 n = (width + istep + 1) // istep
234 return istart + istep*self._randbelow(n)
235 return istart + istep*int(self.random() * n
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
random.py 220 istep = int(step)
221 if istep != step:
223 if istep > 0:
224 n = (width + istep - 1) // istep
225 elif istep < 0:
226 n = (width + istep + 1) // istep
234 return istart + istep*self._randbelow(n)
235 return istart + istep*int(self.random() * n
    [all...]
  /external/opencv/cv/src/
cvsegmentation.cpp 107 int mstep, istep; local
170 istep = src->step;
190 img += istep; mask += mstep;
210 c_diff( ptr, ptr - istep, t );
215 c_diff( ptr, ptr + istep, t );
219 ws_push( idx, i*mstep + j, i*istep + j*3 );
301 c_diff( ptr, ptr - istep, t );
302 ws_push( t, mofs - mstep, iofs - istep );
309 ws_push( t, mofs + mstep, iofs + istep );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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 410 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);
411 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);
  /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/opencv/cxcore/src/
cxutils.cpp 1065 int istep = idx ? idx->step/sizeof(int) : 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
bltinmodule.c 1801 PyObject *istep = NULL; local
1956 long ilow = 0, ihigh = 0, istep = 1; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
bltinmodule.c 1791 PyObject *istep = NULL; local
1946 long ilow = 0, ihigh = 0, istep = 1; local
    [all...]

Completed in 559 milliseconds