Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dfixed_point.hpp1929 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 <<()