Searched refs:nb_samples_ (Results 1 – 1 of 1) sorted by relevance
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | vector_view.hpp | 61 v_(v+start),nb_samples_(compute_length(start,stop)){}; in VectorView() 69 v_(v.ptr()),nb_samples_(compute_length(0,v.length())){}; in VectorView() 79 v_(v.ptr()+start),nb_samples_(compute_length(start,stop)){}; in VectorView() 86 vector_length_t length() const {return(nb_samples_);}; in length() 233 v_(other.v_),nb_samples_(other.nb_samples_){}; in VectorView() 246 v_(std::move(other.v_)),nb_samples_(other.nb_samples_) in VectorView() 469 const vector_length_t nb_samples_; member 509 v_(v+start),nb_samples_(compute_length(start,stop,stride)),stride_(stride){}; in VectorView() 522 v_(v.ptr()),nb_samples_(compute_length(0,v.length(),stride)),stride_(stride){}; in VectorView() 534 v_(v.ptr()+start),nb_samples_(compute_length(start,stop,stride)),stride_(stride){}; in VectorView() [all …]
|