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