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

Go to the source code of this file.

Functions

dcomplex __dconjg (double zdreal, double zdimag)
void d_cnjg (dcomplex *r, dcomplex *z)

Function Documentation

dcomplex __dconjg ( double  zdreal,
double  zdimag 
)

Definition at line 41 of file d_cnjg.c.

References dcomplex::dimag, and dcomplex::dreal.

Referenced by d_cnjg().

void d_cnjg ( dcomplex r,
dcomplex z 
)

Definition at line 50 of file d_cnjg.c.

References __dconjg(), dcomplex::dimag, and dcomplex::dreal.

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines