Searched defs:NB (Results 1 – 8 of 8) sorted by relevance
/cmsis-dsp-latest/Include/dsp/ |
D | debug.h | 47 #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/ |
D | dot_product.cpp | 26 constexpr int NB = 32; in main() local
|
D | vector_op.cpp | 27 constexpr int NB = 32; in main() local
|
/cmsis-dsp-latest/dsppp/ |
D | allocator.cpp | 5 #define ALLOC_POOL(BYTES,NB) \ argument
|
/cmsis-dsp-latest/dsppp/tests/ |
D | matrix_test.cpp | 310 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
|
D | filter_test.cpp | 560 constexpr int NB = BLOCK; in test() local
|
/cmsis-dsp-latest/Testing/FrameworkInclude/ |
D | Error.h | 157 #define ASSERT_EQ_PARTIAL(NB,A,B) Client::assert_equal_partial(__LINE__,NB,A,B) argument
|
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/ |
D | cmsisdsp_module.h | 95 #define MEMCPY(DST,SRC,NB,FORMAT) \ argument
|