HomeSort by relevance Sort by last modified time
    Searched refs:BTL_DONT_INLINE (Results 1 - 14 of 14) sorted by null

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

Completed in 551 milliseconds