Move functions

Table 13.
Function Cross move: __fxmr
Purpose Swaps the values of the primary and secondary elements of operand a.
Formula
primary(result) = secondary(a)
secondary(result) = primary(a)
C/C++ prototype double _Complex __fxmr (double _Complex a);
Fortran description FXMR(A)
where A is of type COMPLEX(8)
result is of type COMPLEX(8)