/cmsis-dsp-latest/Source/FilteringFunctions/ |
D | arm_conv_partial_q7.c | 84 …q7_t x0, x1, x2, x3, c0, c1; /* Temporary variables to hold state and coefficien… in arm_conv_partial_q7() local
|
D | arm_fir_decimate_fast_q15.c | 81 …q31_t c1; /* Temporary variables to hold state and coefficien… in arm_fir_decimate_fast_q15() local
|
D | arm_fir_interpolate_f32.c | 488 float32_t c1, c2, c3; in arm_fir_interpolate_f32() local 846 float32_t c0, c1, c2, c3; in arm_fir_interpolate_f32() local
|
D | arm_fir_interpolate_q15.c | 373 q15_t c0, c1, c2, c3; in arm_fir_interpolate_q15() local
|
D | arm_fir_interpolate_q31.c | 370 q31_t c0, c1, c2, c3; in arm_fir_interpolate_q31() local
|
D | arm_fir_f32.c | 262 float32_t c0, c1, c2, c3; in arm_fir_f32_5_8_mve() local 379 float32_t c0, c1, c2, c3; in arm_fir_f32() local
|
D | arm_correlate_q7.c | 292 …q7_t x0, x1, x2, x3, c0, c1; /* Temporary variables for holding input and coeffi… in arm_correlate_q7() local
|
D | arm_conv_q7.c | 244 …q7_t x0, x1, x2, x3, c0, c1; /* Temporary variables to hold state and coefficien… in arm_conv_q7() local
|
D | arm_fir_decimate_q15.c | 338 …q31_t c1; /* Temporary variables to hold state and coefficien… in arm_fir_decimate_q15() local
|
D | arm_fir_f16.c | 256 float16_t c0, c1, c2, c3; in arm_fir_f16() local
|
/cmsis-dsp-latest/Source/MatrixFunctions/ |
D | arm_mat_cmplx_mult_f32.c | 853 float32_t a1, a1B,b1, b1B, c1, d1; in arm_mat_cmplx_mult_f32() local 1195 float32_t a1, b1, c1, d1; in arm_mat_cmplx_mult_f32() local
|
D | arm_mat_cmplx_mult_f16.c | 721 _Float16 a1, b1, c1, d1; in arm_mat_cmplx_mult_f16() local
|
D | arm_mat_cmplx_mult_q31.c | 851 q31_t a1, b1, c1, d1; in arm_mat_cmplx_mult_q31() local
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | testdsp2.py | 177 c1 = dsp.arm_mat_mult_q31(af,bf) variable
|