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

Go to the source code of this file.

Functions

double_t __powdi (double_t x, int32 n)
double_t __powdl (double_t x, int64 n)
double_t pow_di (double_t *ap, int32 *bp)
double_t pow_dl (double_t *ap, int64 *bp)

Function Documentation

double_t __powdi ( double_t  x,
int32  n 
)

Definition at line 42 of file pow_di.c.

Referenced by pow_di().

double_t __powdl ( double_t  x,
int64  n 
)

Definition at line 72 of file pow_di.c.

Referenced by pow_dl().

double_t pow_di ( double_t ap,
int32 bp 
)

Definition at line 104 of file pow_di.c.

References __powdi().

Here is the call graph for this function:

double_t pow_dl ( double_t ap,
int64 bp 
)

Definition at line 111 of file pow_di.c.

References __powdl().

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines