Searched refs:Action_rot (Results 1 - 3 of 3) sorted by relevance

/external/eigen/bench/btl/actions/
H A Daction_rot.hh27 class Action_rot { class
32 BTL_DONT_INLINE Action_rot( int size ):_size(size) function in class:Action_rot
34 MESSAGE("Action_rot Ctor");
49 Action_rot( const Action_rot & ) function in class:Action_rot
51 INFOS("illegal call to Action_rot Copy Ctor");
56 BTL_DONT_INLINE ~Action_rot( void ){
57 MESSAGE("Action_rot Dtor");
/external/eigen/bench/btl/libs/eigen3/
H A Dmain_linear.cpp30 bench<Action_rot<eigen3_interface<REAL_TYPE> > >(MIN_AXPY,MAX_AXPY,NB_POINT);
/external/eigen/bench/btl/libs/BLAS/
H A Dmain.cpp48 bench<Action_rot<blas_interface<REAL_TYPE> > >(MIN_AXPY,MAX_AXPY,NB_POINT);

Completed in 926 milliseconds