Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_mult_f32.c537 float32x4_t a0V, a1V, a2V, a3V, a4V, a5V, a6V, a7V; in arm_mat_mult_f32() local
631 a4V = vld1q_f32(pIn1E); in arm_mat_mult_f32()
658 acc4 = vmlaq_f32(acc4,a4V,temp); in arm_mat_mult_f32()