vsip_scalar_f vsip_cmagsq_f(vsip_cscalar_f x);
This function computes the squared magnitude of a complex scalar. The squared magnitude is computed as:

This function is often preferred over vsip_cmag_f if only magnitudes are to be compared.
vsip_cscalar_p x: Input complex scalar value.
Returns the squared magnitude of the complex scalar.