Home
last modified time | relevance | path

Searched defs:h_result (Results 1 – 25 of 70) sorted by relevance

123

/dports/devel/thrust/thrust-1.9.5/testing/
H A Dcopy.cu25 thrust::host_vector<T>::iterator h_result = thrust::copy(begin, end, h.begin()); in TestCopyFromConstIterator() local
55 thrust::discard_iterator<> h_result = in TestCopyToDiscardIterator() local
85 ZipIterator1 h_result = in TestCopyToDiscardIteratorZipped() local
278 thrust::host_vector<T> h_result(n); in TestCopyIf() local
304 thrust::host_vector<T> h_result(n); in TestCopyIfIntegral() local
318 thrust::host_vector<T> h_result(n); in TestCopyIfIntegral() local
339 thrust::host_vector<T> h_result(n); in TestCopyIfSequence() local
347 thrust::host_vector<T> h_result(n); in TestCopyIfSequence() local
361 thrust::host_vector<T> h_result(n); in TestCopyIfSequence() local
408 thrust::host_vector<T> h_result(n); in TestCopyIfStencil() local
[all …]
H A Dadjacent_difference.cu51 typename thrust::host_vector<T>::iterator h_result; in TestAdjacentDifference() local
88 typename thrust::host_vector<T>::iterator h_result; in TestAdjacentDifferenceInPlaceWithRelatedIteratorTypes() local
111 thrust::discard_iterator<> h_result = in TestAdjacentDifferenceDiscardIterator() local
H A Dremove.cu592 thrust::host_vector<T> h_result(n); in TestRemoveCopy() local
617 thrust::discard_iterator<> h_result = in TestRemoveCopyToDiscardIterator() local
649 ZipIterator1 h_result = in TestRemoveCopyToDiscardIteratorZipped() local
676 thrust::host_vector<T> h_result(n); in TestRemoveCopyIf() local
700 thrust::discard_iterator<> h_result = in TestRemoveCopyIfToDiscardIterator() local
723 thrust::host_vector<T> h_result(n); in TestRemoveCopyIfStencil() local
750 thrust::discard_iterator<> h_result = in TestRemoveCopyIfStencilToDiscardIterator() local
H A Dcopy_n.cu24 thrust::host_vector<T>::iterator h_result = thrust::copy_n(begin, h.size(), h.begin()); in TestCopyNFromConstIterator() local
52 thrust::discard_iterator<> h_result = in TestCopyNToDiscardIterator() local
76 …typename thrust::host_vector<T>::iterator h_result = thrust::copy_n(v.begin(), v.size(), h.begin()… in TestCopyNMatchingTypes() local
104 …typename thrust::host_vector<float>::iterator h_result = thrust::copy_n(v.begin(), v.size(), h.beg… in TestCopyNMixedTypes() local
H A Dset_intersection.cu116 thrust::host_vector<T> h_result(n + size); in TestSetIntersection() local
151 thrust::discard_iterator<> h_result; in TestSetIntersectionToDiscardIterator() local
187 thrust::host_vector<T> h_result(n); in TestSetIntersectionEquivalentRanges() local
233 thrust::host_vector<T> h_result(n); in TestSetIntersectionMultiset() local
H A Dset_symmetric_difference.cu115 thrust::host_vector<T> h_result(n + size); in TestSetSymmetricDifference() local
147 thrust::host_vector<T> h_result(h_a.size() + h_b.size()); in TestSetSymmetricDifferenceEquivalentRanges() local
192 thrust::host_vector<T> h_result(h_a.size() + h_b.size()); in TestSetSymmetricDifferenceMultiset() local
237 thrust::host_vector<T> h_result(h_a.size() + h_b.size()); in TestSetSymmetricDifferenceKeyValue() local
H A Dcomplex_transform.cu233 thrust::host_vector<type> h_result(n); in operator ()() local
262 thrust::host_vector<type> h_result(n); in operator ()() local
293 thrust::host_vector<type> h_result(n); in operator ()() local
329 thrust::host_vector<type> h_result(n); in operator ()() local
366 thrust::host_vector<type> h_result(n); in operator ()() local
H A Dmerge.cu122 thrust::host_vector<T> h_result(n + size); in TestMerge() local
156 thrust::discard_iterator<> h_result = in TestMergeToDiscardIterator() local
186 thrust::host_vector<T> h_result(h_a.size() + h_b.size()); in TestMergeDescending() local
H A Dset_union_key_value.cu30 thrust::host_vector<T> h_result(h_a.size() + h_b.size()); in TestSetUnionKeyValue() local
74 thrust::host_vector<T> h_result(h_a.size() + h_b.size()); in TestSetUnionKeyValueDescending() local
H A Dmerge_key_value.cu31 thrust::host_vector<T> h_result(h_a.size() + h_b.size()); in TestMergeKeyValue() local
73 thrust::host_vector<T> h_result(h_a.size() + h_b.size()); in TestMergeKeyValueDescending() local
H A Dtransform.cu469 thrust::discard_iterator<> h_result = in TestTransformUnaryToDiscardIterator() local
515 ZipIterator1 h_result = in TestTransformUnaryToDiscardIteratorZipped() local
598 thrust::discard_iterator<> h_result = in TestTransformIfUnaryToDiscardIterator() local
650 thrust::discard_iterator<> h_result = in TestTransformBinaryToDiscardIterator() local
721 thrust::discard_iterator<> h_result = in TestTransformIfBinaryToDiscardIterator() local
767 thrust::host_vector<T> h_result(n); in TestTransformUnaryCountingIterator() local
798 thrust::host_vector<T> h_result(n); in TestTransformBinaryCountingIterator() local
H A Dset_difference.cu115 thrust::host_vector<T> h_result(n + size); in TestSetDifference() local
147 thrust::host_vector<T> h_result(n); in TestSetDifferenceEquivalentRanges() local
193 thrust::host_vector<T> h_result(n); in TestSetDifferenceMultiset() local
H A Dreverse_iterator.cu96 thrust::host_vector<T> h_result(h_data.size()); in TestReverseIteratorExclusiveScanSimple() local
121 thrust::host_vector<T> h_result(n); in operator ()() local
H A Dreduce_large.cu17 FixedVector<T,N> h_result = thrust::reduce(h_data.begin(), h_data.end(), FixedVector<T,N>(0)); in _TestReduceWithLargeTypes() local
H A Dzip_iterator_reduce.cu36 Tuple h_result = reduce( make_zip_iterator(make_tuple(h_data0.begin(), h_data1.begin())), in operator ()() local
H A Dset_difference_key_value.cu30 thrust::host_vector<T> h_result(n); in TestSetDifferenceKeyValue() local
H A Dset_intersection_key_value.cu30 thrust::host_vector<T> h_result(n); in TestSetIntersectionKeyValue() local
H A Dset_union.cu141 thrust::host_vector<T> h_result(n + size); in TestSetUnion() local
175 thrust::discard_iterator<> h_result; in TestSetUnionToDiscardIterator() local
H A Dreverse.cu171 thrust::host_vector<T> h_result(n); in operator ()() local
190 thrust::discard_iterator<> h_result = in operator ()() local
H A Dtuple_reduce.cu51 tuple<T,T> h_result = reduce(h_tuples.begin(), h_tuples.end(), zero, SumTupleFunctor()); in operator ()() local
H A Dpair_transform.cu37 thrust::host_vector<P> h_result(n); in operator ()() local
/dports/devel/thrust/thrust-1.9.5/testing/backend/cuda/
H A Dcopy_if.cu46 thrust::host_vector<int> h_result(n); in TestCopyIfDevice() local
65 thrust::host_vector<int> h_result(n); in TestCopyIfDevice() local
147 thrust::host_vector<int> h_result(n); in TestCopyIfStencilDevice() local
159 thrust::host_vector<int> h_result(n); in TestCopyIfStencilDevice() local
178 thrust::host_vector<int> h_result(n); in TestCopyIfStencilDevice() local
H A Dcount.cu22 size_t h_result = thrust::count(h_data.begin(), h_data.end(), T(5)); in TestCountDevice() local
71 size_t h_result = thrust::count_if(h_data.begin(), h_data.end(), greater_than_five<T>()); in TestCountIfDevice() local
H A Dgenerate.cu30 thrust::host_vector<T> h_result(n); in TestGenerateDevice() local
100 thrust::host_vector<T> h_result(n); in TestGenerateNDevice() local
/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/tree/
H A Dtest_constraints.cu169 std::vector<bst_feature_t> h_result (span.size()); in TEST() local
181 std::vector<bst_feature_t> h_result (span.size()); in TEST() local
208 std::vector<bst_feature_t> h_result (span.size()); in TEST() local

123