Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/ComplexMathFunctions/
Darm_cmplx_mag_q15.c72 q31x4_t acc0V; in arm_cmplx_mag_q15() local
84 acc0V = vdupq_n_s32(0); in arm_cmplx_mag_q15()
88 acc0V = vqaddq_s32(acc0V,prod0); in arm_cmplx_mag_q15()
91 acc0V = vqaddq_s32(acc0V,prod0); in arm_cmplx_mag_q15()
102 acc0V = vshrq(acc0V, 1); in arm_cmplx_mag_q15()
105 acc0V = FAST_VSQRT_Q31(acc0V); in arm_cmplx_mag_q15()
109 resV = vqshrnbq_n_s32(resV,acc0V,16); in arm_cmplx_mag_q15()
/cmsis-dsp-latest/Source/FilteringFunctions/
Darm_fir_f64.c61 float64x2_t acc0V; in arm_fir_f64() local
80 acc0V = vdupq_n_f64(0.0); in arm_fir_f64()
96 acc0V = vmlaq_f64(acc0V, pxV, pbV); in arm_fir_f64()
103 acc0 = vaddvq_f64(acc0V); in arm_fir_f64()