Lines Matching refs:d_p1

235     thrust::device_vector<type> d_p1 = h_p1;  in operator ()()  local
249 …thrust::transform(d_p1.begin(), d_p1.end(), d_p2.begin(), d_result.begin(), basic_arithmetic_funct… in operator ()()
264 thrust::device_vector<type> d_p1 = h_p1; in operator ()() local
278 thrust::transform(d_p1.begin(), d_p1.end(), d_result.begin(), complex_plane_functor()); in operator ()()
295 thrust::device_vector<type> d_p1 = h_p1; in operator ()() local
310 thrust::transform(d_p1.begin(), d_p1.end(), d_p2.begin(), d_result.begin(), pow_functor()); in operator ()()
316 thrust::transform(d_p1.begin(), d_p1.end(), d_result.begin(), sqrt_functor()); in operator ()()
331 thrust::device_vector<type> d_p1 = h_p1; in operator ()() local
345 thrust::transform(d_p1.begin(), d_p1.end(), d_result.begin(), exp_functor()); in operator ()()
349 thrust::transform(d_p1.begin(), d_p1.end(), d_result.begin(), log_functor()); in operator ()()
353 thrust::transform(d_p1.begin(), d_p1.end(), d_result.begin(), log10_functor()); in operator ()()
368 thrust::device_vector<type> d_p1 = h_p1; in operator ()() local
382 thrust::transform(d_p1.begin(), d_p1.end(), d_result.begin(), sin_functor()); in operator ()()
386 thrust::transform(d_p1.begin(), d_p1.end(), d_result.begin(), cos_functor()); in operator ()()
390 thrust::transform(d_p1.begin(), d_p1.end(), d_result.begin(), tan_functor()); in operator ()()
395 thrust::transform(d_p1.begin(), d_p1.end(), d_result.begin(), sinh_functor()); in operator ()()
399 thrust::transform(d_p1.begin(), d_p1.end(), d_result.begin(), cosh_functor()); in operator ()()
403 thrust::transform(d_p1.begin(), d_p1.end(), d_result.begin(), tanh_functor()); in operator ()()
409 thrust::transform(d_p1.begin(), d_p1.end(), d_result.begin(), asin_functor()); in operator ()()
413 thrust::transform(d_p1.begin(), d_p1.end(), d_result.begin(), acos_functor()); in operator ()()
417 thrust::transform(d_p1.begin(), d_p1.end(), d_result.begin(), atan_functor()); in operator ()()
422 thrust::transform(d_p1.begin(), d_p1.end(), d_result.begin(), asinh_functor()); in operator ()()
426 thrust::transform(d_p1.begin(), d_p1.end(), d_result.begin(), acosh_functor()); in operator ()()
430 thrust::transform(d_p1.begin(), d_p1.end(), d_result.begin(), atanh_functor()); in operator ()()