Home
last modified time | relevance | path

Searched refs:length (Results 1 – 25 of 30) sorted by relevance

12

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dvector_impl.hpp49 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 …]
Dvector_view.hpp69 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 …]
Dfusion.hpp318 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()
Dunroll.hpp38 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 =()
Dmatrix.hpp530 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()
Dmatrix_impl.hpp351 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()
Dmatrix_view.hpp451 _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/
DArrayMemory.cpp81 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/
Dtemplate.md37 `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…
50length 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…
Dvector.md15 * `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 …
Dmemory_static_dynamic.md10 …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.
Dvectorop.md79 …ate arguments so the same computation could be used with any datatype or length. In that case you …
Dmainpage.md54 …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/
DSoftmax.cpp32 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/
Ddarkmode_toggle.js64 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);
Dnavtree.js320 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){
Dresize.js41 var valStart = index + myCookie.length;
44 valEnd = document.cookie.length;
Dtabs.js21 for ( var i=0; i < arr.length; i++ ) {
/cmsis-dsp-latest/Testing/FrameworkInclude/
DArrayMemory.h44 virtual char *NewBuffer(size_t length);
DTest.h150 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/
DGenericNodes.h61 template<typename T, int length, int isArray=0>
105 for(int i=0; i < length ; i++)
/cmsis-dsp-latest/dsppp/tests/
Dcommon_tests.h134 for(index_t i=0;i<a.length();i++)
Dmatrix_test.cpp1136 if (v.length()==1) in _householder()
1187 Vector<T,DYNAMIC,TMP_ALLOC> res(v.length()); in householder()
/cmsis-dsp-latest/PythonWrapper/docs/source/
Dapi.rst93 …I, this state will never be changed ! It is just used to communicate the length of the state array…
/cmsis-dsp-latest/
DREADME.md96 …t compilers should be able to optimize out those function calls when the length to copy is small (…

12