Searched refs:a2V (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/ |
D | arm_biquad_cascade_df2T_f32.c | 205 float32x4_t t1,t2,t3,t4,b1V,b2V,a1V,a2V,s; in arm_biquad_cascade_df2T_f32() local 234 a2V = vld1q_f32(pCoeffs); in arm_biquad_cascade_df2T_f32() 269 dV.val[1] = vmlaq_f32(dV.val[1], YnV, a2V); in arm_biquad_cascade_df2T_f32()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/ |
D | arm_mat_mult_f32.c | 537 float32x4_t a0V, a1V, a2V, a3V, a4V, a5V, a6V, a7V; in arm_mat_mult_f32() local 629 a2V = vld1q_f32(pIn1C); in arm_mat_mult_f32() 656 acc2 = vmlaq_f32(acc2,a2V,temp); in arm_mat_mult_f32()
|