[][src]Function cmsis_dsp::basic::abs_q15

pub fn abs_q15(src: &[I1F15], dst: &mut [I1F15])

Calculates the absolute value of multiple values

This is functionally equivalent to performing dst[i] = abs(src[i]) for all values of i in range.

Panics

This function panics if src and dst do not have the same length.