Home
last modified time | relevance | path

Searched defs:NB (Results 1 – 8 of 8) sorted by relevance

/cmsis-dsp-latest/Include/dsp/
Ddebug.h47 #define PROW_f16(S,NB) \ argument
57 #define PV_f16(S,V,NB)\ argument
80 #define PROW_f32(S,NB) \ argument
90 #define PV_f32(S,V,NB)\ argument
111 #define PROW_f64(S,NB) \ argument
121 #define PV_f64(S,V,NB) \ argument
/cmsis-dsp-latest/dsppp/Examples/
Ddot_product.cpp26 constexpr int NB = 32; in main() local
Dvector_op.cpp27 constexpr int NB = 32; in main() local
/cmsis-dsp-latest/dsppp/
Dallocator.cpp5 #define ALLOC_POOL(BYTES,NB) \ argument
/cmsis-dsp-latest/dsppp/tests/
Dmatrix_test.cpp310 void _matinv(const Matrix<T,NB,NB,A> &a,M && res) in _matinv() argument
382 Matrix<T,NB,NB,TMP_ALLOC> matinv(const Matrix<T,NB,NB,A> &a) in matinv() argument
393 Matrix<T,DYNAMIC,DYNAMIC,TMP_ALLOC> matinv(const Matrix<T,NB,NB,A> &a) in matinv() argument
404 void matinv(Matrix<T,DYNAMIC,DYNAMIC,TMP_ALLOC> &res, const Matrix<T,NB,NB,A> &a) in matinv() argument
1174 constexpr int NB = StaticLength<V>::value; in householder() local
Dfilter_test.cpp560 constexpr int NB = BLOCK; in test() local
/cmsis-dsp-latest/Testing/FrameworkInclude/
DError.h157 #define ASSERT_EQ_PARTIAL(NB,A,B) Client::assert_equal_partial(__LINE__,NB,A,B) argument
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/
Dcmsisdsp_module.h95 #define MEMCPY(DST,SRC,NB,FORMAT) \ argument