Searched refs:MS (Results 1 – 1 of 1) sorted by relevance
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | fixed_point.hpp | 1966 template<int MD=0,int MS,int F> 1967 inline Q<MD,F,true> saturate(const Q<MS,F,true> &src, in saturate() argument 1968 typename std::enable_if<(MD < MS) && ((MD+F)<31)>::type* = nullptr) in saturate() 1989 template<int MD=0,int MS,int F> 1990 inline Q<MD,F,false> saturate(const Q<MS,F,false> &src,typename std::enable_if<(MD < MS) && ((MD+F)… in saturate() argument 2068 template<int MD,int MS,int F,bool S,bool = true> 2079 template<int MD,int MS,int F,bool S> 2080 struct Accumulate<MD,MS,F,S,true> { 2090 static Q<MD,F,S> acc (const Q<MD,F,S> &a,const Q<MS,F,S> &b) in acc() 2111 template<int MD,int MS,int F,bool S> [all …]
|