Searched refs:totShift (Results 1 – 2 of 2) sorted by relevance
67 int32_t totShift = shift + 1; /* shift to apply after scaling */ in arm_mat_scale_q31() local101 vecOut = vqshlq_r(vecOut, totShift); in arm_mat_scale_q31()120 vecOut = vqshlq_r(vecOut, totShift); in arm_mat_scale_q31()
68 int32_t totShift = shift + 1; /* shift to apply after scaling */ in arm_mat_scale_q15() local102 vecOut = vqshlq_r(vecOut, totShift); in arm_mat_scale_q15()121 vecOut = vqshlq_r(vecOut, totShift); in arm_mat_scale_q15()