Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
pow_cqi.c File Reference
#include "cmplrs/host.h"
#include "qcmplx.h"
#include "cq_div.h"
Include dependency graph for pow_cqi.c:

Go to the source code of this file.

Functions

qcomplex __powcqi (long double aqreal, long double aqimag, int32 n)
qcomplex __powcql (long double aqreal, long double aqimag, int64 n)
void __pow_cqi (qcomplex *p, qcomplex *a, int32 *b)
void __pow_cql (qcomplex *p, qcomplex *a, int64 *b)

Function Documentation

void __pow_cqi ( qcomplex p,
qcomplex a,
int32 b 
)

Definition at line 112 of file pow_cqi.c.

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

Here is the call graph for this function:

void __pow_cql ( qcomplex p,
qcomplex a,
int64 b 
)

Definition at line 117 of file pow_cqi.c.

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

Here is the call graph for this function:

qcomplex __powcqi ( long double  aqreal,
long double  aqimag,
int32  n 
)

Definition at line 40 of file pow_cqi.c.

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

Referenced by __pow_cqi().

Here is the call graph for this function:

qcomplex __powcql ( long double  aqreal,
long double  aqimag,
int64  n 
)

Definition at line 76 of file pow_cqi.c.

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

Referenced by __pow_cql().

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines