Home
last modified time | relevance | path

Searched refs:my_vec (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/qvm/test/
Daccess_v_fail1.cpp8 template <int D> struct my_vec { }; struct
18 vec_traits< my_vec<D> >
22 template <int I> static int read_element( my_vec<D> const & );
23 template <int I> static int & write_element( my_vec<D> & );
32 my_vec<1> const v=my_vec<1>(); in main()
Dswizzle2_test4.cpp10 template <int D> struct my_vec { }; struct
31 vec_traits< my_vec<D> >
35 template <int I> static int read_element( my_vec<D> const & );
36 template <int I> static int & write_element( my_vec<D> & );
45 ZZ(my_vec<3>()); in main()
46 XW(my_vec<3>()); in main()
Dswizzle2_test2.cpp10 template <int D> struct my_vec { }; struct
31 vec_traits< my_vec<D> >
35 template <int I> static int read_element( my_vec<D> const & );
36 template <int I> static int & write_element( my_vec<D> & );
45 XX(my_vec<1>()); in main()
46 XY(my_vec<1>()); in main()
Dswizzle2_test3.cpp10 template <int D> struct my_vec { }; struct
31 vec_traits< my_vec<D> >
35 template <int I> static int read_element( my_vec<D> const & );
36 template <int I> static int & write_element( my_vec<D> & );
45 YY(my_vec<2>()); in main()
46 XZ(my_vec<2>()); in main()
Dswizzle4_test4.cpp10 template <int D> struct my_vec { }; struct
31 vec_traits< my_vec<D> >
35 template <int I> static int read_element( my_vec<D> const & );
36 template <int I> static int & write_element( my_vec<D> & );
45 ZZZZ(my_vec<3>()); in main()
46 XXXW(my_vec<3>()); in main()
Dswizzle3_test4.cpp10 template <int D> struct my_vec { }; struct
31 vec_traits< my_vec<D> >
35 template <int I> static int read_element( my_vec<D> const & );
36 template <int I> static int & write_element( my_vec<D> & );
45 ZZZ(my_vec<3>()); in main()
46 XXW(my_vec<3>()); in main()
Dswizzle3_test2.cpp10 template <int D> struct my_vec { }; struct
31 vec_traits< my_vec<D> >
35 template <int I> static int read_element( my_vec<D> const & );
36 template <int I> static int & write_element( my_vec<D> & );
45 XXX(my_vec<1>()); in main()
46 XXY(my_vec<1>()); in main()
Dswizzle3_test3.cpp10 template <int D> struct my_vec { }; struct
31 vec_traits< my_vec<D> >
35 template <int I> static int read_element( my_vec<D> const & );
36 template <int I> static int & write_element( my_vec<D> & );
45 YYY(my_vec<2>()); in main()
46 XXZ(my_vec<2>()); in main()
Dswizzle4_test3.cpp10 template <int D> struct my_vec { }; struct
31 vec_traits< my_vec<D> >
35 template <int I> static int read_element( my_vec<D> const & );
36 template <int I> static int & write_element( my_vec<D> & );
45 YYYY(my_vec<2>()); in main()
46 XXXZ(my_vec<2>()); in main()
Dswizzle4_test2.cpp10 template <int D> struct my_vec { }; struct
31 vec_traits< my_vec<D> >
35 template <int I> static int read_element( my_vec<D> const & );
36 template <int I> static int & write_element( my_vec<D> & );
45 XXXX(my_vec<1>()); in main()
46 XXXY(my_vec<1>()); in main()
Daccess_v_fail2.cpp8 template <int D> struct my_vec { }; struct
18 vec_traits< my_vec<D> >
22 template <int I> static int read_element( my_vec<D> const & );
23 template <int I> static int & write_element( my_vec<D> & );
32 my_vec<1> v; in main()
/third_party/boost/libs/numeric/odeint/test/
Deuler_stepper.cpp34 class my_vec : public std::vector< double > { class
38 my_vec() : std::vector< double >() in my_vec() function in my_vec
41 my_vec( const my_vec &x ) : std::vector< double >( x ) in my_vec() function in my_vec
45 my_vec( size_t dim ) in my_vec() function in my_vec
56 struct is_resizeable< my_vec >
66 typedef my_vec state_type;