Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
z_sqrt.c File Reference
#include "cmplrs/host.h"
#include <math.h>
#include "moremath.h"
#include "cmplx.h"
Include dependency graph for z_sqrt.c:

Go to the source code of this file.

Functions

dcomplex __zsqrt (double_t zdreal, double_t zdimag)
void z_sqrt (dcomplex *r, dcomplex *z)

Function Documentation

dcomplex __zsqrt ( double_t  zdreal,
double_t  zdimag 
)

Definition at line 43 of file z_sqrt.c.

References dcomplex::dimag, dcomplex::dreal, result, and sqrt().

Referenced by z_sqrt().

Here is the call graph for this function:

void z_sqrt ( dcomplex r,
dcomplex z 
)

Definition at line 62 of file z_sqrt.c.

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

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines