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

Go to the source code of this file.

Functions

complex __csqrt (float zreal, float zimag)
void c_sqrt (complex *r, complex *z)

Function Documentation

complex __csqrt ( float  zreal,
float  zimag 
)

Definition at line 41 of file c_sqrt.c.

References F, hypotf(), complex::imag, complex::real, result, and sqrtf().

Referenced by c_sqrt().

Here is the call graph for this function:

void c_sqrt ( complex r,
complex z 
)

Definition at line 60 of file c_sqrt.c.

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

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines