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

Go to the source code of this file.

Functions

qcomplex __qcis (long double arg)
qcomplex __cqpow (long double aqreal, long double aqimag, long double bqreal, long double bqimag)
void __cq_pow (qcomplex *r, qcomplex *a, qcomplex *b)

Function Documentation

void __cq_pow ( qcomplex r,
qcomplex a,
qcomplex b 
)

Definition at line 78 of file cq_pow.c.

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

Here is the call graph for this function:

qcomplex __cqpow ( long double  aqreal,
long double  aqimag,
long double  bqreal,
long double  bqimag 
)

Definition at line 61 of file cq_pow.c.

References __qatan2(), __qcis(), __qexp(), __qhypot(), __qlog(), qcomplex::qimag, and qcomplex::qreal.

Referenced by __cq_pow().

Here is the call graph for this function:

qcomplex __qcis ( long double  arg)

Definition at line 48 of file q_cis.c.

Referenced by __cqpow(), and q_cis().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines