Lines Matching refs:PVector
25 PVector<T,NB> a; in test()
26 PVector<T,NB> b; in test()
27 PVector<T,NB> c; in test()
29 PVector<T> a(NB); in test()
30 PVector<T> b(NB); in test()
31 PVector<T> c(NB); in test()
40 PVector<T,NB> resa; in test()
41 PVector<T,NB> resb; in test()
43 PVector<T> resa(NB); in test()
44 PVector<T> resb(NB); in test()
55 PVector<T,NB> refa; in test()
56 PVector<T,NB> refb; in test()
85 PVector<T,NB> a; in test2()
86 PVector<T,NB> b; in test2()
87 PVector<T,NB> c; in test2()
89 PVector<T> a(NB); in test2()
90 PVector<T> b(NB); in test2()
91 PVector<T> c(NB); in test2()
140 PVector<T,NB> a[U]; in test3()
141 PVector<T,NB> b[U]; in test3()
143 PVector<T> a[U]={PVector<T>(NB),PVector<T>(NB)}; in test3()
144 PVector<T> b[U]={PVector<T>(NB),PVector<T>(NB)}; in test3()