SPRAB89A September 2011 – March 2014
These functions support multiplication and division on complex types. The behavior is as specified by annex G of the C99 standard.
Signature | Description |
---|---|
float64 complex _ _C6000_mpycd(float64 complex x, float64 complex y); | Double-precision complex multiply |
float32 complex _ _C6000_mpycf(float32 complex x, float32 complex y); | Single-precision complex multiply |
float64 complex _ _C6000_divcd(float64 complex x, float64 complex y); | Double-precision complex divide (x/y) |
float32 complex _ _C6000_divcf(float32 complex x, float32 complex y); | Single-precision complex divide (x/y) |