Home
last modified time | relevance | path

Searched defs:F (Results 1 – 1 of 1) sorted by relevance

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dfixed_point.hpp121 constexpr bool test64(const int M,const int F,const int S){return((M+F+S)>32 && (M+F+S)<=64);} in test64()
132 constexpr bool test32(const int M,const int F,const int S){return((M+F+S)>16 && (M+F+S)<=32);} in test32()
143 constexpr bool test16(const int M,const int F,const int S){return((M+F+S)>8 && (M+F+S)<=16);} in test16()
154 constexpr bool test8 (const int M,const int F,const int S){return((M+F+S)<=8);} in test8()
1834 inline Q<M,F,S> operator+(const Q<M,F,S> &a,const Q<M,F,S> &b) in operator +() argument
1853 inline Q<M,F,S> operator-(const Q<M,F,S> &a,const Q<M,F,S> &b) in operator -() argument
1871 inline Q<M,F,S> operator-(const Q<M,F,S> &a) in operator -() argument
1891 inline Q<M,F,S> add(const Q<M,F,S> &a,const Q<M,F,S> &b) in add() argument
1909 inline Q<M,F,S> sub(const Q<M,F,S> &a,const Q<M,F,S> &b) in sub() argument
1929 inline Q<M,F,S> operator >>(const Q<M,F,S> &a, std::integral_constant<int, N>) noexcept { in operator >>() argument
[all …]