/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | matrix_impl.hpp | 65 constexpr vector_length_t rows() const {return(R);} in rows() 70 constexpr vector_length_t columns() const {return(C);} in columns() 97 eval(*this,+other,(vector_length_t)(R*C),CURRENT_ARCH); in Matrix() 142 eval(*this,other.derived(),(vector_length_t)R*C,CURRENT_ARCH); in operator =() 171 const vector_length_t nb_rows = rows() - rs; in sub() 172 const vector_length_t nb_cols = columns() - cs; in sub() 185 const vector_length_t nb_rows = rows() - rs; in sub() 186 const vector_length_t nb_cols = columns() - cs; in sub() 199 const vector_length_t nb_rows = rs.stop - rs.start; in sub() 200 const vector_length_t nb_cols = columns() - cs; in sub() [all …]
|
D | vector_impl.hpp | 49 vector_length_t length() const {return(length_);}; in length() 196 void vector_store_tail(const index_t i,const vector_length_t remaining,const Vector val) const in vector_store_tail() 213 Vector const vector_op_tail(const index_t i,const vector_length_t remaining) const in vector_op_tail() 244 explicit Vector_Base(vector_length_t length, char *val): in Vector_Base() 248 explicit Vector_Base(vector_length_t length, char *val,P init_val): in Vector_Base() 272 vector_length_t length_; 302 constexpr static vector_length_t vector_size = sizeof(P)*L; 346 eval(*this,+other,(vector_length_t)L,CURRENT_ARCH); in Vector() 359 eval(*this,+other,(vector_length_t)L,CURRENT_ARCH); in Vector() 367 eval(*this,+other,(vector_length_t)L,CURRENT_ARCH); in Vector() [all …]
|
D | fusion.hpp | 64 constexpr static vector_length_t value = 0; 189 constexpr vector_length_t static_length() { in static_length() 289 …Vector const vector_op_tail(const index_t i,const vector_length_t remaining) const {return(this->d… in vector_op_tail() 310 …Vector const matrix_op_tail(const index_t r,const index_t c,const vector_length_t remaining) const… in matrix_op_tail() 318 vector_length_t length() const {return(this->derived().length());} in length() 325 vector_length_t rows() const {return(this->derived().rows());} in rows() 332 vector_length_t columns() const {return(this->derived().columns());} in columns() 385 vector_length_t length() const { in length() 391 vector_length_t length() const { in length() 397 vector_length_t rows() const { in rows() [all …]
|
D | matrix.hpp | 226 constexpr static vector_length_t value = (R*C<0) ? 0 : R*C; 232 constexpr static vector_length_t value = 0; 239 constexpr static vector_length_t value = (R*C<0) ? 0 : R*C; 245 constexpr static vector_length_t value = 0 ; 284 constexpr static vector_length_t value = DYNAMIC; 291 constexpr static vector_length_t value = R; 298 constexpr static vector_length_t value = R; 304 constexpr static vector_length_t value = DYNAMIC; 311 constexpr static vector_length_t value = C; 318 constexpr static vector_length_t value = C; [all …]
|
D | matrix_view.hpp | 37 vector_length_t rows() const {return(nb_rows_);} in rows() 42 vector_length_t columns() const {return(nb_cols_);} in columns() 55 const vector_length_t rows, in MatrixView() 56 const vector_length_t cols): in MatrixView() 65 const vector_length_t rows, in MatrixView() 66 const vector_length_t cols): in MatrixView() 396 const vector_length_t remaining, in matrix_store_tail() 417 const vector_length_t remaining) const in matrix_op_tail() 489 const vector_length_t nb_rows_; 490 const vector_length_t nb_cols_; [all …]
|
D | unroll.hpp | 38 constexpr vector_length_t length() const noexcept {return std::get<0>(vals).length();}; in length() 71 …void vector_store_tail_impl(const index_t i,const vector_length_t remaining,const Vector &val, con… in vector_store_tail_impl() 77 …void vector_store_tail(const index_t i,const vector_length_t remaining,const Vector &val) const no… in vector_store_tail() 97 …Vector vector_op_tail_impl(const index_t i,const vector_length_t remaining, const std::index_seque… in vector_op_tail_impl() 102 Vector vector_op_tail(const index_t i,const vector_length_t remaining) const noexcept in vector_op_tail() 152 constexpr vector_length_t max_length(const vector_length_t a,const vector_length_t b) noexcept in max_length() 159 constexpr vector_length_t max_vec_length(F a,N ...b) noexcept in max_vec_length() 175 …constexpr static vector_length_t value = max_vec_length(StaticLength<std::remove_reference_t<E>>::…
|
D | vector_view.hpp | 48 constexpr static vector_length_t compute_length(const index_t start,const index_t stop) in compute_length() 60 explicit VectorView(T *v,const vector_length_t start,const vector_length_t stop): in VectorView() 86 vector_length_t length() const {return(nb_samples_);}; in length() 181 void vector_store_tail(const index_t i,const vector_length_t remaining,const Vector val) in vector_store_tail() 198 Vector const vector_op_tail(const index_t i,const vector_length_t remaining) const in vector_op_tail() 469 const vector_length_t nb_samples_; 495 … vector_length_t compute_length(const index_t start,const index_t stop,const index_t stride) const in compute_length() 541 vector_length_t length() const {return(nb_samples_);}; in length() 637 void vector_store_tail(index_t i,vector_length_t remaining,Vector val) in vector_store_tail() 654 Vector const vector_op_tail(index_t i,vector_length_t remaining) const in vector_op_tail() [all …]
|
D | algorithms.hpp | 69 const vector_length_t rows) in _diagonal() 93 const vector_length_t rows) in _fill_diagonal() 104 const vector_length_t rows) in _identity() 289 Matrix<P,DYNAMIC,DYNAMIC,TMP_ALLOC> mk_identity(const vector_length_t l) in mk_identity()
|
D | common.hpp | 57 typedef int32_t vector_length_t; typedef
|
D | vec.hpp | 267 constexpr static vector_length_t value = (L<0) ? 0 : L; 274 constexpr static vector_length_t value = (L<0) ? 0 : L;
|
D | memory_pool.hpp | 196 static char* allocate ( vector_length_t sz) noexcept{ in allocate()
|
/cmsis-dsp-latest/dsppp/Include/dsppp/Scalar/ |
D | basic.hpp | 33 vector_length_t l, in _Fill() 71 const vector_length_t rows, in _Fill2D() 72 const vector_length_t cols, in _Fill2D() 117 const vector_length_t l, in eval() 153 const vector_length_t rows, in eval2D() 154 const vector_length_t cols, in eval2D() 201 const vector_length_t l, in _dot() 241 const vector_length_t l, in _swap()
|
/cmsis-dsp-latest/dsppp/Include/dsppp/Helium/ |
D | basic.hpp | 38 const vector_length_t l, in _Fill() 68 const vector_length_t rows, in _Fill2D() 69 const vector_length_t cols, in _Fill2D() 122 const vector_length_t l, in eval() 154 const vector_length_t rows, in eval2D() 155 const vector_length_t cols, in eval2D() 254 const vector_length_t l, in _dot() 292 const vector_length_t l, in _swap()
|
D | matrix_multiply.hpp | 23 const vector_length_t nb_rows=m.rows(); in _dot_m_v()
|
/cmsis-dsp-latest/dsppp/Include/dsppp/DSP/ |
D | basic.hpp | 29 vector_length_t l, in _Fill() 56 const vector_length_t rows, in _Fill2D() 57 const vector_length_t cols, in _Fill2D() 111 const vector_length_t l, in eval() 138 const vector_length_t rows, in eval2D() 139 const vector_length_t cols, in eval2D() 188 const vector_length_t l, in _dot() 224 const vector_length_t l, in _swap()
|
/cmsis-dsp-latest/Documentation/Doxygen/src/ |
D | memory_allocator.md | 30 static char* allocate ( vector_length_t sz) noexcept;
|
/cmsis-dsp-latest/dsppp/tests/ |
D | matrix_test.cpp | 315 const vector_length_t nb_rows = a.rows(); in _matinv() 316 const vector_length_t nb_cols = a.columns(); in _matinv()
|