Lines Matching refs:PVector
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()
746 PVector<T,R> cmsis_res; in testmatvec()
748 PVector<T> cmsis_res(R); in testmatvec()
782 PVector<T,C> a; in testcomplexmatvec()
783 PVector<T,C> b; in testcomplexmatvec()
785 PVector<T> a(C); in testcomplexmatvec()
786 PVector<T> b(C); in testcomplexmatvec()
803 PVector<T,C> tmpv = a + b * scalar; in testcomplexmatvec()
804 PVector<T,R> res = dot(m,tmpv); in testcomplexmatvec()
806 PVector<T> tmpv = a + b * scalar; in testcomplexmatvec()
807 PVector<T> res = dot(m,tmpv); in testcomplexmatvec()
817 PVector<T,R> cmsis_res; in testcomplexmatvec()
818 PVector<T,C> tmp; in testcomplexmatvec()
820 PVector<T> cmsis_res(R); in testcomplexmatvec()
821 PVector<T> tmp(C); in testcomplexmatvec()
1233 PVector<T,NB> a; in testHouseholder()
1235 PVector<T> a(NB); in testHouseholder()
1256 PVector<T,NB> ref; in testHouseholder()
1258 PVector<T> ref(NB); in testHouseholder()
1400 PVector<T,C> cmsis_tau; in testQR()
1401 PVector<T,R> cmsis_tmpa; in testQR()
1402 PVector<T,C> cmsis_tmpb; in testQR()
1407 PVector<T> cmsis_tau(C); in testQR()
1408 PVector<T> cmsis_tmpa(R); in testQR()
1409 PVector<T> cmsis_tmpb(C); in testQR()