vsip_cscalar_f vsip_rcadd_f(vsip_scalar_f a, vsip_cscalar_f b);
This function performs addition between a real scalar and a complex scalar.
The operation performs:

vsip_scalar_f a: The real scalar value.
vsip_cscalar_f b: The complex scalar value.
The complex scalar value result.