Searched refs:refa (Results 1 – 1 of 1) sorted by relevance
/cmsis-dsp-latest/dsppp/tests/ |
D | fusion_test.cpp | 55 PVector<T,NB> refa; in test() local 60 cmsisdsp_add(a.const_ptr(),b.const_ptr(),refa.ptr(),NB); in test() 64 if (!validate(resa.const_ptr(),refa.const_ptr(),NB)) in test() 100 Acc resa,resb,refa,refb; in test2() local 112 cmsisdsp_dot(a.const_ptr(),b.const_ptr(),refa,NB); in test2() 116 if (!validate(resa,refa)) in test2()
|