[][src]Function cmsis_dsp_sys_pregenerated::arm_dot_prod_q15

pub unsafe extern "C" fn arm_dot_prod_q15(
    pSrcA: *const q15_t,
    pSrcB: *const q15_t,
    blockSize: u32,
    result: *mut q63_t
)

@brief Dot product of Q15 vectors. @param[in] pSrcA points to the first input vector @param[in] pSrcB points to the second input vector @param[in] blockSize number of samples in each vector @param[out] result output result returned here