Searched refs:NBOUT (Results 1 – 1 of 1) sorted by relevance
/cmsis-dsp-latest/dsppp/tests/ |
D | row_test.cpp | 23 constexpr int NBOUT = C-1; in test() local 26 std::cout << "NBOUT = " << NBOUT << "\r\n"; in test() 41 PVector<T,NBOUT> 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() 54 cmsisdsp_add(da.const_ptr(),db.const_ptr(),ref.ptr(),NBOUT); in test() 57 if (!validate(res.const_ptr(),ref.const_ptr(),NBOUT)) in test() 68 constexpr int NBOUT = C-2; in swaptest() local 71 std::cout << "NBOUT = " << NBOUT << "\r\n"; in swaptest()
|