/cmsis-dsp-latest/dsppp/tests/ |
D | fusion_test.cpp | 25 PVector<T,NB> a; in test() 26 PVector<T,NB> b; in test() 27 PVector<T,NB> c; in test() 29 PVector<T> a(NB); in test() 30 PVector<T> b(NB); in test() 31 PVector<T> c(NB); in test() 40 PVector<T,NB> resa; in test() 41 PVector<T,NB> resb; in test() 43 PVector<T> resa(NB); in test() 44 PVector<T> resb(NB); in test() [all …]
|
D | vector_test.cpp | 21 PVector<T,NB> a; in test() 22 PVector<T,NB> b; in test() 24 PVector<T> a(NB); in test() 25 PVector<T> b(NB); in test() 36 PVector<T,NB> res = a + b; in test() 38 PVector<T> res = copy(a + b); in test() 48 PVector<T,NB> ref; in test() 50 PVector<T> ref(NB); in test() 69 PVector<T,NB> a; in test_view() 70 PVector<T,NB> b; in test_view() [all …]
|
D | dot_test.cpp | 27 PVector<T,NB> a; in complex_test() 28 PVector<T,NB> b; in complex_test() 29 PVector<T,NB> c; in complex_test() 30 PVector<T,NB> d; in complex_test() 32 PVector<T,NB> res; in complex_test() 34 PVector<T> a(NB); in complex_test() 35 PVector<T> b(NB); in complex_test() 36 PVector<T> c(NB); in complex_test() 37 PVector<T> d(NB); in complex_test() 39 PVector<T> res(NB); in complex_test() [all …]
|
D | debug_test_external.cpp | 12 Q15 external_debug(const PVector<Q15,16> &a0, in external_debug() 13 const PVector<Q15,16> &a1, in external_debug() 14 const PVector<Q15,16> &a2, in external_debug() 15 const PVector<Q15,16> &a3, in external_debug() 16 const PVector<Q15,16> &b, in external_debug() 41 Q15 external_debug(const PVector<Q15,16> &a0, in external_debug() 42 const PVector<Q15,16> &a1, in external_debug() 43 const PVector<Q15,16> &a2, in external_debug() 44 const PVector<Q15,16> &a3, in external_debug() 45 const PVector<Q15,16> &b, in external_debug()
|
D | debug_test.cpp | 20 extern Q15 external_debug(const PVector<Q15,16> &a0, 21 const PVector<Q15,16> &a1, 22 const PVector<Q15,16> &a2, 23 const PVector<Q15,16> &a3, 24 const PVector<Q15,16> &b,
|
D | col_test.cpp | 28 PVector<T,R> ref; in test() 31 PVector<T> ref(R); in test() 42 PVector<T,R> res = copy(a.col(4)); in test() 44 PVector<T> res = copy(a.col(4)); in test()
|
D | matrix_test.cpp | 531 PVector<T,R> a; in testdiag() 533 PVector<T> a(R); in testdiag() 597 PVector<T,R> a; in testouter() 598 PVector<T,C> b; in testouter() 644 PVector<T,R> a; in testview() 646 PVector<T> a(R); in testview() 716 PVector<T,C> a; in testmatvec() 718 PVector<T> a(C); in testmatvec() 734 PVector<T,R> res = dot(m,a); in testmatvec() 736 PVector<T> res = dot(m,a); in testmatvec() [all …]
|
D | row_test.cpp | 41 PVector<T,NBOUT> res = a.row(0,1) + a.row(1,1); in test() 43 PVector<T> res = a.row(0,1) + a.row(1,1); in test() 50 PVector<T,NBOUT> da (a.row(0,1)); in test() 51 PVector<T,NBOUT> db (a.row(1,1)); in test() 52 PVector<T,NBOUT> ref; in test()
|
D | filter_test.cpp | 478 FIR(const PVector<T,TAPS> &coefs):coef_(coefs),state_(T{}) in FIR() 482 PVector<T,BLOCK> filter(const PVector<T,BLOCK> &signal) in filter() 485 PVector<T,BLOCK> res(T{}); in filter() 553 const PVector<T,TAPS> coef_; 554 PVector<T,TAPS+BLOCK-1> state_; 564 PVector<T,NB> signal; in test() 565 PVector<T,TAPS> coefs; in test() 576 PVector<T,BLOCK> res = fir.filter(signal); in test() 593 PVector<T,NB> ref; in test()
|
D | common_tests.h | 30 using PVector = Vector<P,L,malloc_allocator>; variable 39 using PVector = Vector<P,L,pool_allocator>; variable 47 using PVector = Vector<P,L,stat_allocator>; variable
|
/cmsis-dsp-latest/Documentation/Doxygen/src/ |
D | memory_allocator.md | 75 using PVector = Vector<P,L,pool_allocator>;
|