Home
last modified time | relevance | path

Searched refs:h_p2 (Results 1 – 10 of 10) sorted by relevance

/dports/devel/thrust/thrust-1.9.5/testing/
H A Dpair_reduce.cu36 thrust::host_vector<T> h_p2 = unittest::random_integers<T>(n); in operator ()() local
40 thrust::transform(h_p1.begin(), h_p1.end(), h_p2.begin(), h_pairs.begin(), make_pair_functor()); in operator ()()
43 thrust::device_vector<T> d_p2 = h_p2; in operator ()()
H A Dpair_transform.cu36 thrust::host_vector<T> h_p2 = unittest::random_integers<T>(n); in operator ()() local
40 thrust::device_vector<T> d_p2 = h_p2; in operator ()()
44 … thrust::transform(h_p1.begin(), h_p1.end(), h_p2.begin(), h_result.begin(), make_pair_functor()); in operator ()()
H A Dpair_scan_by_key.cu36 thrust::host_vector<T> h_p2 = unittest::random_integers<T>(n); in operator ()() local
40 thrust::transform(h_p1.begin(), h_p1.end(), h_p2.begin(), h_pairs.begin(), make_pair_functor()); in operator ()()
43 thrust::device_vector<T> d_p2 = h_p2; in operator ()()
H A Dpair_scan.cu40 thrust::host_vector<T> h_p2 = unittest::random_integers<T>(n); in operator ()() local
45 thrust::transform(h_p1.begin(), h_p1.end(), h_p2.begin(), h_pairs.begin(), make_pair_functor()); in operator ()()
48 thrust::device_vector<T> d_p2 = h_p2; in operator ()()
H A Dpair_sort_by_key.cu23 thrust::host_vector<T> h_p2 = unittest::random_integers<T>(n); in operator ()() local
27 thrust::transform(h_p1.begin(), h_p1.end(), h_p2.begin(), h_pairs.begin(), make_pair_functor()); in operator ()()
H A Dpair_sort.cu26 thrust::host_vector<T> h_p2 = unittest::random_integers<T>(n); in operator ()() local
33 thrust::transform(h_p1.begin(), h_p1.end(), h_p2.begin(), h_pairs.begin(), make_pair_functor()); in operator ()()
H A Dcomplex_transform.cu232 thrust::host_vector<type> h_p2 = random_complex_samples<T>(n); in operator ()() local
236 thrust::device_vector<type> d_p2 = h_p2; in operator ()()
248 …thrust::transform(h_p1.begin(), h_p1.end(), h_p2.begin(), h_result.begin(), basic_arithmetic_funct… in operator ()()
292 thrust::host_vector<type> h_p2 = random_complex_samples<T>(n); in operator ()() local
296 thrust::device_vector<type> d_p2 = h_p2; in operator ()()
309 thrust::transform(h_p1.begin(), h_p1.end(), h_p2.begin(), h_result.begin(), pow_functor()); in operator ()()
/dports/devel/thrust/thrust-1.9.5/testing/backend/cuda/
H A Dpair_sort.cu38 thrust::host_vector<int> h_p2 = unittest::random_integers<int>(n); in TestPairStableSortDevice() local
42 thrust::transform(h_p1.begin(), h_p1.end(), h_p2.begin(), h_pairs.begin(), make_pair_functor()); in TestPairStableSortDevice()
H A Dpair_sort_by_key.cu41 thrust::host_vector<int> h_p2 = unittest::random_integers<int>(n); in TestPairStableSortByKeyDevice() local
48 thrust::transform(h_p1.begin(), h_p1.end(), h_p2.begin(), h_pairs.begin(), make_pair_functor()); in TestPairStableSortByKeyDevice()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/archimesh/
H A Dachm_gltools.py460h_p2 = get_point((op.glpoint_a[0], op.glpoint_a[1], op.glpoint_a[2] - space - fsize / 200), myobj)
567 screen_point_hp2 = view3d_utils.location_3d_to_region_2d(region, rv3d, h_p2)