Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dfixed_point.hpp132 constexpr bool test32(const int M,const int F,const int S){return((M+F+S)>16 && (M+F+S)<=32);} in test32() function
215 struct fixed_storage_type<M,F,true,test32(M,F,1)>
233 struct fixed_storage_type<M,F,false,test32(M,F,0)>