Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_mult_f32.c549 float32_t sum0,sum1, sum2,sum3, sum4, sum5 , sum6, sum7; in arm_mat_mult_f32() local
598 sum6 = 0.0f; in arm_mat_mult_f32()
686 sum6 += vget_lane_f32(accum, 0) + vget_lane_f32(accum, 1); in arm_mat_mult_f32()
704 sum6 += *pIn1G++ * (*pIn2); in arm_mat_mult_f32()
719 *pxG++ = sum6; in arm_mat_mult_f32()