Home
last modified time | relevance | path

Searched defs:lShift (Results 1 – 7 of 7) sorted by relevance

/cmsis-dsp-latest/Source/FilteringFunctions/
Darm_lms_q15.c81 int32_t lShift = (15 - (int32_t) S->postShift); /* Post shift */ in arm_lms_q15() local
Darm_lms_q31.c86 uint32_t lShift = 32U - uShift; /* Shift to be applied to the output */ in arm_lms_q31() local
Darm_lms_norm_q31.c89 uint32_t lShift = 32U - uShift; /* Shift to be applied to the output */ in arm_lms_norm_q31() local
Darm_lms_norm_q15.c88 int32_t lShift = (15 - (int32_t) S->postShift); /* Post shift */ in arm_lms_norm_q15() local
Darm_biquad_cascade_df1_32x64_q31.c196 uint32_t lShift = 32U - uShift; /* Shift to be applied to the output */ in arm_biquad_cas_df1_32x64_q31_scalar() local
541 uint32_t lShift = 32U - uShift; /* Shift to be applied to the output */ in arm_biquad_cas_df1_32x64_q31() local
Darm_biquad_cascade_df1_q15.c333 int32_t lShift = (15 - (int32_t) S->postShift); /* Post shift */ in arm_biquad_cascade_df1_q15() local
Darm_biquad_cascade_df1_q31.c335 uint32_t lShift = 32U - uShift; /* Shift to be applied to the output */ in arm_biquad_cascade_df1_q31() local