/cmsis-dsp-latest/Include/dsp/ |
D | debug.h | 64 #define PM_f16(S,M) \ argument 97 #define PM_f32(S,M) \ argument 128 #define PM_f64(S,M) \ argument
|
D | filtering_functions.h | 805 uint8_t M; /**< decimation factor. */ member 816 uint8_t M; /**< decimation factor. */ member 827 uint8_t M; /**< decimation factor. */ member 838 uint8_t M; /**< decimation factor. */ member
|
/cmsis-dsp-latest/Source/FilteringFunctions/ |
D | arm_fir_decimate_init_f32.c | 66 uint8_t M, in arm_fir_decimate_init_f32()
|
D | arm_fir_decimate_init_f64.c | 66 uint8_t M, in arm_fir_decimate_init_f64()
|
D | arm_fir_decimate_init_q15.c | 67 uint8_t M, in arm_fir_decimate_init_q15()
|
D | arm_fir_decimate_init_q31.c | 66 uint8_t M, in arm_fir_decimate_init_q31()
|
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | fixed_point.hpp | 121 constexpr bool test64(const int M,const int F,const int S){return((M+F+S)>32 && (M+F+S)<=64);} in test64() 132 constexpr bool test32(const int M,const int F,const int S){return((M+F+S)>16 && (M+F+S)<=32);} in test32() 143 constexpr bool test16(const int M,const int F,const int S){return((M+F+S)>8 && (M+F+S)<=16);} in test16() 154 constexpr bool test8 (const int M,const int F,const int S){return((M+F+S)<=8);} in test8() 1834 inline Q<M,F,S> operator+(const Q<M,F,S> &a,const Q<M,F,S> &b) in operator +() 1853 inline Q<M,F,S> operator-(const Q<M,F,S> &a,const Q<M,F,S> &b) in operator -() 1871 inline Q<M,F,S> operator-(const Q<M,F,S> &a) in operator -() 1891 inline Q<M,F,S> add(const Q<M,F,S> &a,const Q<M,F,S> &b) in add() 1909 inline Q<M,F,S> sub(const Q<M,F,S> &a,const Q<M,F,S> &b) in sub() 1929 inline Q<M,F,S> operator >>(const Q<M,F,S> &a, std::integral_constant<int, N>) noexcept { in operator >>() [all …]
|
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/ |
D | cmsisdsp_filtering.c | 4747 uint32_t M; // input in cmsis_arm_fir_decimate_init_f32() local 4853 uint32_t M; // input in cmsis_arm_fir_decimate_init_q15() local 4959 uint32_t M; // input in cmsis_arm_fir_decimate_init_q31() local
|