Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/tests/
Dmatrix_test.cpp710 using STO = typename vector_traits<T>::storage_type; in testmatvec() typedef
753 S.pData = reinterpret_cast<STO*>(const_cast<T*>(m.ptr())); in testmatvec()
776 using STO = typename vector_traits<T>::storage_type; in testcomplexmatvec() typedef
826 S.pData = reinterpret_cast<STO*>(const_cast<T*>(m.ptr())); in testcomplexmatvec()