|
libflame revision_anchor
|
Functions | |
| void | bl1_saxpyv3b (int n, float *alpha1, float *alpha2, float *alpha3, float *x1, int inc_x1, float *x2, int inc_x2, float *x3, int inc_x3, float *y, int inc_y) |
| void | bl1_daxpyv3b (int n, double *alpha1, double *alpha2, double *alpha3, double *x1, int inc_x1, double *x2, int inc_x2, double *x3, int inc_x3, double *y, int inc_y) |
| for (i=0;i< n_run;++i) | |
| if (n_left==1) | |
| void | bl1_caxpyv3b (int n, scomplex *alpha1, scomplex *alpha2, scomplex *alpha3, scomplex *x1, int inc_x1, scomplex *x2, int inc_x2, scomplex *x3, int inc_x3, scomplex *y, int inc_y) |
| void | bl1_zaxpyv3b (int n, dcomplex *alpha1, dcomplex *alpha2, dcomplex *alpha3, dcomplex *x1, int inc_x1, dcomplex *x2, int inc_x2, dcomplex *x3, int inc_x3, dcomplex *y, int inc_y) |
Variables | |
| double *restrict | chi2 |
| double *restrict | psi1 = y |
| double | alpha1_c = *alpha1 |
| double | alpha2_c = *alpha2 |
| double | temp1 |
| double | temp2 |
| int | i |
| int | n_run = n / 2 |
| int | n_left = n % 2 |
| int | twoinc_x1 = 2*inc_x1 |
| int | twoinc_x2 = 2*inc_x2 |
| int | twoinc_y = 2*inc_y |
| chi1 = x1 | |
| void bl1_caxpyv3b | ( | int | n, |
| scomplex * | alpha1, | ||
| scomplex * | alpha2, | ||
| scomplex * | alpha3, | ||
| scomplex * | x1, | ||
| int | inc_x1, | ||
| scomplex * | x2, | ||
| int | inc_x2, | ||
| scomplex * | x3, | ||
| int | inc_x3, | ||
| scomplex * | y, | ||
| int | inc_y | ||
| ) |
References bl1_abort().
| void bl1_daxpyv3b | ( | int | n, |
| double * | alpha1, | ||
| double * | alpha2, | ||
| double * | alpha3, | ||
| double * | x1, | ||
| int | inc_x1, | ||
| double * | x2, | ||
| int | inc_x2, | ||
| double * | x3, | ||
| int | inc_x3, | ||
| double * | y, | ||
| int | inc_y | ||
| ) |
References alpha1, alpha1_c, alpha2, alpha2_c, bl1_abort(), chi1, chi2, i, n_left, n_pre, n_run, psi1, v2df_t::v, and x1.
| void bl1_saxpyv3b | ( | int | n, |
| float * | alpha1, | ||
| float * | alpha2, | ||
| float * | alpha3, | ||
| float * | x1, | ||
| int | inc_x1, | ||
| float * | x2, | ||
| int | inc_x2, | ||
| float * | x3, | ||
| int | inc_x3, | ||
| float * | y, | ||
| int | inc_y | ||
| ) |
References bl1_abort().
| void bl1_zaxpyv3b | ( | int | n, |
| dcomplex * | alpha1, | ||
| dcomplex * | alpha2, | ||
| dcomplex * | alpha3, | ||
| dcomplex * | x1, | ||
| int | inc_x1, | ||
| dcomplex * | x2, | ||
| int | inc_x2, | ||
| dcomplex * | x3, | ||
| int | inc_x3, | ||
| dcomplex * | y, | ||
| int | inc_y | ||
| ) |
References bl1_abort().
| for | ( | ) |
| if | ( | n_left | = = 1 | ) |
| alpha1_c = *alpha1 |
Referenced by bl1_daxpyv3b(), for(), and if().
| alpha2_c = *alpha2 |
Referenced by bl1_daxpyv3b(), for(), and if().
| chi1 = x1 |
Referenced by bl1_daxpyv3b(), for(), and if().
| chi2 |
Referenced by bl1_daxpyv3b(), for(), and if().
| int i |
Referenced by bl1_daxpyv3b().
| int n_left = n % 2 |
Referenced by bl1_daxpyv3b().
| int n_run = n / 2 |
Referenced by bl1_daxpyv3b().
| psi1 = y |
Referenced by bl1_daxpyv3b(), for(), and if().