Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
r_cnjg.c File Reference
#include "cmplx.h"
Include dependency graph for r_cnjg.c:

Go to the source code of this file.

Functions

complex __rconjg (float zreal, float zimag)
void r_cnjg (complex *r, complex *z)

Function Documentation

complex __rconjg ( float  zreal,
float  zimag 
)

Definition at line 41 of file r_cnjg.c.

References complex::imag, and complex::real.

Referenced by r_cnjg().

void r_cnjg ( complex r,
complex z 
)

Definition at line 50 of file r_cnjg.c.

References __rconjg(), complex::imag, and complex::real.

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines