Home
last modified time | relevance | path

Searched defs:c1 (Results 1 – 16 of 16) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/
Darm_fir_interpolate_f32.c489 float32_t c1, c2, c3; in arm_fir_interpolate_f32() local
847 float32_t c0, c1, c2, c3; in arm_fir_interpolate_f32() local
Darm_fir_f32.c260 float32_t c0, c1, c2, c3; in arm_fir_f32_5_8_mve() local
377 float32_t c0, c1, c2, c3; in arm_fir_f32() local
Darm_conv_partial_q7.c84 …q7_t x0, x1, x2, x3, c0, c1; /* Temporary variables to hold state and coefficien… in arm_conv_partial_q7() local
Darm_fir_decimate_fast_q15.c82 …q31_t c1; /* Temporary variables to hold state and coefficien… in arm_fir_decimate_fast_q15() local
Darm_fir_interpolate_q15.c374 q15_t c0, c1, c2, c3; in arm_fir_interpolate_q15() local
Darm_fir_interpolate_q31.c371 q31_t c0, c1, c2, c3; in arm_fir_interpolate_q31() local
Darm_correlate_q7.c288 …q7_t x0, x1, x2, x3, c0, c1; /* Temporary variables for holding input and coeffi… in arm_correlate_q7() local
Darm_conv_q7.c243 …q7_t x0, x1, x2, x3, c0, c1; /* Temporary variables to hold state and coefficien… in arm_conv_q7() local
Darm_fir_decimate_q15.c339 …q31_t c1; /* Temporary variables to hold state and coefficien… in arm_fir_decimate_q15() local
Darm_fir_f16.c256 float16_t c0, c1, c2, c3; in arm_fir_f16() local
/hal_nxp-latest/mcux/mcux-sdk/drivers/casper/
Dfsl_casper.c170 #define add(c1, c0, a, b) \ argument
228 #define mul(c1, c0, a, b) \ argument
242 #define muladd(c1, c0, a, b) \ argument
256 #define muladdadd(c1, c0, a, b) \ argument
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_cmplx_mult_f32.c853 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
Darm_mat_cmplx_mult_f16.c718 _Float16 a1, b1, c1, d1; in arm_mat_cmplx_mult_f16() local
Darm_mat_cmplx_mult_q31.c851 q31_t a1, b1, c1, d1; in arm_mat_cmplx_mult_q31() local
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_nn_mat_mult_s8.c86 int16x8_t c1 = vldrbq_z_s16(ip_c1, p); in arm_nn_mat_mult_s8() local
/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa9xxx_parameters.h275 #define HDR(c1, c2) (c2 << 8 | c1) // little endian argument