Home
last modified time | relevance | path

Searched refs:inc_tempi (Results 1 – 2 of 2) sorted by relevance

/dports/math/xblas/xblas-1.0.248/testing/test-tbsv/
H A DBLAS_tbsv_testgen.c74 int tempi, inc_tempi; in BLAS_stbsv_testgen() local
105 inc_tempi = 1; in BLAS_stbsv_testgen()
116 for (j = 0, tempi = 0; j < n; j++, tempi += inc_tempi) { in BLAS_stbsv_testgen()
212 for (j = 0, tempi = 0; j < n; j++, tempi += inc_tempi) { in BLAS_stbsv_testgen()
365 int tempi, inc_tempi; in BLAS_dtbsv_testgen() local
396 inc_tempi = 1; in BLAS_dtbsv_testgen()
407 for (j = 0, tempi = 0; j < n; j++, tempi += inc_tempi) { in BLAS_dtbsv_testgen()
515 for (j = 0, tempi = 0; j < n; j++, tempi += inc_tempi) { in BLAS_dtbsv_testgen()
684 int tempi, inc_tempi; in BLAS_dtbsv_s_testgen() local
715 inc_tempi = 1; in BLAS_dtbsv_s_testgen()
[all …]
/dports/math/xblas/xblas-1.0.248/m4/test-tbsv/
H A DBLAS_tbsv_testgen.m4108 int tempi, inc_tempi;
133 inc_tempi = 1;
134 INC_ADJUST(inc_tempi, $2_type)
145 for(j=0, tempi=0; j<n; j++, tempi += inc_tempi) {
213 for(j=0, tempi=0; j<n; j++, tempi += inc_tempi) {