/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | vector_impl.hpp | 49 vector_length_t length() const {return(length_);}; in length() function 110 for(index_t k=0;k<other.length();k++) in operator <<() 244 explicit Vector_Base(vector_length_t length, char *val): in Vector_Base() 245 length_(length), in Vector_Base() 248 explicit Vector_Base(vector_length_t length, char *val,P init_val): in Vector_Base() 249 length_(length), in Vector_Base() 251 _Fill(*this,init_val,length,CURRENT_ARCH); in Vector_Base() 365 if (other.length() == Vector_Base<P>::length()) in Vector() 641 …static char* allocate(vector_length_t length){return(Allocator<DYNAMIC>::allocate(sizeof(P)*length… in allocate() 651 explicit Vector(vector_length_t length,P init_val): in Vector() [all …]
|
D | vector_view.hpp | 69 v_(v.ptr()),nb_samples_(compute_length(0,v.length())){}; in VectorView() 86 vector_length_t length() const {return(nb_samples_);}; in length() function 266 eval(*this,other.derived(),length(),CURRENT_ARCH); in operator =() 279 _Fill(*this,val,length(),CURRENT_ARCH); in operator =() 294 eval(*this,*this + other.derived(),length(),CURRENT_ARCH); in operator +=() 306 eval(*this,*this + other,length(),CURRENT_ARCH); in operator +=() 318 eval(*this,*this + other,length(),CURRENT_ARCH); in operator +=() 332 eval(*this,*this - other.derived(),length(),CURRENT_ARCH); in operator -=() 344 eval(*this,*this - other,length(),CURRENT_ARCH); in operator -=() 356 eval(*this,*this - other,length(),CURRENT_ARCH); in operator -=() [all …]
|
D | fusion.hpp | 318 vector_length_t length() const {return(this->derived().length());} in length() function 385 vector_length_t length() const { in length() function 386 return(lhs_.length()); in length() 391 vector_length_t length() const { in length() function 392 return(rhs_.length()); in length() 737 vector_length_t length() const { in length() function 738 return(lhs_.length()); in length() 906 const vector_length_t l = a.length(); in dot() 945 const vector_length_t l = a.length(); in swap()
|
D | unroll.hpp | 38 constexpr vector_length_t length() const noexcept {return std::get<0>(vals).length();}; in length() function 112 eval(*this,other,std::get<0>(vals).length(),CURRENT_ARCH); in operator =()
|
D | matrix.hpp | 530 vector_length_t length() const { in length() function 531 return(lhs_.length() * rhs_.length()); in length() 544 return(lhs_.length()); in rows() 558 return(rhs_.length()); in columns()
|
D | matrix_impl.hpp | 351 for(index_t k=0;k<other.length();k++) in operator <<() 743 for(index_t k=0;k<other.length();k++) in operator <<() 769 Matrix<P,DYNAMIC,DYNAMIC,Allocator> res(a.length(),a.length()); in diagonal() 770 _diagonal(res,a,a.length()); in diagonal() 784 _fill_diagonal(*this,a,this->length()); in fill_diagonal()
|
D | matrix_view.hpp | 451 _fill_diagonal(*this,a,this->length()); in fill_diagonal() 935 _fill_diagonal(*this,a,this->length()); in fill_diagonal() 1421 _fill_diagonal(*this,a,this->length()); in fill_diagonal()
|
/cmsis-dsp-latest/Testing/FrameworkSource/ |
D | ArrayMemory.cpp | 81 char *ArrayMemory::NewBuffer(size_t length) in NewBuffer() argument 83 if (length == 0) in NewBuffer() 105 if (this->m_currentPtr + length + tailSize < this->m_ptr + m_bufferLength) in NewBuffer() 108 this->m_currentPtr += length + tailSize; in NewBuffer() 119 bool ArrayMemory::IsTailEmpty(char *ptr, size_t length) in IsTailEmpty() argument 121 if ((ptr == NULL) || (length == 0)) in IsTailEmpty() 127 char *p=ptr + length; in IsTailEmpty()
|
/cmsis-dsp-latest/Documentation/Doxygen/src/ |
D | template.md | 37 `Vector<float32_t,10>` for a vector of `float` and of length `10`. The length being known at build … 39 …e considered as different types because they have different lengths. The length is part of the typ… 50 …length is an implicit parameter with a default value and it is equivalent to writing `Vector<float… 52 …` variant may contain a `length` field in the `struct` definition whereas other variants do not ne…
|
D | vector.md | 15 * `L` is the static length of the vector (length known at build time). `L<0` when the length is dyn… 111 * The end of the view (`L` by default : the length known at build time). Note that it is the first …
|
D | memory_static_dynamic.md | 10 …ctors the same code can, at runtime, create vectors of different length based on a runtime length. 12 With "static" vectors : the length is fixed at build time and will never change at runtime.
|
D | vectorop.md | 79 …ate arguments so the same computation could be used with any datatype or length. In that case you …
|
D | mainpage.md | 54 …t compilers should be able to optimize out those function calls when the length to copy is small (… 154 …cannot deduce the used lengths and thus will keep all the constant tables required for each length.
|
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | Softmax.cpp | 32 int16_t findMaxIndex(q7_t *vec_in, int length) in findMaxIndex() argument 38 while(i<length) in findMaxIndex() 51 int16_t differences(int16_t *pa,int16_t *pb, int length) in differences() argument 55 while(i < length) in differences()
|
/cmsis-dsp-latest/Documentation/Doxygen/style_template/ |
D | darkmode_toggle.js | 64 if (!tbuttons.length){ 141 for (var i = 0; i < ca.length; i++) { 143 while (c.charAt(0) == ' ') c = c.substring(1, c.length); 144 if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
D | navtree.js | 320 if (a && a.length) { 356 if (index+1<o.breadcrumbs.length) { 399 var l = po.childrenData.length-1; 429 if (parts.length>1) hash = '#'+parts[1].replace(/[^\w\-]/g,''); 447 if ((root=="index.html") && (!navTreeSubIndices[i]["index.html"].length)) { 535 if (window.location.hash && window.location.hash.length>1){
|
D | resize.js | 41 var valStart = index + myCookie.length; 44 valEnd = document.cookie.length;
|
D | tabs.js | 21 for ( var i=0; i < arr.length; i++ ) {
|
/cmsis-dsp-latest/Testing/FrameworkInclude/ |
D | ArrayMemory.h | 44 virtual char *NewBuffer(size_t length);
|
D | Test.h | 150 virtual char *NewBuffer(size_t length)=0; 510 bool IsTailEmpty(char *ptr, size_t length) in IsTailEmpty() argument 512 return(m_mem->IsTailEmpty(ptr,length)); in IsTailEmpty()
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/ |
D | GenericNodes.h | 61 template<typename T, int length, int isArray=0> 105 for(int i=0; i < length ; i++)
|
/cmsis-dsp-latest/dsppp/tests/ |
D | common_tests.h | 134 for(index_t i=0;i<a.length();i++)
|
D | matrix_test.cpp | 1136 if (v.length()==1) in _householder() 1187 Vector<T,DYNAMIC,TMP_ALLOC> res(v.length()); in householder()
|
/cmsis-dsp-latest/PythonWrapper/docs/source/ |
D | api.rst | 93 …I, this state will never be changed ! It is just used to communicate the length of the state array…
|
/cmsis-dsp-latest/ |
D | README.md | 96 …t compilers should be able to optimize out those function calls when the length to copy is small (…
|