[][src]Function cmsis_dsp_sys_pregenerated::arm_cmplx_dot_prod_q31

pub unsafe extern "C" fn arm_cmplx_dot_prod_q31(
    pSrcA: *const q31_t,
    pSrcB: *const q31_t,
    numSamples: u32,
    realResult: *mut q63_t,
    imagResult: *mut q63_t
)

@brief Q31 complex dot product @param[in] pSrcA points to the first input vector @param[in] pSrcB points to the second input vector @param[in] numSamples number of complex samples in each vector @param[out] realResult real part of the result returned here @param[out] imagResult imaginary part of the result returned here