Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dfixed_point.hpp121 constexpr bool test64(const int M,const int F,const int S){return((M+F+S)>32 && (M+F+S)<=64);} in test64() function
178 struct fixed_storage_type<M,F,true,test64(M,F,1)>
196 struct fixed_storage_type<M,F,false,test64(M,F,0)>