Searched defs:MS (Results 1 – 1 of 1) sorted by relevance
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | fixed_point.hpp | 1967 inline Q<MD,F,true> saturate(const Q<MS,F,true> &src, in saturate() 1990 inline Q<MD,F,false> saturate(const Q<MS,F,false> &src,typename std::enable_if<(MD < MS) && ((MD+F)… in saturate() 2112 inline Q<MD,F,S> accumulate(const Q<MD,F,S> &a,const Q<MS,F,S> &b) in accumulate()
|