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

Go to the source code of this file.

Functions

complex __powci (float areal, float aimag, int32 n)
void pow_ci (complex *p, complex *a, int32 *b)
void pow_ci_ (complex *p, complex *a, int32 *b)
void pow_ci__ (complex *p, complex *a, int32 *b)
complex __powcl (float areal, float aimag, int64 n)
void pow_cl (complex *p, complex *a, int64 *b)
void pow_cl_ (complex *p, complex *a, int64 *b)
void pow_cl__ (complex *p, complex *a, int64 *b)

Function Documentation

complex __powci ( float  areal,
float  aimag,
int32  n 
)

Definition at line 42 of file pow_ci.c.

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

Referenced by pow_ci(), pow_ci_(), and pow_ci__().

Here is the call graph for this function:

complex __powcl ( float  areal,
float  aimag,
int64  n 
)

Definition at line 96 of file pow_ci.c.

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

Referenced by pow_cl(), pow_cl_(), and pow_cl__().

Here is the call graph for this function:

void pow_ci ( complex p,
complex a,
int32 b 
)

Definition at line 79 of file pow_ci.c.

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

Here is the call graph for this function:

void pow_ci_ ( complex p,
complex a,
int32 b 
)

Definition at line 85 of file pow_ci.c.

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

Here is the call graph for this function:

void pow_ci__ ( complex p,
complex a,
int32 b 
)

Definition at line 91 of file pow_ci.c.

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

Here is the call graph for this function:

void pow_cl ( complex p,
complex a,
int64 b 
)

Definition at line 133 of file pow_ci.c.

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

Here is the call graph for this function:

void pow_cl_ ( complex p,
complex a,
int64 b 
)

Definition at line 139 of file pow_ci.c.

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

Here is the call graph for this function:

void pow_cl__ ( complex p,
complex a,
int64 b 
)

Definition at line 145 of file pow_ci.c.

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

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines