Home
last modified time | relevance | path

Searched defs:vector_c (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/mpl/aux_/preprocessed/dmc/
Dvector_c.hpp28 struct vector_c< struct
35 typedef typename vector0_c<T>::type type;
41 struct vector_c< struct
48 typedef typename vector1_c< T, T(C0) >::type type;
54 struct vector_c< struct
61 typedef typename vector2_c< T, T(C0), T(C1) >::type type;
67 struct vector_c< struct
74 typedef typename vector3_c< T, T(C0), T(C1), T(C2) >::type type;
80 struct vector_c< struct
87 typedef typename vector4_c< T, T(C0), T(C1), T(C2), T(C3) >::type type;
[all …]
/third_party/boost/boost/mpl/aux_/preprocessed/plain/
Dvector_c.hpp28 struct vector_c< struct
35 typedef typename vector0_c<T>::type type;
41 struct vector_c< struct
48 typedef typename vector1_c< T, T(C0) >::type type;
54 struct vector_c< struct
61 typedef typename vector2_c< T, T(C0), T(C1) >::type type;
67 struct vector_c< struct
74 typedef typename vector3_c< T, T(C0), T(C1), T(C2) >::type type;
80 struct vector_c< struct
87 typedef typename vector4_c< T, T(C0), T(C1), T(C2), T(C3) >::type type;
[all …]
/third_party/boost/boost/mpl/aux_/preprocessed/bcc/
Dvector_c.hpp28 struct vector_c< struct
35 typedef typename vector0_c<T>::type type;
41 struct vector_c< struct
48 typedef typename vector1_c< T, T(C0) >::type type;
54 struct vector_c< struct
61 typedef typename vector2_c< T, T(C0), T(C1) >::type type;
67 struct vector_c< struct
74 typedef typename vector3_c< T, T(C0), T(C1), T(C2) >::type type;
80 struct vector_c< struct
87 typedef typename vector4_c< T, T(C0), T(C1), T(C2), T(C3) >::type type;
[all …]
/third_party/boost/boost/mpl/aux_/preprocessed/gcc/
Dvector_c.hpp28 struct vector_c< struct
35 typedef typename vector0_c<T>::type type;
41 struct vector_c< struct
48 typedef typename vector1_c< T, T(C0) >::type type;
54 struct vector_c< struct
61 typedef typename vector2_c< T, T(C0), T(C1) >::type type;
67 struct vector_c< struct
74 typedef typename vector3_c< T, T(C0), T(C1), T(C2) >::type type;
80 struct vector_c< struct
87 typedef typename vector4_c< T, T(C0), T(C1), T(C2), T(C3) >::type type;
[all …]
/third_party/boost/boost/mpl/aux_/preprocessed/bcc551/
Dvector_c.hpp28 struct vector_c< struct
35 typedef typename vector0_c<T>::type type;
41 struct vector_c< struct
48 typedef typename vector1_c< T, T(C0) >::type type;
54 struct vector_c< struct
61 typedef typename vector2_c< T, T(C0), T(C1) >::type type;
67 struct vector_c< struct
74 typedef typename vector3_c< T, T(C0), T(C1), T(C2) >::type type;
80 struct vector_c< struct
87 typedef typename vector4_c< T, T(C0), T(C1), T(C2), T(C3) >::type type;
[all …]
/third_party/boost/boost/mpl/aux_/preprocessed/bcc_pre590/
Dvector_c.hpp28 struct vector_c< struct
35 typedef typename vector0_c<T>::type type;
41 struct vector_c< struct
48 typedef typename vector1_c< T, T(C0) >::type type;
54 struct vector_c< struct
61 typedef typename vector2_c< T, T(C0), T(C1) >::type type;
67 struct vector_c< struct
74 typedef typename vector3_c< T, T(C0), T(C1), T(C2) >::type type;
80 struct vector_c< struct
87 typedef typename vector4_c< T, T(C0), T(C1), T(C2), T(C3) >::type type;
[all …]
/third_party/boost/boost/mpl/aux_/preprocessed/no_ttp/
Dvector_c.hpp28 struct vector_c< struct
35 typedef typename vector0_c<T>::type type;
41 struct vector_c< struct
48 typedef typename vector1_c< T, T(C0) >::type type;
54 struct vector_c< struct
61 typedef typename vector2_c< T, T(C0), T(C1) >::type type;
67 struct vector_c< struct
74 typedef typename vector3_c< T, T(C0), T(C1), T(C2) >::type type;
80 struct vector_c< struct
87 typedef typename vector4_c< T, T(C0), T(C1), T(C2), T(C3) >::type type;
[all …]
/third_party/boost/boost/mpl/aux_/preprocessed/mwcw/
Dvector_c.hpp28 struct vector_c< struct
35 typedef typename vector0_c<T>::type type;
41 struct vector_c< struct
48 typedef typename vector1_c< T, T(C0) >::type type;
54 struct vector_c< struct
61 typedef typename vector2_c< T, T(C0), T(C1) >::type type;
67 struct vector_c< struct
74 typedef typename vector3_c< T, T(C0), T(C1), T(C2) >::type type;
80 struct vector_c< struct
87 typedef typename vector4_c< T, T(C0), T(C1), T(C2), T(C3) >::type type;
[all …]
/third_party/boost/libs/compute/example/
Dvector_addition.cpp36 compute::vector<float> vector_c(4); in main() local
/third_party/boost/libs/mpl/doc/src/refmanual/
Dvector_c.rst3 vector_c title
/third_party/boost/boost/mpl/aux_/preprocessed/msvc70/
Dvector_c.hpp523 struct vector_c struct
530 >::type type;
/third_party/boost/boost/mpl/aux_/preprocessed/msvc60/
Dvector_c.hpp523 struct vector_c struct
530 >::type type;
/third_party/boost/boost/mpl/aux_/preprocessed/no_ctps/
Dvector_c.hpp523 struct vector_c struct
530 >::type type;
/third_party/boost/libs/hana/example/tutorial/
Dappendix_mpl.cpp65 using vector_c = hana::tuple<hana::integral_constant<T, v>...>; typedef