Lines Matching defs:vec_traits
22 vec_traits<T[M][N]> struct
24 static int const dim=0;
25 typedef void scalar_type;
30 vec_traits<T[Dim]> struct
32 typedef T this_vector[Dim];
33 typedef typename qvm_detail::remove_const<T>::type scalar_type;
34 static int const dim=Dim;
40 read_element( this_vector const & x ) in read_element()
51 write_element( this_vector & x ) in write_element()
61 read_element_idx( int i, this_vector const & x ) in read_element_idx()
71 write_element_idx( int i, this_vector & x ) in write_element_idx()