Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
vectorize_exp.cpp File Reference
#include "cddefines.h"
#include "vectorize.h"
#include "vectorize_math.h"
#include "vectorize_exp_core.h"
Include dependency graph for vectorize_exp.cpp:

Functions

int v1expd (int)
 
int v1exp10d (int)
 
int v1expm1d (int)
 
int v1expf (int)
 
int v1exp10f (int)
 
int v1expm1f (int)
 
double wr_expd (double x)
 
double wr_expm1d (double x)
 
sys_float wr_expf (sys_float x)
 
sys_float wr_expm1f (sys_float x)
 
double wr_exp10d (double x)
 
sys_float wr_exp10f (sys_float x)
 
void vexp (const double x[], double y[], long nlo, long nhi)
 
void vexp10 (const double x[], double y[], long nlo, long nhi)
 
void vexpm1 (const double x[], double y[], long nlo, long nhi)
 
void vexp (const sys_float x[], sys_float y[], long nlo, long nhi)
 
void vexp10 (const sys_float x[], sys_float y[], long nlo, long nhi)
 
void vexpm1 (const sys_float x[], sys_float y[], long nlo, long nhi)
 
void vexp (double *y, double x0, double x1, double x2, double x3)
 
void vexp10 (double *y, double x0, double x1, double x2, double x3)
 
void vexpm1 (double *y, double x0, double x1, double x2, double x3)
 
void vexp (double *y, double x0, double x1, double x2, double x3, double x4, double x5, double x6, double x7)
 
void vexp10 (double *y, double x0, double x1, double x2, double x3, double x4, double x5, double x6, double x7)
 
void vexpm1 (double *y, double x0, double x1, double x2, double x3, double x4, double x5, double x6, double x7)
 
void vexp (sys_float *y, sys_float x0, sys_float x1, sys_float x2, sys_float x3)
 
void vexp10 (sys_float *y, sys_float x0, sys_float x1, sys_float x2, sys_float x3)
 
void vexpm1 (sys_float *y, sys_float x0, sys_float x1, sys_float x2, sys_float x3)
 
void vexp (sys_float *y, sys_float x0, sys_float x1, sys_float x2, sys_float x3, sys_float x4, sys_float x5, sys_float x6, sys_float x7)
 
void vexp10 (sys_float *y, sys_float x0, sys_float x1, sys_float x2, sys_float x3, sys_float x4, sys_float x5, sys_float x6, sys_float x7)
 
void vexpm1 (sys_float *y, sys_float x0, sys_float x1, sys_float x2, sys_float x3, sys_float x4, sys_float x5, sys_float x6, sys_float x7)
 
void vexp (sys_float *y, sys_float x0, sys_float x1, sys_float x2, sys_float x3, sys_float x4, sys_float x5, sys_float x6, sys_float x7, sys_float x8, sys_float x9, sys_float x10, sys_float x11, sys_float x12, sys_float x13, sys_float x14, sys_float x15)
 
void vexp10 (sys_float *y, sys_float x0, sys_float x1, sys_float x2, sys_float x3, sys_float x4, sys_float x5, sys_float x6, sys_float x7, sys_float x8, sys_float x9, sys_float x10, sys_float x11, sys_float x12, sys_float x13, sys_float x14, sys_float x15)
 
void vexpm1 (sys_float *y, sys_float x0, sys_float x1, sys_float x2, sys_float x3, sys_float x4, sys_float x5, sys_float x6, sys_float x7, sys_float x8, sys_float x9, sys_float x10, sys_float x11, sys_float x12, sys_float x13, sys_float x14, sys_float x15)
 

Function Documentation

◆ v1exp10d()

int v1exp10d ( int )
inline

Referenced by vexp10().

◆ v1exp10f()

int v1exp10f ( int )
inline

Referenced by vexp10().

◆ v1expd()

int v1expd ( int )
inline

Referenced by vexp().

◆ v1expf()

int v1expf ( int )
inline

Referenced by vexp().

◆ v1expm1d()

int v1expm1d ( int )
inline

Referenced by vexpm1().

◆ v1expm1f()

int v1expm1f ( int )
inline

Referenced by vexpm1().

◆ vexp() [1/7]

void vexp ( const double x[],
double y[],
long nlo,
long nhi )

◆ vexp() [2/7]

void vexp ( const sys_float x[],
sys_float y[],
long nlo,
long nhi )

References DEBUG_ENTRY, v1expf(), vecfun(), and wr_expf().

Here is the call graph for this function:

◆ vexp() [3/7]

void vexp ( double * y,
double x0,
double x1,
double x2,
double x3 )

References V1FUN_PD_4, x0, x1, and x2.

◆ vexp() [4/7]

void vexp ( double * y,
double x0,
double x1,
double x2,
double x3,
double x4,
double x5,
double x6,
double x7 )

References V1FUN_PD_8, x0, x1, and x2.

◆ vexp() [5/7]

void vexp ( sys_float * y,
sys_float x0,
sys_float x1,
sys_float x2,
sys_float x3 )

References V1FUN_PS_4, x0, x1, and x2.

◆ vexp() [6/7]

void vexp ( sys_float * y,
sys_float x0,
sys_float x1,
sys_float x2,
sys_float x3,
sys_float x4,
sys_float x5,
sys_float x6,
sys_float x7 )

References V1FUN_PS_8, x0, x1, and x2.

◆ vexp() [7/7]

void vexp ( sys_float * y,
sys_float x0,
sys_float x1,
sys_float x2,
sys_float x3,
sys_float x4,
sys_float x5,
sys_float x6,
sys_float x7,
sys_float x8,
sys_float x9,
sys_float x10,
sys_float x11,
sys_float x12,
sys_float x13,
sys_float x14,
sys_float x15 )

References V1FUN_PS_16, x0, x1, and x2.

◆ vexp10() [1/7]

void vexp10 ( const double x[],
double y[],
long nlo,
long nhi )

References DEBUG_ENTRY, v1exp10d(), vecfun(), and wr_exp10d().

Here is the call graph for this function:

◆ vexp10() [2/7]

void vexp10 ( const sys_float x[],
sys_float y[],
long nlo,
long nhi )

References DEBUG_ENTRY, v1exp10f(), vecfun(), and wr_exp10f().

Here is the call graph for this function:

◆ vexp10() [3/7]

void vexp10 ( double * y,
double x0,
double x1,
double x2,
double x3 )

References exp10(), V1FUN_PD_4, x0, x1, and x2.

Here is the call graph for this function:

◆ vexp10() [4/7]

void vexp10 ( double * y,
double x0,
double x1,
double x2,
double x3,
double x4,
double x5,
double x6,
double x7 )

References exp10(), V1FUN_PD_8, x0, x1, and x2.

Here is the call graph for this function:

◆ vexp10() [5/7]

void vexp10 ( sys_float * y,
sys_float x0,
sys_float x1,
sys_float x2,
sys_float x3 )

References exp10(), V1FUN_PS_4, x0, x1, and x2.

Here is the call graph for this function:

◆ vexp10() [6/7]

void vexp10 ( sys_float * y,
sys_float x0,
sys_float x1,
sys_float x2,
sys_float x3,
sys_float x4,
sys_float x5,
sys_float x6,
sys_float x7 )

References exp10(), V1FUN_PS_8, x0, x1, and x2.

Here is the call graph for this function:

◆ vexp10() [7/7]

void vexp10 ( sys_float * y,
sys_float x0,
sys_float x1,
sys_float x2,
sys_float x3,
sys_float x4,
sys_float x5,
sys_float x6,
sys_float x7,
sys_float x8,
sys_float x9,
sys_float x10,
sys_float x11,
sys_float x12,
sys_float x13,
sys_float x14,
sys_float x15 )

References exp10(), V1FUN_PS_16, x0, x1, and x2.

Here is the call graph for this function:

◆ vexpm1() [1/7]

void vexpm1 ( const double x[],
double y[],
long nlo,
long nhi )

References DEBUG_ENTRY, v1expm1d(), vecfun(), and wr_expm1d().

Referenced by eeBremsSpectrum(), GrainMakeDiffuseSingle(), iso_rad_rec_cooling_discrete(), RT_iso_integrate_RRC(), and tfidle().

Here is the call graph for this function:

◆ vexpm1() [2/7]

void vexpm1 ( const sys_float x[],
sys_float y[],
long nlo,
long nhi )

References DEBUG_ENTRY, v1expm1f(), vecfun(), and wr_expm1f().

Here is the call graph for this function:

◆ vexpm1() [3/7]

void vexpm1 ( double * y,
double x0,
double x1,
double x2,
double x3 )

References V1FUN_PD_4, x0, x1, and x2.

◆ vexpm1() [4/7]

void vexpm1 ( double * y,
double x0,
double x1,
double x2,
double x3,
double x4,
double x5,
double x6,
double x7 )

References V1FUN_PD_8, x0, x1, and x2.

◆ vexpm1() [5/7]

void vexpm1 ( sys_float * y,
sys_float x0,
sys_float x1,
sys_float x2,
sys_float x3 )

References V1FUN_PS_4, x0, x1, and x2.

◆ vexpm1() [6/7]

void vexpm1 ( sys_float * y,
sys_float x0,
sys_float x1,
sys_float x2,
sys_float x3,
sys_float x4,
sys_float x5,
sys_float x6,
sys_float x7 )

References V1FUN_PS_8, x0, x1, and x2.

◆ vexpm1() [7/7]

void vexpm1 ( sys_float * y,
sys_float x0,
sys_float x1,
sys_float x2,
sys_float x3,
sys_float x4,
sys_float x5,
sys_float x6,
sys_float x7,
sys_float x8,
sys_float x9,
sys_float x10,
sys_float x11,
sys_float x12,
sys_float x13,
sys_float x14,
sys_float x15 )

References V1FUN_PS_16, x0, x1, and x2.

◆ wr_exp10d()

double wr_exp10d ( double x)
inline

References exp10().

Referenced by vexp10().

Here is the call graph for this function:

◆ wr_exp10f()

sys_float wr_exp10f ( sys_float x)
inline

References exp10().

Referenced by vexp10().

Here is the call graph for this function:

◆ wr_expd()

double wr_expd ( double x)
inline

Referenced by vexp().

◆ wr_expf()

sys_float wr_expf ( sys_float x)
inline

Referenced by vexp().

◆ wr_expm1d()

double wr_expm1d ( double x)
inline

Referenced by vexpm1().

◆ wr_expm1f()

sys_float wr_expm1f ( sys_float x)
inline

Referenced by vexpm1().