Cloudy
Spectral Synthesis Code for Astrophysics
|
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) |
void vhypot | ( | const double | x1[], |
const double | x2[], | ||
double | y[], | ||
long | nlo, | ||
long | nhi | ||
) |
References DEBUG_ENTRY, v1hypotd(), vecfun2(), and wr_hypotd().
Referenced by ParseCrashDo().
References DEBUG_ENTRY, v1hypotf(), vecfun2(), and wr_hypotf().
void vhypot | ( | double * | y, |
double | x0, | ||
double | y0, | ||
double | x1, | ||
double | y1, | ||
double | x2, | ||
double | y2, | ||
double | x3, | ||
double | y3 | ||
) |
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 | ||
) |
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 | ||
) |
References V1FUN2_PS_8.
void vsqrt | ( | const double | x[], |
double | y[], | ||
long | nlo, | ||
long | nhi | ||
) |
References DEBUG_ENTRY, v1sqrtd(), vecfun(), and wr_sqrtd().
Referenced by y2s().
References DEBUG_ENTRY, v1sqrtf(), vecfun(), and wr_sqrtf().
void vsqrt | ( | double * | y, |
double | x0, | ||
double | x1, | ||
double | x2, | ||
double | x3 | ||
) |
References V1FUN_PD_4.
void vsqrt | ( | double * | y, |
double | x0, | ||
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
double | x6, | ||
double | x7 | ||
) |
References V1FUN_PD_8.
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 | ||
) |
References V1FUN_PS_8.