Home | History | Annotate | Download | only in actions

Lines Matching refs:_size

38   Action_axpy( int size ):_coef(1.0),_size(size)
44 init_vector<pseudo_random>(X_stl,_size);
45 init_vector<pseudo_random>(Y_stl,_size);
46 init_vector<null_function>(resu_stl,_size);
90 return 2.0*_size;
94 Interface::copy_vector(X_ref,X,_size);
95 Interface::copy_vector(Y_ref,Y,_size);
100 Interface::axpy(_coef,X,Y,_size);
105 if (_size>128) return;
110 STL_interface<typename Interface::real_type>::axpy(_coef,X_stl,Y_stl,_size);
136 int _size;