/external/webrtc/common_audio/signal_processing/ |
D | complex_fft.c | 32 int i, j, l, k, istep, n, m; in WebRtcSpl_ComplexFFT() local 52 istep = l << 1; in WebRtcSpl_ComplexFFT() 65 for (i = m; i < n; i += istep) in WebRtcSpl_ComplexFFT() 83 l = istep; in WebRtcSpl_ComplexFFT() 92 istep = l << 1; in WebRtcSpl_ComplexFFT() 111 for (i = m; i < n; i += istep) in WebRtcSpl_ComplexFFT() 153 l = istep; in WebRtcSpl_ComplexFFT() 161 size_t i, j, l, istep, n, m; in WebRtcSpl_ComplexIFFT() local 200 istep = l << 1; in WebRtcSpl_ComplexIFFT() 216 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 | 319 istep = int(step) 320 if istep != step: 322 if istep > 0: 323 n = (width + istep - 1) // istep 324 elif istep < 0: 325 n = (width + istep + 1) // istep 332 return istart + istep * self._randbelow(n)
|
/external/tinyalsa/include/tinyalsa/ |
D | mixer_plugin.h | 117 #define SND_VALUE_INTEGER(icount, imin, imax, istep) \ argument 118 {.count = icount, .min = imin, .max = imax, .step = istep }
|
/external/tinyalsa_new/include/tinyalsa/ |
D | plugin.h | 49 #define SND_VALUE_INTEGER(icount, imin, imax, istep) \ argument 50 {.count = icount, .min = imin, .max = imax, .step = istep }
|
/external/adhd/cras/src/alsa_plugin/ |
D | ctl_cras.c | 108 long *imax, long *istep) in ctl_cras_get_integer_info() argument 110 *istep = 0; in ctl_cras_get_integer_info()
|
/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/python/cpython3/Objects/ |
D | rangeobject.c | 607 Py_ssize_t istep; in range_repr() local 611 istep = PyNumber_AsSsize_t(r->step, NULL); in range_repr() 612 if (istep == -1 && PyErr_Occurred()) { in range_repr() 617 if (istep == 1) in range_repr()
|
/external/python/pybind11/tests/ |
D | test_sequences_and_iterators.cpp | 91 int istep = static_cast<int>(step); in TEST_SUBMODULE() local 92 return std::make_tuple(istart,istop,istep); in TEST_SUBMODULE()
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/ |
D | pr30654-phiscev-sext-trunc.ll | 195 ; int istep = cstep; 198 ; p = p + istep;
|
/external/cldr/common/testData/transforms/ |
D | kk-Latn-t-kk-m0-bgn.txt | 578 істеп istep
|