Home
last modified time | relevance | path

Searched defs:operations_dispatcher (Results 1 – 3 of 3) sorted by relevance

/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/thrust/
Dthrust_operations_dispatcher.hpp35 struct operations_dispatcher< thrust::host_vector< T , A > > struct
37 typedef thrust_operations operations_type;
42 struct operations_dispatcher< thrust::device_vector< T , A > > struct
44 typedef thrust_operations operations_type;
61 struct operations_dispatcher< thrust::cpp::vector< T , A > > struct
63 typedef thrust_operations operations_type;
72 struct operations_dispatcher< thrust::omp::vector< T , A > > struct
74 typedef thrust_operations operations_type;
84 struct operations_dispatcher< thrust::tbb::vector< T , A > > struct
86 typedef thrust_operations operations_type;
[all …]
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/compute/
Dcompute_operations_dispatcher.hpp32 struct operations_dispatcher< boost::compute::vector< T , A > > struct
34 typedef compute_operations operations_type;
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/algebra/
Doperations_dispatcher.hpp33 struct operations_dispatcher : operations_dispatcher_sfinae< StateType > {}; struct