Home
last modified time | relevance | path

Searched refs:totShift (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_scale_q31.c67 int32_t totShift = shift + 1; /* shift to apply after scaling */ in arm_mat_scale_q31() local
101 vecOut = vqshlq_r(vecOut, totShift); in arm_mat_scale_q31()
120 vecOut = vqshlq_r(vecOut, totShift); in arm_mat_scale_q31()
Darm_mat_scale_q15.c68 int32_t totShift = shift + 1; /* shift to apply after scaling */ in arm_mat_scale_q15() local
102 vecOut = vqshlq_r(vecOut, totShift); in arm_mat_scale_q15()
121 vecOut = vqshlq_r(vecOut, totShift); in arm_mat_scale_q15()