/external/cblas/testing/ |
D | c_dblas2.c | 63 void F77_dtrmv(int *order, char *uplow, char *transp, char *diagn, in F77_dtrmv() argument 72 get_uplo_type(uplow,&uplo); in F77_dtrmv() 91 void F77_dtrsv(int *order, char *uplow, char *transp, char *diagn, in F77_dtrsv() argument 100 get_uplo_type(uplow,&uplo); in F77_dtrsv() 115 void F77_dsymv(int *order, char *uplow, int *n, double *alpha, double *a, in F77_dsymv() argument 122 get_uplo_type(uplow,&uplo); in F77_dsymv() 139 void F77_dsyr(int *order, char *uplow, int *n, double *alpha, double *x, in F77_dsyr() argument 145 get_uplo_type(uplow,&uplo); in F77_dsyr() 163 void F77_dsyr2(int *order, char *uplow, int *n, double *alpha, double *x, in F77_dsyr2() argument 169 get_uplo_type(uplow,&uplo); in F77_dsyr2() [all …]
|
D | c_sblas2.c | 63 void F77_strmv(int *order, char *uplow, char *transp, char *diagn, in F77_strmv() argument 72 get_uplo_type(uplow,&uplo); in F77_strmv() 91 void F77_strsv(int *order, char *uplow, char *transp, char *diagn, in F77_strsv() argument 100 get_uplo_type(uplow,&uplo); in F77_strsv() 115 void F77_ssymv(int *order, char *uplow, int *n, float *alpha, float *a, in F77_ssymv() argument 122 get_uplo_type(uplow,&uplo); in F77_ssymv() 139 void F77_ssyr(int *order, char *uplow, int *n, float *alpha, float *x, in F77_ssyr() argument 145 get_uplo_type(uplow,&uplo); in F77_ssyr() 163 void F77_ssyr2(int *order, char *uplow, int *n, float *alpha, float *x, in F77_ssyr2() argument 169 get_uplo_type(uplow,&uplo); in F77_ssyr2() [all …]
|
D | c_zblas2.c | 145 void F77_zhemv(int *order, char *uplow, int *n, CBLAS_TEST_ZOMPLEX *alpha, in F77_zhemv() argument 153 get_uplo_type(uplow,&uplo); in F77_zhemv() 175 void F77_zhbmv(int *order, char *uplow, int *n, int *k, in F77_zhbmv() argument 185 get_uplo_type(uplow,&uplo); in F77_zhbmv() 239 void F77_zhpmv(int *order, char *uplow, int *n, CBLAS_TEST_ZOMPLEX *alpha, in F77_zhpmv() argument 247 get_uplo_type(uplow,&uplo); in F77_zhpmv() 295 void F77_ztbmv(int *order, char *uplow, char *transp, char *diagn, in F77_ztbmv() argument 305 get_uplo_type(uplow,&uplo); in F77_ztbmv() 358 void F77_ztbsv(int *order, char *uplow, char *transp, char *diagn, in F77_ztbsv() argument 369 get_uplo_type(uplow,&uplo); in F77_ztbsv() [all …]
|
D | c_cblas2.c | 145 void F77_chemv(int *order, char *uplow, int *n, CBLAS_TEST_COMPLEX *alpha, in F77_chemv() argument 153 get_uplo_type(uplow,&uplo); in F77_chemv() 175 void F77_chbmv(int *order, char *uplow, int *n, int *k, in F77_chbmv() argument 185 get_uplo_type(uplow,&uplo); in F77_chbmv() 239 void F77_chpmv(int *order, char *uplow, int *n, CBLAS_TEST_COMPLEX *alpha, in F77_chpmv() argument 247 get_uplo_type(uplow,&uplo); in F77_chpmv() 295 void F77_ctbmv(int *order, char *uplow, char *transp, char *diagn, in F77_ctbmv() argument 305 get_uplo_type(uplow,&uplo); in F77_ctbmv() 358 void F77_ctbsv(int *order, char *uplow, char *transp, char *diagn, in F77_ctbsv() argument 369 get_uplo_type(uplow,&uplo); in F77_ctbsv() [all …]
|
D | c_sblas3.c | 73 void F77_ssymm(int *order, char *rtlf, char *uplow, int *m, int *n, in F77_ssymm() argument 82 get_uplo_type(uplow,&uplo); in F77_ssymm() 127 void F77_ssyrk(int *order, char *uplow, char *transp, int *n, int *k, in F77_ssyrk() argument 136 get_uplo_type(uplow,&uplo); in F77_ssyrk() 175 void F77_ssyr2k(int *order, char *uplow, char *transp, int *n, int *k, in F77_ssyr2k() argument 183 get_uplo_type(uplow,&uplo); in F77_ssyr2k() 230 void F77_strmm(int *order, char *rtlf, char *uplow, char *transp, char *diagn, in F77_strmm() argument 240 get_uplo_type(uplow,&uplo); in F77_strmm() 281 void F77_strsm(int *order, char *rtlf, char *uplow, char *transp, char *diagn, in F77_strsm() argument 291 get_uplo_type(uplow,&uplo); in F77_strsm()
|
D | c_dblas3.c | 76 void F77_dsymm(int *order, char *rtlf, char *uplow, int *m, int *n, in F77_dsymm() argument 85 get_uplo_type(uplow,&uplo); in F77_dsymm() 130 void F77_dsyrk(int *order, char *uplow, char *transp, int *n, int *k, in F77_dsyrk() argument 139 get_uplo_type(uplow,&uplo); in F77_dsyrk() 178 void F77_dsyr2k(int *order, char *uplow, char *transp, int *n, int *k, in F77_dsyr2k() argument 186 get_uplo_type(uplow,&uplo); in F77_dsyr2k() 233 void F77_dtrmm(int *order, char *rtlf, char *uplow, char *transp, char *diagn, in F77_dtrmm() argument 243 get_uplo_type(uplow,&uplo); in F77_dtrmm() 284 void F77_dtrsm(int *order, char *rtlf, char *uplow, char *transp, char *diagn, in F77_dtrsm() argument 294 get_uplo_type(uplow,&uplo); in F77_dtrsm()
|
D | c_cblas3.c | 90 void F77_chemm(int *order, char *rtlf, char *uplow, int *m, int *n, in F77_chemm() argument 100 get_uplo_type(uplow,&uplo); in F77_chemm() 154 void F77_csymm(int *order, char *rtlf, char *uplow, int *m, int *n, in F77_csymm() argument 164 get_uplo_type(uplow,&uplo); in F77_csymm() 209 void F77_cherk(int *order, char *uplow, char *transp, int *n, int *k, in F77_cherk() argument 218 get_uplo_type(uplow,&uplo); in F77_cherk() 265 void F77_csyrk(int *order, char *uplow, char *transp, int *n, int *k, in F77_csyrk() argument 274 get_uplo_type(uplow,&uplo); in F77_csyrk() 320 void F77_cher2k(int *order, char *uplow, char *transp, int *n, int *k, in F77_cher2k() argument 329 get_uplo_type(uplow,&uplo); in F77_cher2k() [all …]
|
D | c_zblas3.c | 90 void F77_zhemm(int *order, char *rtlf, char *uplow, int *m, int *n, in F77_zhemm() argument 100 get_uplo_type(uplow,&uplo); in F77_zhemm() 154 void F77_zsymm(int *order, char *rtlf, char *uplow, int *m, int *n, in F77_zsymm() argument 164 get_uplo_type(uplow,&uplo); in F77_zsymm() 209 void F77_zherk(int *order, char *uplow, char *transp, int *n, int *k, in F77_zherk() argument 218 get_uplo_type(uplow,&uplo); in F77_zherk() 265 void F77_zsyrk(int *order, char *uplow, char *transp, int *n, int *k, in F77_zsyrk() argument 274 get_uplo_type(uplow,&uplo); in F77_zsyrk() 320 void F77_zher2k(int *order, char *uplow, char *transp, int *n, int *k, in F77_zher2k() argument 329 get_uplo_type(uplow,&uplo); in F77_zher2k() [all …]
|