Searched defs:Action_rot (Results 1 - 1 of 1) 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");

Completed in 1470 milliseconds