/cmsis-dsp-latest/Testing/PatternGeneration/ |
D | Quaternion.py | 8 def flattenQuat(l): argument 11 def flattenRot(l): argument
|
/cmsis-dsp-latest/dsppp/Include/dsppp/Scalar/ |
D | basic.hpp | 33 vector_length_t l, in _Fill() 117 const vector_length_t l, in eval() 201 const vector_length_t l, in _dot() 241 const vector_length_t l, in _swap()
|
/cmsis-dsp-latest/dsppp/Include/dsppp/DSP/ |
D | basic.hpp | 29 vector_length_t l, in _Fill() 111 const vector_length_t l, in eval() 188 const vector_length_t l, in _dot() 224 const vector_length_t l, in _swap()
|
/cmsis-dsp-latest/dsppp/Include/dsppp/Helium/ |
D | basic.hpp | 38 const vector_length_t l, in _Fill() 122 const vector_length_t l, in eval() 254 const vector_length_t l, in _dot() 292 const vector_length_t l, in _swap()
|
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | memory_pool.hpp | 343 ListElem *l = reinterpret_cast<ListElem*>(buf); in recycle_buffer() local 362 ListElem *l=reinterpret_cast<ListElem*>(buffer_list[i]); in reset() local 365 ListElem *l=reinterpret_cast<ListElem*>(buffer_list[nbBufs-1]); in reset() local
|
D | fusion.hpp | 893 constexpr vector_length_t l = static_length<VA,VB>(); in dot() local 906 const vector_length_t l = a.length(); in dot() local 933 constexpr vector_length_t l = static_length<VA,VB>(); in swap() local 945 const vector_length_t l = a.length(); in swap() local
|
D | algorithms.hpp | 289 Matrix<P,DYNAMIC,DYNAMIC,TMP_ALLOC> mk_identity(const vector_length_t l) in mk_identity()
|
/cmsis-dsp-latest/dsppp/tests/ |
D | debug_test_external.cpp | 17 int l) in external_debug() 46 int l) in external_debug()
|
D | cmsisdsp.cpp | 23 uint32_t l) in cmsisdsp_add() 34 uint32_t l) in cmsisdsp_add() 44 uint32_t l) in cmsisdsp_add() 55 uint32_t l) in cmsisdsp_add() 67 uint32_t l) in cmsisdsp_add() 78 uint32_t l) in cmsisdsp_add() 90 uint32_t l) in cmsisdsp_dot() 100 uint32_t l) in cmsisdsp_dot() 108 uint32_t l) in cmsisdsp_dot() 119 uint32_t l) in cmsisdsp_dot() [all …]
|
/cmsis-dsp-latest/Source/TransformFunctions/ |
D | arm_cfft_radix2_q15.c | 91 uint32_t i, j, k, l; in arm_radix2_butterfly_q15() local 401 uint32_t i, j, k, l; in arm_radix2_butterfly_inverse_q15() local
|
D | arm_cfft_radix2_q31.c | 92 unsigned i, j, k, l, m; in arm_radix2_butterfly_q31() local 220 unsigned i, j, k, l; in arm_radix2_butterfly_inverse_q31() local
|
D | arm_cfft_radix2_f16.c | 124 uint32_t i, j, k, l; in arm_radix2_butterfly_f16() local 293 uint32_t i, j, k, l; in arm_radix2_butterfly_inverse_f16() local
|
D | arm_cfft_radix2_f32.c | 117 uint32_t i, j, k, l; in arm_radix2_butterfly_f32() local 286 uint32_t i, j, k, l; in arm_radix2_butterfly_inverse_f32() local
|
D | arm_cfft_f64.c | 194 uint32_t i, l; in arm_cfft_radix4by2_f64() local 259 uint32_t L = S->fftLen, l; in arm_cfft_f64() local
|
D | arm_cfft_f32.c | 765 uint32_t l; in arm_cfft_radix8by2_f32() local 882 uint32_t l, twMod2, twMod3, twMod4; in arm_cfft_radix8by4_f32() local 1137 uint32_t L = S->fftLen, l; in arm_cfft_f32() local
|
D | arm_cfft_q31.c | 724 uint32_t i, l; in arm_cfft_radix4by2_q31() local 785 uint32_t i, l; in arm_cfft_radix4by2_inverse_q31() local
|
D | arm_cfft_q15.c | 703 uint32_t l; in arm_cfft_radix4by2_q15() local 802 uint32_t l; in arm_cfft_radix4by2_inverse_q15() local
|
D | arm_cfft_f16.c | 625 uint32_t L = S->fftLen, l; in arm_cfft_f16() local
|
D | arm_cfft_radix4_f16.c | 77 uint32_t i, l; in arm_cfft_radix4by2_f16() local
|
/cmsis-dsp-latest/Source/SupportFunctions/ |
D | arm_heap_sort_f32.c | 38 uint32_t l = 2*i + 1; // left = 2*i + 1 in arm_heapify() local
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | testdsp2.py | 394 def flattenQuat(l): argument 397 def flattenRot(l): argument
|