Searched refs:RS_APPLY_MACRO_TO (Results 1 – 2 of 2) sorted by relevance
20 #if !defined(RS_APPLY_MACRO_TO)21 #error "You must define the macro RS_APPLY_MACRO_TO to include this file"24 RS_APPLY_MACRO_TO(cblas_sgemv)25 RS_APPLY_MACRO_TO(cblas_sgbmv)26 RS_APPLY_MACRO_TO(cblas_strmv)27 RS_APPLY_MACRO_TO(cblas_stbmv)28 RS_APPLY_MACRO_TO(cblas_stpmv)29 RS_APPLY_MACRO_TO(cblas_strsv)30 RS_APPLY_MACRO_TO(cblas_stbsv)31 RS_APPLY_MACRO_TO(cblas_stpsv)[all …]
450 #define RS_APPLY_MACRO_TO(x) \ macro463 #define RS_APPLY_MACRO_TO(x) \ in loadBLASLib() macro