Searched refs:a2V (Results 1 – 3 of 3) sorted by relevance
/cmsis-dsp-latest/Source/MatrixFunctions/ |
D | arm_mat_mult_f64.c | 89 float64x2_t a0V, a1V, a2V, a3V, a4V, a5V, a6V, a7V; in arm_mat_mult_f64() local 180 a2V = vld1q_f64(pIn1C); in arm_mat_mult_f64() 204 acc2 = vmlaq_f64(acc2,a2V,temp); in arm_mat_mult_f64()
|
D | arm_mat_mult_f32.c | 567 float32x4_t a0V, a1V, a2V, a3V, a4V, a5V, a6V, a7V; in arm_mat_mult_f32() local 659 a2V = vld1q_f32(pIn1C); in arm_mat_mult_f32() 686 acc2 = vmlaq_f32(acc2,a2V,temp); in arm_mat_mult_f32()
|
/cmsis-dsp-latest/Source/FilteringFunctions/ |
D | arm_biquad_cascade_df2T_f32.c | 204 float32x4_t t1,t2,t3,t4,b1V,b2V,a1V,a2V,s; in arm_biquad_cascade_df2T_f32() local 233 a2V = vld1q_f32(pCoeffs); in arm_biquad_cascade_df2T_f32() 268 dV.val[1] = vmlaq_f32(dV.val[1], YnV, a2V); in arm_biquad_cascade_df2T_f32()
|