Searched refs:pxV (Results 1 – 2 of 2) sorted by relevance
/cmsis-dsp-latest/Source/FilteringFunctions/ |
D | arm_correlate_f64.c | 68 float64x2_t sumV,pxV,pyV ; in arm_correlate_f64() local 175 pxV = vld1q_f64(px); in arm_correlate_f64() 177 sumV = vmlaq_f64(sumV, pxV, pyV); in arm_correlate_f64() 256 pxV = vld1q_f64(px); in arm_correlate_f64() 258 sumV = vmlaq_f64(sumV, pxV, pyV); in arm_correlate_f64() 312 pxV = vld1q_f64(px); in arm_correlate_f64() 314 sumV = vmlaq_f64(sumV, pxV, pyV); in arm_correlate_f64() 390 pxV = vld1q_f64(px); in arm_correlate_f64() 392 sumV = vmlaq_f64(sumV, pxV, pyV); in arm_correlate_f64()
|
D | arm_fir_f64.c | 59 float64x2_t pxV; in arm_fir_f64() local 94 pxV = vld1q_f64(px); in arm_fir_f64() 96 acc0V = vmlaq_f64(acc0V, pxV, pbV); in arm_fir_f64()
|