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

Go to the source code of this file.

Functions

float_t __powri (float_t x, int32 n)
float_t __powrl (float_t x, int64 n)
float_t pow_ri (float_t *ap, int32 *bp)
float_t pow_rl (float_t *ap, int64 *bp)

Function Documentation

float_t __powri ( float_t  x,
int32  n 
)

Definition at line 42 of file pow_ri.c.

Referenced by pow_ri().

float_t __powrl ( float_t  x,
int64  n 
)

Definition at line 72 of file pow_ri.c.

Referenced by pow_rl().

float_t pow_ri ( float_t ap,
int32 bp 
)

Definition at line 104 of file pow_ri.c.

References __powri().

Here is the call graph for this function:

float_t pow_rl ( float_t ap,
int64 bp 
)

Definition at line 111 of file pow_ri.c.

References __powrl().

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines