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

Go to the source code of this file.

Functions

qcomplex __cqsqrt (long double zqreal, long double zqimag)
void __cq_sqrt (qcomplex *result, qcomplex *z)

Function Documentation

void __cq_sqrt ( qcomplex result,
qcomplex z 
)

Definition at line 69 of file cq_sqrt.c.

References __cqsqrt(), qcomplex::qimag, and qcomplex::qreal.

Here is the call graph for this function:

qcomplex __cqsqrt ( long double  zqreal,
long double  zqimag 
)

Definition at line 50 of file cq_sqrt.c.

References __qhypot(), __qsqrt(), L, qcomplex::qimag, qcomplex::qreal, and result.

Referenced by __cq_sqrt().

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines