FV3 Bundle
fastexp_nlm.c File Reference
#include <math.h>
Include dependency graph for fastexp_nlm.c:

Go to the source code of this file.

Functions

double fast_exp (double x, double y)
 
float fast_expf (float x, float y)
 
double FASTEXP (double *x, double *y)
 
double FASTEXP_ (double *x, double *y)
 
double fastexp (double *x, double *y)
 
double fastexp_ (double *x, double *y)
 
float FASTEXPF (float *x, float *y)
 
float FASTEXPF_ (float *x, float *y)
 
float fastexpf (float *x, float *y)
 
float fastexpf_ (float *x, float *y)
 

Function Documentation

◆ fast_exp()

double fast_exp ( double  x,
double  y 
)

Definition at line 6 of file fastexp_nlm.c.

Here is the caller graph for this function:

◆ fast_expf()

float fast_expf ( float  x,
float  y 
)

Definition at line 19 of file fastexp_nlm.c.

Here is the caller graph for this function:

◆ FASTEXP()

double FASTEXP ( double *  x,
double *  y 
)

Definition at line 25 of file fastexp_nlm.c.

Here is the call graph for this function:

◆ fastexp()

double fastexp ( double *  x,
double *  y 
)

Definition at line 27 of file fastexp_nlm.c.

Here is the call graph for this function:

◆ FASTEXP_()

double FASTEXP_ ( double *  x,
double *  y 
)

Definition at line 26 of file fastexp_nlm.c.

Here is the call graph for this function:

◆ fastexp_()

double fastexp_ ( double *  x,
double *  y 
)

Definition at line 28 of file fastexp_nlm.c.

Here is the call graph for this function:

◆ FASTEXPF()

float FASTEXPF ( float *  x,
float *  y 
)

Definition at line 30 of file fastexp_nlm.c.

Here is the call graph for this function:

◆ fastexpf()

float fastexpf ( float *  x,
float *  y 
)

Definition at line 32 of file fastexp_nlm.c.

Here is the call graph for this function:

◆ FASTEXPF_()

float FASTEXPF_ ( float *  x,
float *  y 
)

Definition at line 31 of file fastexp_nlm.c.

Here is the call graph for this function:

◆ fastexpf_()

float fastexpf_ ( float *  x,
float *  y 
)

Definition at line 33 of file fastexp_nlm.c.

Here is the call graph for this function: