Searched defs:int (Results 1 – 1 of 1) sorted by relevance
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | fixed_point.hpp | 1929 inline Q<M,F,S> operator >>(const Q<M,F,S> &a, std::integral_constant<int, N>) noexcept { in operator >>() 1945 inline Q< M+N , F,S> operator <<(const Q<M,F,S> &a, std::integral_constant<int, N>) noexcept { in operator <<()
|