Home
last modified time | relevance | path

Searched refs:STL_interface (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/eigen/bench/btl/libs/STL/
H A Dmain.cpp29 bench<Action_axpy<STL_interface<REAL_TYPE> > >(MIN_AXPY,MAX_AXPY,NB_POINT); in main()
30 bench<Action_axpby<STL_interface<REAL_TYPE> > >(MIN_AXPY,MAX_AXPY,NB_POINT); in main()
31 bench<Action_matrix_vector_product<STL_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT); in main()
32 bench<Action_atv_product<STL_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT); in main()
33 bench<Action_symv<STL_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT); in main()
34 bench<Action_syr2<STL_interface<REAL_TYPE> > >(MIN_MV,MAX_MV,NB_POINT); in main()
35 bench<Action_matrix_matrix_product<STL_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT); in main()
36 bench<Action_ata_product<STL_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT); in main()
37 bench<Action_aat_product<STL_interface<REAL_TYPE> > >(MIN_MM,MAX_MM,NB_POINT); in main()
H A DSTL_interface.hh29 class STL_interface{ class
/aosp_15_r20/external/eigen/bench/btl/actions/
H A Daction_lu_solve.hh108STL_interface<typename Interface::real_type>::matrix_vector_product(A_stl,X_stl,B_new_stl,size); in calculate()
111 STL_interface<typename Interface::real_type>::norm_diff(B_stl,B_new_stl); in calculate()
115 STL_interface<typename Interface::real_type>::display_vector(B_stl); in calculate()
116 STL_interface<typename Interface::real_type>::display_vector(B_new_stl); in calculate()
H A Daction_ata_product.hh112 STL_interface<typename Interface::real_type>::ata_product(A_stl,X_stl,_size); in check_result()
115 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
H A Daction_aat_product.hh112 STL_interface<typename Interface::real_type>::aat_product(A_stl,X_stl,_size); in check_result()
115 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
H A Daction_trisolve.hh110 STL_interface<typename Interface::real_type>::trisolve_lower(L_stl,B_stl,X_stl,_size); in check_result()
113 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
H A Daction_axpby.hh98 STL_interface<typename Interface::real_type>::axpby(_alpha,X_stl,_beta,Y_stl,_size); in check_result()
101 STL_interface<typename Interface::real_type>::norm_diff(Y_stl,resu_stl); in check_result()
H A Daction_axpy.hh110 STL_interface<typename Interface::real_type>::axpy(_coef,X_stl,Y_stl,_size); in check_result()
113 STL_interface<typename Interface::real_type>::norm_diff(Y_stl,resu_stl); in check_result()
H A Daction_ger.hh97 STL_interface<typename Interface::real_type>::ger(A_stl,B_stl,X_stl,_size); in check_result()
100 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
H A Daction_symv.hh106 STL_interface<typename Interface::real_type>::symv(A_stl,B_stl,X_stl,_size); in check_result()
109 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
H A Daction_matrix_matrix_product.hh116 STL_interface<typename Interface::real_type>::matrix_matrix_product(A_stl,B_stl,X_stl,_size); in check_result()
118 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
H A Daction_matrix_vector_product.hh117 STL_interface<typename Interface::real_type>::matrix_vector_product(A_stl,B_stl,X_stl,_size); in check_result()
120 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
H A Daction_atv_product.hh99 STL_interface<typename Interface::real_type>::atv_product(A_stl,B_stl,X_stl,_size); in check_result()
102 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
H A Daction_syr2.hh100 STL_interface<typename Interface::real_type>::syr2(A_stl,B_stl,X_stl,_size); in check_result()
103 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
H A Daction_matrix_matrix_product_bis.hh123 STL_interface<typename Interface::real_type>::matrix_matrix_product(A_stl,B_stl,X_stl,size); in calculate()
126 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in calculate()
/aosp_15_r20/out/soong/
Dbuild.aosp_shiba.ninja.globs21916 …bench/btl/libs/STL/CMakeLists.txt","external/eigen/bench/btl/libs/STL/STL_interface.hh","external/…