Searched defs:FixedCastShift (Results 1 – 1 of 1) sorted by relevance
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | fixed_point.hpp | 1997 struct FixedCastShift {}; struct 2013 struct FixedCastShift<M,FD,FS,S,(FD>FS)> { struct 2014 constexpr static Q<M,FD,S> shift(const Q<M,FS,S> &src) in shift() 2033 struct FixedCastShift<M,FD,FS,S,(FD<FS)> { struct 2034 constexpr static Q<M,FD,S> shift(const Q<M,FS,S> &src) in shift()
|