Home
last modified time | relevance | path

Searched defs:Q (Results 1 – 2 of 2) sorted by relevance

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dfixed_point.hpp328 struct Q {}; struct
338 struct Q<M,F,true,int64_t> { struct
340 constexpr static int fracBits = F;
342 constexpr static int mantissaBits = M;
344 constexpr static bool isSigned = true;
346 using value_type = typename fixed_storage_type<M,F,true>::value_type;
348 using wider_type = typename fixed_storage_type<M,F,true>::wider_type;
351 constexpr static value_type maxVal = 0x7FFFFFFFFFFFFFFFLL;
354 constexpr static value_type minVal = 0x8000000000000000LL;
363 constexpr static value_type convert(const float f) { in convert()
[all …]
/cmsis-dsp-latest/dsppp/tests/
Dmatrix_test.cpp1288 Matrix<T,R,R,TMP_ALLOC> Q = Matrix<T,R,R>::identity(); in QR() local