Home
last modified time | relevance | path

Searched refs:CURRENT_ARCH (Results 1 – 9 of 9) sorted by relevance

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dvector_impl.hpp251 _Fill(*this,init_val,length,CURRENT_ARCH); in Vector_Base()
259 _Fill(*this,other,other.length_,CURRENT_ARCH); in operator =()
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()
380 eval(*this,+other,(vector_length_t)L,CURRENT_ARCH); in Vector()
398 eval(*this,other.derived(),(vector_length_t)L,CURRENT_ARCH); in Vector()
436 eval(*this,other.derived(),(vector_length_t)L,CURRENT_ARCH); in operator =()
453 _Fill(*this,other,L,CURRENT_ARCH);
471 eval(*this,*this + other.derived(),(vector_length_t)L,CURRENT_ARCH); in operator +=()
[all …]
Dvector_view.hpp266 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 -=()
370 eval(*this,*this * other.derived(),length(),CURRENT_ARCH); in operator *=()
382 eval(*this,*this * other,length(),CURRENT_ARCH); in operator *=()
[all …]
Dmatrix_view.hpp115 eval2D(*this,other.derived(),rows(),columns(),CURRENT_ARCH); in operator =()
126 _Fill2D(*this,val,rows(),columns(),CURRENT_ARCH); in operator =()
141 eval2D(*this,*this + other.derived(),rows(),columns(),CURRENT_ARCH); in operator +=()
152 eval2D(*this,*this + other,rows(),columns(),CURRENT_ARCH); in operator +=()
164 eval2D(*this,*this + other,rows(),columns(),CURRENT_ARCH); in operator +=()
177 eval2D(*this,*this - other.derived(),rows(),columns(),CURRENT_ARCH); in operator -=()
188 eval2D(*this,*this - other,rows(),columns(),CURRENT_ARCH); in operator -=()
199 eval2D(*this,*this - other,rows(),columns(),CURRENT_ARCH); in operator -=()
212 eval2D(*this,*this * other.derived(),rows(),columns(),CURRENT_ARCH); in operator *=()
223 eval2D(*this,*this * other,rows(),columns(),CURRENT_ARCH); in operator *=()
[all …]
Dalgorithms.hpp52 _arm_mat_trans(src,dst,CURRENT_ARCH); in transposeTo()
132 _dot_m_v(res,m,v,CURRENT_ARCH); in dot()
142 _dot_m_v(res,m,v,CURRENT_ARCH); in dot()
153 _dot_m_v(res,m,v,CURRENT_ARCH); in dot()
178 _dot_m_m(ma,mb,res,BT,CURRENT_ARCH); in dot()
192 _dot_m_m(ma,mb,res,CURRENT_ARCH); in dot()
206 _dot_m_m(ma,mb,res,BT,CURRENT_ARCH); in dot()
219 _dot_m_m(ma,mb,res,CURRENT_ARCH); in dot()
248 _dot_m_m(ma,mb,std::forward<RES>(res),CURRENT_ARCH); in dot()
261 _dot_m_m(ma,mb,res,CURRENT_ARCH); in dot()
[all …]
Dmatrix_impl.hpp97 eval(*this,+other,(vector_length_t)(R*C),CURRENT_ARCH); in Matrix()
128 eval2D(*this,other.derived(),rows(),columns(),CURRENT_ARCH);
142 eval(*this,other.derived(),(vector_length_t)R*C,CURRENT_ARCH); in operator =()
159 eval2D(*this,other.derived(),rows(),columns(),CURRENT_ARCH);
664 eval(*this,+other,(vector_length_t)(other.rows()*other.columns()),CURRENT_ARCH); in Matrix()
695 eval2D(*this,other.derived(),rows(),columns(),CURRENT_ARCH);
709 eval(*this,other.derived(),rows()*columns(),CURRENT_ARCH); in operator =()
726 eval2D(*this,other.derived(),rows(),columns(),CURRENT_ARCH);
Darch.hpp55 #define CURRENT_ARCH (ARCH*)nullptr macro
Dnumber.hpp183 return(_vctpq<T>(v,CURRENT_ARCH));
Dfusion.hpp894 return(_dot(a,b,l,CURRENT_ARCH)); in dot()
908 return(_dot(a,b,l,CURRENT_ARCH)); in dot()
935 _swap(std::forward<VA>(a),std::forward<VB>(b),l,CURRENT_ARCH); in swap()
947 _swap(std::forward<VA>(a),std::forward<VB>(b),l,CURRENT_ARCH); in swap()
Dunroll.hpp112 eval(*this,other,std::get<0>(vals).length(),CURRENT_ARCH); in operator =()