Searched refs:test8 (Results 1 – 1 of 1) sorted by relevance
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | fixed_point.hpp | 154 constexpr bool test8 (const int M,const int F,const int S){return((M+F+S)<=8);} in test8() function 288 struct fixed_storage_type<M,F,true,test8(M,F,1)> 306 struct fixed_storage_type<M,F,false,test8(M,F,0)>
|