Searched defs:accumulate (Results 1 – 4 of 4) 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
|
/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
|