Go to the source code of this file.
Data Structures | |
| struct | CBLAS_TEST_COMPLEX |
| struct | CBLAS_TEST_ZOMPLEX |
Macros | |
| #define | TRUE 1 |
| #define | PASSED 1 |
| #define | TEST_ROW_MJR 1 |
| #define | FALSE 0 |
| #define | FAILED 0 |
| #define | TEST_COL_MJR 0 |
| #define | INVALID -1 |
| #define | UNDEFINED -1 |
| #define | F77_xerbla F77_GLOBAL(xerbla,XERBLA) |
| #define | F77_srotg F77_GLOBAL(srotgtest,SROTGTEST) |
| #define | F77_srotmg F77_GLOBAL(srotmgtest,SROTMGTEST) |
| #define | F77_srot F77_GLOBAL(srottest,SROTTEST) |
| #define | F77_srotm F77_GLOBAL(srotmtest,SROTMTEST) |
| #define | F77_drotg F77_GLOBAL(drotgtest,DROTGTEST) |
| #define | F77_drotmg F77_GLOBAL(drotmgtest,DROTMGTEST) |
| #define | F77_drot F77_GLOBAL(drottest,DROTTEST) |
| #define | F77_drotm F77_GLOBAL(drotmtest,DROTMTEST) |
| #define | F77_sswap F77_GLOBAL(sswaptest,SSWAPTEST) |
| #define | F77_scopy F77_GLOBAL(scopytest,SCOPYTEST) |
| #define | F77_saxpy F77_GLOBAL(saxpytest,SAXPYTEST) |
| #define | F77_isamax F77_GLOBAL(isamaxtest,ISAMAXTEST) |
| #define | F77_dswap F77_GLOBAL(dswaptest,DSWAPTEST) |
| #define | F77_dcopy F77_GLOBAL(dcopytest,DCOPYTEST) |
| #define | F77_daxpy F77_GLOBAL(daxpytest,DAXPYTEST) |
| #define | F77_idamax F77_GLOBAL(idamaxtest,IDAMAXTEST) |
| #define | F77_cswap F77_GLOBAL(cswaptest,CSWAPTEST) |
| #define | F77_ccopy F77_GLOBAL(ccopytest,CCOPYTEST) |
| #define | F77_caxpy F77_GLOBAL(caxpytest,CAXPYTEST) |
| #define | F77_icamax F77_GLOBAL(icamaxtest,ICAMAXTEST) |
| #define | F77_zswap F77_GLOBAL(zswaptest,ZSWAPTEST) |
| #define | F77_zcopy F77_GLOBAL(zcopytest,ZCOPYTEST) |
| #define | F77_zaxpy F77_GLOBAL(zaxpytest,ZAXPYTEST) |
| #define | F77_izamax F77_GLOBAL(izamaxtest,IZAMAXTEST) |
| #define | F77_sdot F77_GLOBAL(sdottest,SDOTTEST) |
| #define | F77_ddot F77_GLOBAL(ddottest,DDOTTEST) |
| #define | F77_dsdot F77_GLOBAL(dsdottest,DSDOTTEST) |
| #define | F77_sscal F77_GLOBAL(sscaltest,SSCALTEST) |
| #define | F77_dscal F77_GLOBAL(dscaltest,DSCALTEST) |
| #define | F77_cscal F77_GLOBAL(cscaltest,CSCALTEST) |
| #define | F77_zscal F77_GLOBAL(zscaltest,ZSCALTEST) |
| #define | F77_csscal F77_GLOBAL(csscaltest,CSSCALTEST) |
| #define | F77_zdscal F77_GLOBAL(zdscaltest,ZDSCALTEST) |
| #define | F77_cdotu F77_GLOBAL(cdotutest,CDOTUTEST) |
| #define | F77_cdotc F77_GLOBAL(cdotctest,CDOTCTEST) |
| #define | F77_zdotu F77_GLOBAL(zdotutest,ZDOTUTEST) |
| #define | F77_zdotc F77_GLOBAL(zdotctest,ZDOTCTEST) |
| #define | F77_snrm2 F77_GLOBAL(snrm2test,SNRM2TEST) |
| #define | F77_sasum F77_GLOBAL(sasumtest,SASUMTEST) |
| #define | F77_dnrm2 F77_GLOBAL(dnrm2test,DNRM2TEST) |
| #define | F77_dasum F77_GLOBAL(dasumtest,DASUMTEST) |
| #define | F77_scnrm2 F77_GLOBAL(scnrm2test,SCNRM2TEST) |
| #define | F77_scasum F77_GLOBAL(scasumtest,SCASUMTEST) |
| #define | F77_dznrm2 F77_GLOBAL(dznrm2test,DZNRM2TEST) |
| #define | F77_dzasum F77_GLOBAL(dzasumtest,DZASUMTEST) |
| #define | F77_sdsdot F77_GLOBAL(sdsdottest, SDSDOTTEST) |
| #define | F77_s2chke F77_GLOBAL(cs2chke,CS2CHKE) |
| #define | F77_d2chke F77_GLOBAL(cd2chke,CD2CHKE) |
| #define | F77_c2chke F77_GLOBAL(cc2chke,CC2CHKE) |
| #define | F77_z2chke F77_GLOBAL(cz2chke,CZ2CHKE) |
| #define | F77_ssymv F77_GLOBAL(cssymv,CSSYMV) |
| #define | F77_ssbmv F77_GLOBAL(cssbmv,CSSBMV) |
| #define | F77_sspmv F77_GLOBAL(csspmv,CSSPMV) |
| #define | F77_sger F77_GLOBAL(csger,CSGER) |
| #define | F77_ssyr F77_GLOBAL(cssyr,CSSYR) |
| #define | F77_sspr F77_GLOBAL(csspr,CSSPR) |
| #define | F77_ssyr2 F77_GLOBAL(cssyr2,CSSYR2) |
| #define | F77_sspr2 F77_GLOBAL(csspr2,CSSPR2) |
| #define | F77_dsymv F77_GLOBAL(cdsymv,CDSYMV) |
| #define | F77_dsbmv F77_GLOBAL(cdsbmv,CDSBMV) |
| #define | F77_dspmv F77_GLOBAL(cdspmv,CDSPMV) |
| #define | F77_dger F77_GLOBAL(cdger,CDGER) |
| #define | F77_dsyr F77_GLOBAL(cdsyr,CDSYR) |
| #define | F77_dspr F77_GLOBAL(cdspr,CDSPR) |
| #define | F77_dsyr2 F77_GLOBAL(cdsyr2,CDSYR2) |
| #define | F77_dspr2 F77_GLOBAL(cdspr2,CDSPR2) |
| #define | F77_chemv F77_GLOBAL(cchemv,CCHEMV) |
| #define | F77_chbmv F77_GLOBAL(cchbmv,CCHBMV) |
| #define | F77_chpmv F77_GLOBAL(cchpmv,CCHPMV) |
| #define | F77_cgeru F77_GLOBAL(ccgeru,CCGERU) |
| #define | F77_cgerc F77_GLOBAL(ccgerc,CCGERC) |
| #define | F77_cher F77_GLOBAL(ccher,CCHER) |
| #define | F77_chpr F77_GLOBAL(cchpr,CCHPR) |
| #define | F77_cher2 F77_GLOBAL(ccher2,CCHER2) |
| #define | F77_chpr2 F77_GLOBAL(cchpr2,CCHPR2) |
| #define | F77_zhemv F77_GLOBAL(czhemv,CZHEMV) |
| #define | F77_zhbmv F77_GLOBAL(czhbmv,CZHBMV) |
| #define | F77_zhpmv F77_GLOBAL(czhpmv,CZHPMV) |
| #define | F77_zgeru F77_GLOBAL(czgeru,CZGERU) |
| #define | F77_zgerc F77_GLOBAL(czgerc,CZGERC) |
| #define | F77_zher F77_GLOBAL(czher,CZHER) |
| #define | F77_zhpr F77_GLOBAL(czhpr,CZHPR) |
| #define | F77_zher2 F77_GLOBAL(czher2,CZHER2) |
| #define | F77_zhpr2 F77_GLOBAL(czhpr2,CZHPR2) |
| #define | F77_sgemv F77_GLOBAL(csgemv,CSGEMV) |
| #define | F77_sgbmv F77_GLOBAL(csgbmv,CSGBMV) |
| #define | F77_strmv F77_GLOBAL(cstrmv,CSTRMV) |
| #define | F77_stbmv F77_GLOBAL(cstbmv,CSTBMV) |
| #define | F77_stpmv F77_GLOBAL(cstpmv,CSTPMV) |
| #define | F77_strsv F77_GLOBAL(cstrsv,CSTRSV) |
| #define | F77_stbsv F77_GLOBAL(cstbsv,CSTBSV) |
| #define | F77_stpsv F77_GLOBAL(cstpsv,CSTPSV) |
| #define | F77_dgemv F77_GLOBAL(cdgemv,CDGEMV) |
| #define | F77_dgbmv F77_GLOBAL(cdgbmv,CDGBMV) |
| #define | F77_dtrmv F77_GLOBAL(cdtrmv,CDTRMV) |
| #define | F77_dtbmv F77_GLOBAL(cdtbmv,CDTBMV) |
| #define | F77_dtpmv F77_GLOBAL(cdtpmv,CDTPMV) |
| #define | F77_dtrsv F77_GLOBAL(cdtrsv,CDTRSV) |
| #define | F77_dtbsv F77_GLOBAL(cdtbsv,CDTBSV) |
| #define | F77_dtpsv F77_GLOBAL(cdtpsv,CDTPSV) |
| #define | F77_cgemv F77_GLOBAL(ccgemv,CCGEMV) |
| #define | F77_cgbmv F77_GLOBAL(ccgbmv,CCGBMV) |
| #define | F77_ctrmv F77_GLOBAL(cctrmv,CCTRMV) |
| #define | F77_ctbmv F77_GLOBAL(cctbmv,CCTBMV) |
| #define | F77_ctpmv F77_GLOBAL(cctpmv,CCTPMV) |
| #define | F77_ctrsv F77_GLOBAL(cctrsv,CCTRSV) |
| #define | F77_ctbsv F77_GLOBAL(cctbsv,CCTBSV) |
| #define | F77_ctpsv F77_GLOBAL(cctpsv,CCTPSV) |
| #define | F77_zgemv F77_GLOBAL(czgemv,CZGEMV) |
| #define | F77_zgbmv F77_GLOBAL(czgbmv,CZGBMV) |
| #define | F77_ztrmv F77_GLOBAL(cztrmv,CZTRMV) |
| #define | F77_ztbmv F77_GLOBAL(cztbmv,CZTBMV) |
| #define | F77_ztpmv F77_GLOBAL(cztpmv,CZTPMV) |
| #define | F77_ztrsv F77_GLOBAL(cztrsv,CZTRSV) |
| #define | F77_ztbsv F77_GLOBAL(cztbsv,CZTBSV) |
| #define | F77_ztpsv F77_GLOBAL(cztpsv,CZTPSV) |
| #define | F77_s3chke F77_GLOBAL(cs3chke,CS3CHKE) |
| #define | F77_d3chke F77_GLOBAL(cd3chke,CD3CHKE) |
| #define | F77_c3chke F77_GLOBAL(cc3chke,CC3CHKE) |
| #define | F77_z3chke F77_GLOBAL(cz3chke,CZ3CHKE) |
| #define | F77_chemm F77_GLOBAL(cchemm,CCHEMM) |
| #define | F77_cherk F77_GLOBAL(ccherk,CCHERK) |
| #define | F77_cher2k F77_GLOBAL(ccher2k,CCHER2K) |
| #define | F77_zhemm F77_GLOBAL(czhemm,CZHEMM) |
| #define | F77_zherk F77_GLOBAL(czherk,CZHERK) |
| #define | F77_zher2k F77_GLOBAL(czher2k,CZHER2K) |
| #define | F77_sgemm F77_GLOBAL(csgemm,CSGEMM) |
| #define | F77_ssymm F77_GLOBAL(cssymm,CSSYMM) |
| #define | F77_ssyrk F77_GLOBAL(cssyrk,CSSYRK) |
| #define | F77_ssyr2k F77_GLOBAL(cssyr2k,CSSYR2K) |
| #define | F77_strmm F77_GLOBAL(cstrmm,CSTRMM) |
| #define | F77_strsm F77_GLOBAL(cstrsm,CSTRSM) |
| #define | F77_dgemm F77_GLOBAL(cdgemm,CDGEMM) |
| #define | F77_dsymm F77_GLOBAL(cdsymm,CDSYMM) |
| #define | F77_dsyrk F77_GLOBAL(cdsyrk,CDSYRK) |
| #define | F77_dsyr2k F77_GLOBAL(cdsyr2k,CDSYR2K) |
| #define | F77_dtrmm F77_GLOBAL(cdtrmm,CDTRMM) |
| #define | F77_dtrsm F77_GLOBAL(cdtrsm,CDTRSM) |
| #define | F77_cgemm F77_GLOBAL(ccgemm,CCGEMM) |
| #define | F77_csymm F77_GLOBAL(ccsymm,CCSYMM) |
| #define | F77_csyrk F77_GLOBAL(ccsyrk,CCSYRK) |
| #define | F77_csyr2k F77_GLOBAL(ccsyr2k,CCSYR2K) |
| #define | F77_ctrmm F77_GLOBAL(cctrmm,CCTRMM) |
| #define | F77_ctrsm F77_GLOBAL(cctrsm,CCTRSM) |
| #define | F77_zgemm F77_GLOBAL(czgemm,CZGEMM) |
| #define | F77_zsymm F77_GLOBAL(czsymm,CZSYMM) |
| #define | F77_zsyrk F77_GLOBAL(czsyrk,CZSYRK) |
| #define | F77_zsyr2k F77_GLOBAL(czsyr2k,CZSYR2K) |
| #define | F77_ztrmm F77_GLOBAL(cztrmm,CZTRMM) |
| #define | F77_ztrsm F77_GLOBAL(cztrsm, CZTRSM) |
Functions | |
| void | get_transpose_type (char *type, CBLAS_TRANSPOSE *trans) |
| void | get_uplo_type (char *type, CBLAS_UPLO *uplo) |
| void | get_diag_type (char *type, CBLAS_DIAG *diag) |
| void | get_side_type (char *type, CBLAS_SIDE *side) |
| #define F77_c2chke F77_GLOBAL(cc2chke,CC2CHKE) |
Definition at line 79 of file cblas_test.h.
| #define F77_c3chke F77_GLOBAL(cc3chke,CC3CHKE) |
Definition at line 152 of file cblas_test.h.
| #define F77_caxpy F77_GLOBAL(caxpytest,CAXPYTEST) |
Definition at line 46 of file cblas_test.h.
| #define F77_ccopy F77_GLOBAL(ccopytest,CCOPYTEST) |
Definition at line 45 of file cblas_test.h.
| #define F77_cdotc F77_GLOBAL(cdotctest,CDOTCTEST) |
Definition at line 62 of file cblas_test.h.
| #define F77_cdotu F77_GLOBAL(cdotutest,CDOTUTEST) |
Definition at line 61 of file cblas_test.h.
| #define F77_cgbmv F77_GLOBAL(ccgbmv,CCGBMV) |
Definition at line 132 of file cblas_test.h.
| #define F77_cgemm F77_GLOBAL(ccgemm,CCGEMM) |
Definition at line 172 of file cblas_test.h.
| #define F77_cgemv F77_GLOBAL(ccgemv,CCGEMV) |
Definition at line 131 of file cblas_test.h.
| #define F77_cgerc F77_GLOBAL(ccgerc,CCGERC) |
Definition at line 101 of file cblas_test.h.
| #define F77_cgeru F77_GLOBAL(ccgeru,CCGERU) |
Definition at line 100 of file cblas_test.h.
| #define F77_chbmv F77_GLOBAL(cchbmv,CCHBMV) |
Definition at line 98 of file cblas_test.h.
| #define F77_chemm F77_GLOBAL(cchemm,CCHEMM) |
Definition at line 154 of file cblas_test.h.
| #define F77_chemv F77_GLOBAL(cchemv,CCHEMV) |
Definition at line 97 of file cblas_test.h.
| #define F77_cher F77_GLOBAL(ccher,CCHER) |
Definition at line 102 of file cblas_test.h.
| #define F77_cher2 F77_GLOBAL(ccher2,CCHER2) |
Definition at line 104 of file cblas_test.h.
| #define F77_cher2k F77_GLOBAL(ccher2k,CCHER2K) |
Definition at line 156 of file cblas_test.h.
| #define F77_cherk F77_GLOBAL(ccherk,CCHERK) |
Definition at line 155 of file cblas_test.h.
| #define F77_chpmv F77_GLOBAL(cchpmv,CCHPMV) |
Definition at line 99 of file cblas_test.h.
| #define F77_chpr F77_GLOBAL(cchpr,CCHPR) |
Definition at line 103 of file cblas_test.h.
| #define F77_chpr2 F77_GLOBAL(cchpr2,CCHPR2) |
Definition at line 105 of file cblas_test.h.
| #define F77_cscal F77_GLOBAL(cscaltest,CSCALTEST) |
Definition at line 57 of file cblas_test.h.
| #define F77_csscal F77_GLOBAL(csscaltest,CSSCALTEST) |
Definition at line 59 of file cblas_test.h.
| #define F77_cswap F77_GLOBAL(cswaptest,CSWAPTEST) |
Definition at line 44 of file cblas_test.h.
| #define F77_csymm F77_GLOBAL(ccsymm,CCSYMM) |
Definition at line 173 of file cblas_test.h.
| #define F77_csyr2k F77_GLOBAL(ccsyr2k,CCSYR2K) |
Definition at line 175 of file cblas_test.h.
| #define F77_csyrk F77_GLOBAL(ccsyrk,CCSYRK) |
Definition at line 174 of file cblas_test.h.
| #define F77_ctbmv F77_GLOBAL(cctbmv,CCTBMV) |
Definition at line 134 of file cblas_test.h.
| #define F77_ctbsv F77_GLOBAL(cctbsv,CCTBSV) |
Definition at line 137 of file cblas_test.h.
| #define F77_ctpmv F77_GLOBAL(cctpmv,CCTPMV) |
Definition at line 135 of file cblas_test.h.
| #define F77_ctpsv F77_GLOBAL(cctpsv,CCTPSV) |
Definition at line 138 of file cblas_test.h.
| #define F77_ctrmm F77_GLOBAL(cctrmm,CCTRMM) |
Definition at line 176 of file cblas_test.h.
| #define F77_ctrmv F77_GLOBAL(cctrmv,CCTRMV) |
Definition at line 133 of file cblas_test.h.
| #define F77_ctrsm F77_GLOBAL(cctrsm,CCTRSM) |
Definition at line 177 of file cblas_test.h.
| #define F77_ctrsv F77_GLOBAL(cctrsv,CCTRSV) |
Definition at line 136 of file cblas_test.h.
| #define F77_d2chke F77_GLOBAL(cd2chke,CD2CHKE) |
Definition at line 78 of file cblas_test.h.
| #define F77_d3chke F77_GLOBAL(cd3chke,CD3CHKE) |
Definition at line 151 of file cblas_test.h.
| #define F77_dasum F77_GLOBAL(dasumtest,DASUMTEST) |
Definition at line 68 of file cblas_test.h.
| #define F77_daxpy F77_GLOBAL(daxpytest,DAXPYTEST) |
Definition at line 42 of file cblas_test.h.
| #define F77_dcopy F77_GLOBAL(dcopytest,DCOPYTEST) |
Definition at line 41 of file cblas_test.h.
| #define F77_ddot F77_GLOBAL(ddottest,DDOTTEST) |
Definition at line 53 of file cblas_test.h.
| #define F77_dgbmv F77_GLOBAL(cdgbmv,CDGBMV) |
Definition at line 124 of file cblas_test.h.
| #define F77_dgemm F77_GLOBAL(cdgemm,CDGEMM) |
Definition at line 166 of file cblas_test.h.
| #define F77_dgemv F77_GLOBAL(cdgemv,CDGEMV) |
Definition at line 123 of file cblas_test.h.
| #define F77_dger F77_GLOBAL(cdger,CDGER) |
Definition at line 92 of file cblas_test.h.
| #define F77_dnrm2 F77_GLOBAL(dnrm2test,DNRM2TEST) |
Definition at line 67 of file cblas_test.h.
| #define F77_drot F77_GLOBAL(drottest,DROTTEST) |
Definition at line 34 of file cblas_test.h.
| #define F77_drotg F77_GLOBAL(drotgtest,DROTGTEST) |
Definition at line 32 of file cblas_test.h.
| #define F77_drotm F77_GLOBAL(drotmtest,DROTMTEST) |
Definition at line 35 of file cblas_test.h.
| #define F77_drotmg F77_GLOBAL(drotmgtest,DROTMGTEST) |
Definition at line 33 of file cblas_test.h.
| #define F77_dsbmv F77_GLOBAL(cdsbmv,CDSBMV) |
Definition at line 90 of file cblas_test.h.
| #define F77_dscal F77_GLOBAL(dscaltest,DSCALTEST) |
Definition at line 56 of file cblas_test.h.
| #define F77_dsdot F77_GLOBAL(dsdottest,DSDOTTEST) |
Definition at line 54 of file cblas_test.h.
| #define F77_dspmv F77_GLOBAL(cdspmv,CDSPMV) |
Definition at line 91 of file cblas_test.h.
| #define F77_dspr F77_GLOBAL(cdspr,CDSPR) |
Definition at line 94 of file cblas_test.h.
| #define F77_dspr2 F77_GLOBAL(cdspr2,CDSPR2) |
Definition at line 96 of file cblas_test.h.
| #define F77_dswap F77_GLOBAL(dswaptest,DSWAPTEST) |
Definition at line 40 of file cblas_test.h.
| #define F77_dsymm F77_GLOBAL(cdsymm,CDSYMM) |
Definition at line 167 of file cblas_test.h.
| #define F77_dsymv F77_GLOBAL(cdsymv,CDSYMV) |
Definition at line 89 of file cblas_test.h.
| #define F77_dsyr F77_GLOBAL(cdsyr,CDSYR) |
Definition at line 93 of file cblas_test.h.
| #define F77_dsyr2 F77_GLOBAL(cdsyr2,CDSYR2) |
Definition at line 95 of file cblas_test.h.
| #define F77_dsyr2k F77_GLOBAL(cdsyr2k,CDSYR2K) |
Definition at line 169 of file cblas_test.h.
| #define F77_dsyrk F77_GLOBAL(cdsyrk,CDSYRK) |
Definition at line 168 of file cblas_test.h.
| #define F77_dtbmv F77_GLOBAL(cdtbmv,CDTBMV) |
Definition at line 126 of file cblas_test.h.
| #define F77_dtbsv F77_GLOBAL(cdtbsv,CDTBSV) |
Definition at line 129 of file cblas_test.h.
| #define F77_dtpmv F77_GLOBAL(cdtpmv,CDTPMV) |
Definition at line 127 of file cblas_test.h.
| #define F77_dtpsv F77_GLOBAL(cdtpsv,CDTPSV) |
Definition at line 130 of file cblas_test.h.
| #define F77_dtrmm F77_GLOBAL(cdtrmm,CDTRMM) |
Definition at line 170 of file cblas_test.h.
| #define F77_dtrmv F77_GLOBAL(cdtrmv,CDTRMV) |
Definition at line 125 of file cblas_test.h.
| #define F77_dtrsm F77_GLOBAL(cdtrsm,CDTRSM) |
Definition at line 171 of file cblas_test.h.
| #define F77_dtrsv F77_GLOBAL(cdtrsv,CDTRSV) |
Definition at line 128 of file cblas_test.h.
| #define F77_dzasum F77_GLOBAL(dzasumtest,DZASUMTEST) |
Definition at line 72 of file cblas_test.h.
| #define F77_dznrm2 F77_GLOBAL(dznrm2test,DZNRM2TEST) |
Definition at line 71 of file cblas_test.h.
| #define F77_icamax F77_GLOBAL(icamaxtest,ICAMAXTEST) |
Definition at line 47 of file cblas_test.h.
| #define F77_idamax F77_GLOBAL(idamaxtest,IDAMAXTEST) |
Definition at line 43 of file cblas_test.h.
| #define F77_isamax F77_GLOBAL(isamaxtest,ISAMAXTEST) |
Definition at line 39 of file cblas_test.h.
| #define F77_izamax F77_GLOBAL(izamaxtest,IZAMAXTEST) |
Definition at line 51 of file cblas_test.h.
| #define F77_s2chke F77_GLOBAL(cs2chke,CS2CHKE) |
Definition at line 77 of file cblas_test.h.
| #define F77_s3chke F77_GLOBAL(cs3chke,CS3CHKE) |
Definition at line 150 of file cblas_test.h.
| #define F77_sasum F77_GLOBAL(sasumtest,SASUMTEST) |
Definition at line 66 of file cblas_test.h.
| #define F77_saxpy F77_GLOBAL(saxpytest,SAXPYTEST) |
Definition at line 38 of file cblas_test.h.
| #define F77_scasum F77_GLOBAL(scasumtest,SCASUMTEST) |
Definition at line 70 of file cblas_test.h.
| #define F77_scnrm2 F77_GLOBAL(scnrm2test,SCNRM2TEST) |
Definition at line 69 of file cblas_test.h.
| #define F77_scopy F77_GLOBAL(scopytest,SCOPYTEST) |
Definition at line 37 of file cblas_test.h.
| #define F77_sdot F77_GLOBAL(sdottest,SDOTTEST) |
Definition at line 52 of file cblas_test.h.
| #define F77_sdsdot F77_GLOBAL(sdsdottest, SDSDOTTEST) |
Definition at line 73 of file cblas_test.h.
| #define F77_sgbmv F77_GLOBAL(csgbmv,CSGBMV) |
Definition at line 116 of file cblas_test.h.
| #define F77_sgemm F77_GLOBAL(csgemm,CSGEMM) |
Definition at line 160 of file cblas_test.h.
| #define F77_sgemv F77_GLOBAL(csgemv,CSGEMV) |
Definition at line 115 of file cblas_test.h.
| #define F77_sger F77_GLOBAL(csger,CSGER) |
Definition at line 84 of file cblas_test.h.
| #define F77_snrm2 F77_GLOBAL(snrm2test,SNRM2TEST) |
Definition at line 65 of file cblas_test.h.
| #define F77_srot F77_GLOBAL(srottest,SROTTEST) |
Definition at line 30 of file cblas_test.h.
| #define F77_srotg F77_GLOBAL(srotgtest,SROTGTEST) |
Definition at line 28 of file cblas_test.h.
| #define F77_srotm F77_GLOBAL(srotmtest,SROTMTEST) |
Definition at line 31 of file cblas_test.h.
| #define F77_srotmg F77_GLOBAL(srotmgtest,SROTMGTEST) |
Definition at line 29 of file cblas_test.h.
| #define F77_ssbmv F77_GLOBAL(cssbmv,CSSBMV) |
Definition at line 82 of file cblas_test.h.
| #define F77_sscal F77_GLOBAL(sscaltest,SSCALTEST) |
Definition at line 55 of file cblas_test.h.
| #define F77_sspmv F77_GLOBAL(csspmv,CSSPMV) |
Definition at line 83 of file cblas_test.h.
| #define F77_sspr F77_GLOBAL(csspr,CSSPR) |
Definition at line 86 of file cblas_test.h.
| #define F77_sspr2 F77_GLOBAL(csspr2,CSSPR2) |
Definition at line 88 of file cblas_test.h.
| #define F77_sswap F77_GLOBAL(sswaptest,SSWAPTEST) |
Definition at line 36 of file cblas_test.h.
| #define F77_ssymm F77_GLOBAL(cssymm,CSSYMM) |
Definition at line 161 of file cblas_test.h.
| #define F77_ssymv F77_GLOBAL(cssymv,CSSYMV) |
Definition at line 81 of file cblas_test.h.
| #define F77_ssyr F77_GLOBAL(cssyr,CSSYR) |
Definition at line 85 of file cblas_test.h.
| #define F77_ssyr2 F77_GLOBAL(cssyr2,CSSYR2) |
Definition at line 87 of file cblas_test.h.
| #define F77_ssyr2k F77_GLOBAL(cssyr2k,CSSYR2K) |
Definition at line 163 of file cblas_test.h.
| #define F77_ssyrk F77_GLOBAL(cssyrk,CSSYRK) |
Definition at line 162 of file cblas_test.h.
| #define F77_stbmv F77_GLOBAL(cstbmv,CSTBMV) |
Definition at line 118 of file cblas_test.h.
| #define F77_stbsv F77_GLOBAL(cstbsv,CSTBSV) |
Definition at line 121 of file cblas_test.h.
| #define F77_stpmv F77_GLOBAL(cstpmv,CSTPMV) |
Definition at line 119 of file cblas_test.h.
| #define F77_stpsv F77_GLOBAL(cstpsv,CSTPSV) |
Definition at line 122 of file cblas_test.h.
| #define F77_strmm F77_GLOBAL(cstrmm,CSTRMM) |
Definition at line 164 of file cblas_test.h.
| #define F77_strmv F77_GLOBAL(cstrmv,CSTRMV) |
Definition at line 117 of file cblas_test.h.
| #define F77_strsm F77_GLOBAL(cstrsm,CSTRSM) |
Definition at line 165 of file cblas_test.h.
| #define F77_strsv F77_GLOBAL(cstrsv,CSTRSV) |
Definition at line 120 of file cblas_test.h.
| #define F77_xerbla F77_GLOBAL(xerbla,XERBLA) |
Definition at line 24 of file cblas_test.h.
| #define F77_z2chke F77_GLOBAL(cz2chke,CZ2CHKE) |
Definition at line 80 of file cblas_test.h.
| #define F77_z3chke F77_GLOBAL(cz3chke,CZ3CHKE) |
Definition at line 153 of file cblas_test.h.
| #define F77_zaxpy F77_GLOBAL(zaxpytest,ZAXPYTEST) |
Definition at line 50 of file cblas_test.h.
| #define F77_zcopy F77_GLOBAL(zcopytest,ZCOPYTEST) |
Definition at line 49 of file cblas_test.h.
| #define F77_zdotc F77_GLOBAL(zdotctest,ZDOTCTEST) |
Definition at line 64 of file cblas_test.h.
| #define F77_zdotu F77_GLOBAL(zdotutest,ZDOTUTEST) |
Definition at line 63 of file cblas_test.h.
| #define F77_zdscal F77_GLOBAL(zdscaltest,ZDSCALTEST) |
Definition at line 60 of file cblas_test.h.
| #define F77_zgbmv F77_GLOBAL(czgbmv,CZGBMV) |
Definition at line 140 of file cblas_test.h.
| #define F77_zgemm F77_GLOBAL(czgemm,CZGEMM) |
Definition at line 178 of file cblas_test.h.
| #define F77_zgemv F77_GLOBAL(czgemv,CZGEMV) |
Definition at line 139 of file cblas_test.h.
| #define F77_zgerc F77_GLOBAL(czgerc,CZGERC) |
Definition at line 110 of file cblas_test.h.
| #define F77_zgeru F77_GLOBAL(czgeru,CZGERU) |
Definition at line 109 of file cblas_test.h.
| #define F77_zhbmv F77_GLOBAL(czhbmv,CZHBMV) |
Definition at line 107 of file cblas_test.h.
| #define F77_zhemm F77_GLOBAL(czhemm,CZHEMM) |
Definition at line 157 of file cblas_test.h.
| #define F77_zhemv F77_GLOBAL(czhemv,CZHEMV) |
Definition at line 106 of file cblas_test.h.
| #define F77_zher F77_GLOBAL(czher,CZHER) |
Definition at line 111 of file cblas_test.h.
| #define F77_zher2 F77_GLOBAL(czher2,CZHER2) |
Definition at line 113 of file cblas_test.h.
| #define F77_zher2k F77_GLOBAL(czher2k,CZHER2K) |
Definition at line 159 of file cblas_test.h.
| #define F77_zherk F77_GLOBAL(czherk,CZHERK) |
Definition at line 158 of file cblas_test.h.
| #define F77_zhpmv F77_GLOBAL(czhpmv,CZHPMV) |
Definition at line 108 of file cblas_test.h.
| #define F77_zhpr F77_GLOBAL(czhpr,CZHPR) |
Definition at line 112 of file cblas_test.h.
| #define F77_zhpr2 F77_GLOBAL(czhpr2,CZHPR2) |
Definition at line 114 of file cblas_test.h.
| #define F77_zscal F77_GLOBAL(zscaltest,ZSCALTEST) |
Definition at line 58 of file cblas_test.h.
| #define F77_zswap F77_GLOBAL(zswaptest,ZSWAPTEST) |
Definition at line 48 of file cblas_test.h.
| #define F77_zsymm F77_GLOBAL(czsymm,CZSYMM) |
Definition at line 179 of file cblas_test.h.
| #define F77_zsyr2k F77_GLOBAL(czsyr2k,CZSYR2K) |
Definition at line 181 of file cblas_test.h.
| #define F77_zsyrk F77_GLOBAL(czsyrk,CZSYRK) |
Definition at line 180 of file cblas_test.h.
| #define F77_ztbmv F77_GLOBAL(cztbmv,CZTBMV) |
Definition at line 142 of file cblas_test.h.
| #define F77_ztbsv F77_GLOBAL(cztbsv,CZTBSV) |
Definition at line 145 of file cblas_test.h.
| #define F77_ztpmv F77_GLOBAL(cztpmv,CZTPMV) |
Definition at line 143 of file cblas_test.h.
| #define F77_ztpsv F77_GLOBAL(cztpsv,CZTPSV) |
Definition at line 146 of file cblas_test.h.
| #define F77_ztrmm F77_GLOBAL(cztrmm,CZTRMM) |
Definition at line 182 of file cblas_test.h.
| #define F77_ztrmv F77_GLOBAL(cztrmv,CZTRMV) |
Definition at line 141 of file cblas_test.h.
| #define F77_ztrsm F77_GLOBAL(cztrsm, CZTRSM) |
Definition at line 183 of file cblas_test.h.
| #define F77_ztrsv F77_GLOBAL(cztrsv,CZTRSV) |
Definition at line 144 of file cblas_test.h.
| #define FAILED 0 |
Definition at line 15 of file cblas_test.h.
| #define FALSE 0 |
Definition at line 14 of file cblas_test.h.
| #define INVALID -1 |
Definition at line 18 of file cblas_test.h.
| #define PASSED 1 |
Definition at line 11 of file cblas_test.h.
| #define TEST_COL_MJR 0 |
Definition at line 16 of file cblas_test.h.
| #define TEST_ROW_MJR 1 |
Definition at line 12 of file cblas_test.h.
| #define TRUE 1 |
Definition at line 10 of file cblas_test.h.
| #define UNDEFINED -1 |
Definition at line 19 of file cblas_test.h.
| void get_diag_type | ( | char * | type, |
| CBLAS_DIAG * | diag ) |
Definition at line 25 of file auxiliary.c.
| void get_side_type | ( | char * | type, |
| CBLAS_SIDE * | side ) |
Definition at line 32 of file auxiliary.c.
| void get_transpose_type | ( | char * | type, |
| CBLAS_TRANSPOSE * | trans ) |
Definition at line 8 of file auxiliary.c.
| void get_uplo_type | ( | char * | type, |
| CBLAS_UPLO * | uplo ) |
Definition at line 18 of file auxiliary.c.