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