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

Go to the source code of this file.

Functions

dcomplex __powzi (double adreal, double adimag, int32 n)
void pow_zi_ (dcomplex *p, dcomplex *a, int32 *b)
void pow_zi__ (dcomplex *p, dcomplex *a, int32 *b)
dcomplex __powzl (double adreal, double adimag, int64 n)
void pow_zl_ (dcomplex *p, dcomplex *a, int64 *b)
void pow_zl__ (dcomplex *p, dcomplex *a, int64 *b)

Function Documentation

dcomplex __powzi ( double  adreal,
double  adimag,
int32  n 
)

Definition at line 41 of file pow_zi.c.

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

Referenced by pow_zi_(), and pow_zi__().

Here is the call graph for this function:

dcomplex __powzl ( double  adreal,
double  adimag,
int64  n 
)

Definition at line 89 of file pow_zi.c.

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

Referenced by pow_zl_(), and pow_zl__().

Here is the call graph for this function:

void pow_zi_ ( dcomplex p,
dcomplex a,
int32 b 
)

Definition at line 79 of file pow_zi.c.

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

Here is the call graph for this function:

void pow_zi__ ( dcomplex p,
dcomplex a,
int32 b 
)

Definition at line 84 of file pow_zi.c.

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

Here is the call graph for this function:

void pow_zl_ ( dcomplex p,
dcomplex a,
int64 b 
)

Definition at line 127 of file pow_zi.c.

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

Here is the call graph for this function:

void pow_zl__ ( dcomplex p,
dcomplex a,
int64 b 
)

Definition at line 132 of file pow_zi.c.

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

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines