cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
vectorize_sqrt.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void vsqrt (const double x[], double y[], long nlo, long nhi)
 
void vhypot (const double x1[], const double x2[], double y[], long nlo, long nhi)
 
void vsqrt (const sys_float x[], sys_float y[], long nlo, long nhi)
 
void vhypot (const sys_float x1[], const sys_float x2[], sys_float y[], long nlo, long nhi)
 
void vsqrt (double *y, double x0, double x1, double x2, double x3)
 
void vhypot (double *y, double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3)
 
void vsqrt (double *y, double x0, double x1, double x2, double x3, double x4, double x5, double x6, double x7)
 
void vsqrt (sys_float *y, sys_float x0, sys_float x1, sys_float x2, sys_float x3)
 
void vhypot (sys_float *y, sys_float x0, sys_float y0, sys_float x1, sys_float y1, sys_float x2, sys_float y2, sys_float x3, sys_float y3)
 
void vsqrt (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 vhypot (sys_float *y, sys_float x0, sys_float y0, sys_float x1, sys_float y1, sys_float x2, sys_float y2, sys_float x3, sys_float y3, sys_float x4, sys_float y4, sys_float x5, sys_float y5, sys_float x6, sys_float y6, sys_float x7, sys_float y7)
 
void vsqrt (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

void vhypot ( const double  x1[],
const double  x2[],
double  y[],
long  nlo,
long  nhi 
)

Definition at line 169 of file vectorize_sqrt.cpp.

References DEBUG_ENTRY, v1hypotd(), vecfun2(), and wr_hypotd().

Referenced by ParseCrashDo().

Here is the call graph for this function:

void vhypot ( const sys_float  x1[],
const sys_float  x2[],
sys_float  y[],
long  nlo,
long  nhi 
)

Definition at line 183 of file vectorize_sqrt.cpp.

References DEBUG_ENTRY, v1hypotf(), vecfun2(), and wr_hypotf().

Here is the call graph for this function:

void vhypot ( double *  y,
double  x0,
double  y0,
double  x1,
double  y1,
double  x2,
double  y2,
double  x3,
double  y3 
)

Definition at line 195 of file vectorize_sqrt.cpp.

References V1FUN2_PD_4.

void vhypot ( sys_float y,
sys_float  x0,
sys_float  y0,
sys_float  x1,
sys_float  y1,
sys_float  x2,
sys_float  y2,
sys_float  x3,
sys_float  y3 
)

Definition at line 210 of file vectorize_sqrt.cpp.

References V1FUN2_PS_4.

void vhypot ( sys_float y,
sys_float  x0,
sys_float  y0,
sys_float  x1,
sys_float  y1,
sys_float  x2,
sys_float  y2,
sys_float  x3,
sys_float  y3,
sys_float  x4,
sys_float  y4,
sys_float  x5,
sys_float  y5,
sys_float  x6,
sys_float  y6,
sys_float  x7,
sys_float  y7 
)

Definition at line 222 of file vectorize_sqrt.cpp.

References V1FUN2_PS_8.

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

Definition at line 162 of file vectorize_sqrt.cpp.

References DEBUG_ENTRY, v1sqrtd(), vecfun(), and wr_sqrtd().

Referenced by y2s().

Here is the call graph for this function:

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

Definition at line 176 of file vectorize_sqrt.cpp.

References DEBUG_ENTRY, v1sqrtf(), vecfun(), and wr_sqrtf().

Here is the call graph for this function:

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

Definition at line 190 of file vectorize_sqrt.cpp.

References V1FUN_PD_4.

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

Definition at line 200 of file vectorize_sqrt.cpp.

References V1FUN_PD_8.

void vsqrt ( sys_float y,
sys_float  x0,
sys_float  x1,
sys_float  x2,
sys_float  x3 
)

Definition at line 205 of file vectorize_sqrt.cpp.

References V1FUN_PS_4.

void vsqrt ( 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 
)

Definition at line 216 of file vectorize_sqrt.cpp.

References V1FUN_PS_8.

void vsqrt ( 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 
)

Definition at line 229 of file vectorize_sqrt.cpp.

References V1FUN_PS_16.