/external/webrtc/webrtc/common_audio/signal_processing/ |
D | complex_fft.c | 31 int i, j, l, k, istep, n, m; in WebRtcSpl_ComplexFFT() local 51 istep = l << 1; in WebRtcSpl_ComplexFFT() 64 for (i = m; i < n; i += istep) in WebRtcSpl_ComplexFFT() 82 l = istep; in WebRtcSpl_ComplexFFT() 91 istep = l << 1; in WebRtcSpl_ComplexFFT() 110 for (i = m; i < n; i += istep) in WebRtcSpl_ComplexFFT() 152 l = istep; in WebRtcSpl_ComplexFFT() 160 size_t i, j, l, istep, n, m; in WebRtcSpl_ComplexIFFT() local 199 istep = l << 1; in WebRtcSpl_ComplexIFFT() 215 for (i = m; i < n; i += istep) in WebRtcSpl_ComplexIFFT() [all …]
|
D | complex_fft_mips.c | 26 int istep = 0; in WebRtcSpl_ComplexFFT() local 139 [m] "=&r" (m), [istep] "=&r" (istep), [l] "=&r" (l), [k] "=&r" (k), in WebRtcSpl_ComplexFFT() 153 int istep = 0, n = 0, m = 0; in WebRtcSpl_ComplexIFFT() local 316 [istep] "=&r" (istep), [wi] "=&r" (wi), [wr] "=&r" (wr), [l] "=&r" (l), in WebRtcSpl_ComplexIFFT()
|
/external/python/cpython2/Objects/ |
D | rangeobject.c | 68 long ilow = 0, ihigh = 0, istep = 1; in range_new() local 83 &ilow, &ihigh, &istep)) in range_new() 86 if (istep == 0) { in range_new() 90 n = get_len_of_range(ilow, ihigh, istep); in range_new() 102 obj->step = istep; in range_new()
|
/external/python/cpython2/Lib/ |
D | random.py | 223 istep = _int(step) 224 if istep != step: 226 if istep > 0: 227 n = (width + istep - 1) // istep 228 elif istep < 0: 229 n = (width + istep + 1) // istep 237 return istart + istep*self._randbelow(n) 238 return istart + istep*_int(self.random() * n)
|
/external/python/cpython3/Lib/ |
D | random.py | 203 istep = _int(step) 204 if istep != step: 206 if istep > 0: 207 n = (width + istep - 1) // istep 208 elif istep < 0: 209 n = (width + istep + 1) // istep 216 return istart + istep*self._randbelow(n)
|
/external/python/cpython2/Python/ |
D | bltinmodule.c | 1813 PyObject *istep = NULL; in handle_range_longs() local 1830 if (!PyArg_UnpackTuple(args, "range", 1, 3, &ilow, &ihigh, &istep)) { in handle_range_longs() 1864 if (istep == NULL) in handle_range_longs() 1867 step = get_range_long_argument(istep, "step"); in handle_range_longs() 1968 long ilow = 0, ihigh = 0, istep = 1; in builtin_range() local 1985 &ilow, &ihigh, &istep)) { in builtin_range() 1990 if (istep == 0) { in builtin_range() 1995 if (istep > 0) in builtin_range() 1996 bign = get_len_of_range(ilow, ihigh, istep); in builtin_range() 1998 bign = get_len_of_range(ihigh, ilow, -istep); in builtin_range() [all …]
|
/external/adhd/cras/src/alsa_plugin/ |
D | ctl_cras.c | 114 long *imin, long *imax, long *istep) in ctl_cras_get_integer_info() argument 116 *istep = 0; in ctl_cras_get_integer_info()
|
/external/python/cpython3/Objects/ |
D | rangeobject.c | 575 Py_ssize_t istep; in range_repr() local 579 istep = PyNumber_AsSsize_t(r->step, NULL); in range_repr() 580 if (istep == -1 && PyErr_Occurred()) { in range_repr() 585 if (istep == 1) in range_repr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/ |
D | pr30654-phiscev-sext-trunc.ll | 195 ; int istep = cstep; 198 ; p = p + istep;
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/ |
D | kk-Latn-t-kk-m0-bgn.txt | 578 істеп istep
|