Searched refs:accumulate (Results 1 – 7 of 7) sorted by relevance
/cmsis-dsp-latest/dsppp/Include/dsppp/num_features/ |
D | double.hpp | 128 __STATIC_FORCEINLINE void accumulate(double &a,const double &b) in accumulate() function
|
D | float.hpp | 122 __STATIC_FORCEINLINE void accumulate(float &a,const float &b) in accumulate() function
|
D | half.hpp | 112 __STATIC_FORCEINLINE void accumulate(float16_t &a,const float16_t &b) in accumulate() function
|
D | q7.hpp | 103 return(accumulate(acc , mult(a,b))); in mac()
|
D | q31.hpp | 113 return(accumulate(acc , toFrac<48>(mult(a,b)))); in mac()
|
D | q15.hpp | 114 return(accumulate(acc , mult(a,b))); in mac()
|
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | fixed_point.hpp | 2112 inline Q<MD,F,S> accumulate(const Q<MD,F,S> &a,const Q<MS,F,S> &b) in accumulate() function
|