[][src]Function cmsis_dsp_sys_pregenerated::arm_scale_f32

pub unsafe extern "C" fn arm_scale_f32(
    pSrc: *const float32_t,
    scale: float32_t,
    pDst: *mut float32_t,
    blockSize: u32
)

@brief Multiplies a floating-point vector by a scalar. @param[in] pSrc points to the input vector @param[in] scale scale factor to be applied @param[out] pDst points to the output vector @param[in] blockSize number of samples in the vector