Home
last modified time | relevance | path

Searched refs:DstType (Results 1 – 1 of 1) sorted by relevance

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dfixed_point.hpp2016 using DstType = typename Q<M,FD,S>::value_type; in shift() typedef
2017 return(Q<M,FD,S>(DstType(src.v) << (FD-FS))); in shift()
2036 using DstType = typename Q<M,FD,S>::value_type; in shift() typedef
2039 return(Q<M,FD,S>(DstType(SrcType(src.v) >> (FS-FD)))); in shift()
2092 using DstType = typename Q<MD,F,S>::value_type; in acc() typedef
2093 return(Q<MD,F,S>(DstType(a.v) + DstType(b.v))); in acc()