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

Go to the source code of this file.

Functions

int32 __powii (int32 ap, int32 n)
int64 __powll (int64 ap, int64 n)
int64 __powli (int64 ap, int32 n)
int32 __powil (int32 ap, int64 n)
int32 pow_ii (int32 *ap, int32 *bp)
int64 pow_il (int32 *ap, int64 *bp)
int64 pow_li (int64 *ap, int32 *bp)
int64 pow_ll (int64 *ap, int64 *bp)

Function Documentation

int32 __powii ( int32  ap,
int32  n 
)

Definition at line 41 of file pow_ii.c.

Referenced by pow_ii().

int32 __powil ( int32  ap,
int64  n 
)

Definition at line 128 of file pow_ii.c.

Referenced by pow_il().

int64 __powli ( int64  ap,
int32  n 
)

Definition at line 99 of file pow_ii.c.

Referenced by pow_li().

int64 __powll ( int64  ap,
int64  n 
)

Definition at line 70 of file pow_ii.c.

Referenced by pow_ll().

int32 pow_ii ( int32 ap,
int32 bp 
)

Definition at line 159 of file pow_ii.c.

References __powii().

Here is the call graph for this function:

int64 pow_il ( int32 ap,
int64 bp 
)

Definition at line 166 of file pow_ii.c.

References __powil().

Here is the call graph for this function:

int64 pow_li ( int64 ap,
int32 bp 
)

Definition at line 173 of file pow_ii.c.

References __powli().

Here is the call graph for this function:

int64 pow_ll ( int64 ap,
int64 bp 
)

Definition at line 180 of file pow_ii.c.

References __powll().

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines