Home
last modified time | relevance | path

Searched refs:BTL_ASM_COMMENT (Results 1 – 9 of 9) sorted by relevance

/external/eigen/bench/btl/actions/
Daction_rot.hh80 BTL_ASM_COMMENT("#begin rot"); in calculate()
82 BTL_ASM_COMMENT("end rot"); in calculate()
Daction_axpby.hh88 BTL_ASM_COMMENT("mybegin axpby"); in calculate()
90 BTL_ASM_COMMENT("myend axpby"); in calculate()
Daction_axpy.hh99 BTL_ASM_COMMENT("mybegin axpy"); in calculate()
101 BTL_ASM_COMMENT("myend axpy"); in calculate()
Daction_matrix_vector_product.hh106 BTL_ASM_COMMENT("#begin matrix_vector_product"); in calculate()
108 BTL_ASM_COMMENT("end matrix_vector_product"); in calculate()
Daction_ger.hh88 BTL_ASM_COMMENT("#begin ger"); in calculate()
90 BTL_ASM_COMMENT("end ger"); in calculate()
Daction_atv_product.hh89 BTL_ASM_COMMENT("begin atv"); in calculate()
91 BTL_ASM_COMMENT("end atv"); in calculate()
Daction_symv.hh96 BTL_ASM_COMMENT("#begin symv"); in calculate()
98 BTL_ASM_COMMENT("end symv"); in calculate()
Daction_syr2.hh91 BTL_ASM_COMMENT("#begin syr2"); in calculate()
93 BTL_ASM_COMMENT("end syr2"); in calculate()
/external/eigen/bench/btl/generic_bench/
Dbtl.hh42 #define BTL_ASM_COMMENT(X) asm("#" X) macro
44 #define BTL_ASM_COMMENT(X) macro