Home
last modified time | relevance | path

Searched refs:accumulate (Results 1 – 7 of 7) sorted by relevance

/cmsis-dsp-latest/dsppp/Include/dsppp/num_features/
Ddouble.hpp128 __STATIC_FORCEINLINE void accumulate(double &a,const double &b) in accumulate() function
Dfloat.hpp122 __STATIC_FORCEINLINE void accumulate(float &a,const float &b) in accumulate() function
Dhalf.hpp112 __STATIC_FORCEINLINE void accumulate(float16_t &a,const float16_t &b) in accumulate() function
Dq7.hpp103 return(accumulate(acc , mult(a,b))); in mac()
Dq31.hpp113 return(accumulate(acc , toFrac<48>(mult(a,b)))); in mac()
Dq15.hpp114 return(accumulate(acc , mult(a,b))); in mac()
/cmsis-dsp-latest/dsppp/Include/dsppp/
Dfixed_point.hpp2112 inline Q<MD,F,S> accumulate(const Q<MD,F,S> &a,const Q<MS,F,S> &b) in accumulate() function