Home
last modified time | relevance | path

Searched defs:resb (Results 1 – 3 of 3) sorted by relevance

/cmsis-dsp-latest/dsppp/tests/
Dfusion_test.cpp41 PVector<T,NB> resb; in test() local
44 PVector<T> resb(NB); in test() local
100 Acc resa,resb,refa,refb; in test2() local
Dmatrix_test.cpp661 PMat<T,subsize,subsize> resb; in testview() local
663 PMat<T> resb(subsize,subsize); in testview() local
/cmsis-dsp-latest/PythonWrapper/examples/
Dtestdsp2.py444 resb=dsp.arm_rotation2quaternion_f32(resa) variable