|
template<typename exp_type > |
__device__ static __host__ int | get (exp_type &o1, const vect_dist_key_dx &key, const int(&comp)[1]) |
|
template<unsigned int prop, typename exp_type , typename vector_type > |
__device__ static __host__ void | assign (exp_type &o1, vector_type &v, const vect_dist_key_dx &key, const vect_dist_key_dx &key_orig, const int(&comp)[1]) |
|
template<unsigned int prop, typename exp_type , typename vector_type > |
__device__ static __host__ void | assign (exp_type &o1, vector_type &v, const unsigned int &key, const vect_dist_key_dx &key_orig, const int(&comp)[1]) |
|
template<unsigned int prop, typename exp_type , typename vector_type > |
__device__ static __host__ void | assign (exp_type &o1, vector_type &v, const vect_dist_key_dx &key, const vect_dist_key_dx &key_orig, const Point< 1, int > &comp) |
|
template<unsigned int prop, typename exp_type , typename vector_type > |
__device__ static __host__ void | assign (exp_type &o1, vector_type &v, const unsigned int &key, const unsigned int &key_orig, const Point< 1, int > &comp) |
|
template<unsigned int prop, typename vector_type > |
static void | assign_double (double d, vector_type &v, const vect_dist_key_dx &key, const int(&comp)[1]) |
|