Searched refs:BTL_DONT_INLINE (Results 1 – 14 of 14) sorted by relevance
/external/eigen/bench/btl/actions/ |
D | action_rot.hh | 32 BTL_DONT_INLINE Action_rot( int size ):_size(size) in Action_rot() 56 BTL_DONT_INLINE ~Action_rot( void ){ in ~Action_rot() 74 BTL_DONT_INLINE void initialize( void ){ in initialize() 79 BTL_DONT_INLINE void calculate( void ) { in calculate() 85 BTL_DONT_INLINE void check_result( void ){ in check_result()
|
D | action_syr2.hh | 38 BTL_DONT_INLINE Action_syr2( int size ):_size(size) in Action_syr2() 64 BTL_DONT_INLINE ~Action_syr2( void ){ in ~Action_syr2() 84 BTL_DONT_INLINE void initialize( void ){ in initialize() 90 BTL_DONT_INLINE void calculate( void ) { in calculate() 96 BTL_DONT_INLINE void check_result( void ){ in check_result()
|
D | action_ger.hh | 32 BTL_DONT_INLINE Action_ger( int size ):_size(size) in Action_ger() 60 BTL_DONT_INLINE ~Action_ger( void ){ in ~Action_ger() 81 BTL_DONT_INLINE void initialize( void ){ in initialize() 87 BTL_DONT_INLINE void calculate( void ) { in calculate() 93 BTL_DONT_INLINE void check_result( void ){ in check_result()
|
D | action_symv.hh | 38 BTL_DONT_INLINE Action_symv( int size ):_size(size) in Action_symv() 67 BTL_DONT_INLINE ~Action_symv( void ){ in ~Action_symv() 87 BTL_DONT_INLINE void initialize( void ){ in initialize() 95 BTL_DONT_INLINE void calculate( void ) { in calculate() 101 BTL_DONT_INLINE void check_result( void ){ in check_result()
|
D | action_matrix_vector_product.hh | 38 BTL_DONT_INLINE Action_matrix_vector_product( int size ):_size(size) in Action_matrix_vector_product() 70 BTL_DONT_INLINE ~Action_matrix_vector_product( void ){ in ~Action_matrix_vector_product() 97 BTL_DONT_INLINE void initialize( void ){ in initialize() 105 BTL_DONT_INLINE void calculate( void ) { in calculate() 111 BTL_DONT_INLINE void check_result( void ){ in check_result()
|
D | action_atv_product.hh | 88 BTL_DONT_INLINE void calculate( void ) { in calculate()
|
/external/eigen/bench/btl/generic_bench/init/ |
D | init_matrix.hh | 28 BTL_DONT_INLINE void init_row(Vector & X, int size, int row){ in init_row() 43 BTL_DONT_INLINE void init_matrix(Vector & A, int size){ in init_matrix() 51 BTL_DONT_INLINE void init_matrix_symm(Matrix& A, int size){ in init_matrix_symm()
|
/external/eigen/bench/btl/libs/tensors/ |
D | tensor_interface.hh | 41 static BTL_DONT_INLINE void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_from_stl() 51 static BTL_DONT_INLINE void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() 59 static BTL_DONT_INLINE void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl() 65 static BTL_DONT_INLINE void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_to_stl()
|
/external/eigen/bench/btl/libs/eigen2/ |
D | eigen2_interface.hh | 61 static BTL_DONT_INLINE void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_from_stl() 71 static BTL_DONT_INLINE void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() 79 static BTL_DONT_INLINE void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl() 85 static BTL_DONT_INLINE void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_to_stl()
|
/external/eigen/bench/btl/generic_bench/static/ |
D | bench_static.hh | 37 BTL_DONT_INLINE void bench_static(void) in bench_static() 58 BTL_DONT_INLINE void bench_static(void) in bench_static()
|
/external/eigen/bench/btl/generic_bench/timers/ |
D | portable_perf_analyzer.hh | 41 BTL_DONT_INLINE double eval_mflops(int size) in eval_mflops() 76 BTL_DONT_INLINE double time_calculate(Action & action) in time_calculate()
|
/external/eigen/bench/btl/generic_bench/ |
D | btl.hh | 36 #define BTL_DONT_INLINE __attribute__((noinline)) macro 38 #define BTL_DONT_INLINE macro 216 BTL_DONT_INLINE static bool skipAction(const std::string& _name) in skipAction()
|
D | bench.hh | 41 BTL_DONT_INLINE void bench( int size_min, int size_max, int nb_point ) in bench() 154 BTL_DONT_INLINE void bench( int size_min, int size_max, int nb_point ){ in bench()
|
/external/eigen/bench/btl/libs/eigen3/ |
D | eigen3_interface.hh | 52 static BTL_DONT_INLINE void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_from_stl() 62 static BTL_DONT_INLINE void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() 70 static BTL_DONT_INLINE void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl() 76 static BTL_DONT_INLINE void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_to_stl()
|