Home
last modified time | relevance | path

Searched defs:d_result (Results 1 – 25 of 107) sorted by relevance

12345

/dports/math/cvc4/CVC4-1.7/src/smt/
H A Dcommand.h568 Result d_result; variable
593 Result d_result; variable
600 Result d_result; variable
871 Expr d_result; variable
890 Expr d_result; variable
909 Expr d_result; variable
977 const Proof* d_result; variable
1017 Expr d_result; variable
1142 std::string d_result; variable
1181 std::string d_result; variable
/dports/devel/thrust/thrust-1.9.5/testing/
H A Dcopy.cu35 thrust::device_vector<T>::iterator d_result = thrust::copy(begin, end, d.begin()); in TestCopyFromConstIterator() local
59 thrust::discard_iterator<> d_result = in TestCopyToDiscardIterator() local
91 ZipIterator2 d_result = in TestCopyToDiscardIteratorZipped() local
279 thrust::device_vector<T> d_result(n); in TestCopyIf() local
305 thrust::device_vector<T> d_result(n); in TestCopyIfIntegral() local
319 thrust::device_vector<T> d_result(n); in TestCopyIfIntegral() local
340 thrust::device_vector<T> d_result(n); in TestCopyIfSequence() local
348 thrust::device_vector<T> d_result(n); in TestCopyIfSequence() local
362 thrust::device_vector<T> d_result(n); in TestCopyIfSequence() local
409 thrust::device_vector<T> d_result(n); in TestCopyIfStencil() local
[all …]
H A Dadjacent_difference.cu52 typename thrust::device_vector<T>::iterator d_result; in TestAdjacentDifference() local
89 typename thrust::device_vector<T>::iterator d_result; in TestAdjacentDifferenceInPlaceWithRelatedIteratorTypes() local
113 thrust::discard_iterator<> d_result = in TestAdjacentDifferenceDiscardIterator() local
H A Dremove.cu593 thrust::device_vector<T> d_result(n); in TestRemoveCopy() local
620 thrust::discard_iterator<> d_result = in TestRemoveCopyToDiscardIterator() local
655 ZipIterator2 d_result = in TestRemoveCopyToDiscardIteratorZipped() local
677 thrust::device_vector<T> d_result(n); in TestRemoveCopyIf() local
703 thrust::discard_iterator<> d_result = in TestRemoveCopyIfToDiscardIterator() local
724 thrust::device_vector<T> d_result(n); in TestRemoveCopyIfStencil() local
753 thrust::discard_iterator<> d_result = in TestRemoveCopyIfStencilToDiscardIterator() local
H A Dcopy_n.cu34 thrust::device_vector<T>::iterator d_result = thrust::copy_n(begin, d.size(), d.begin()); in TestCopyNFromConstIterator() local
56 thrust::discard_iterator<> d_result = in TestCopyNToDiscardIterator() local
86 …typename thrust::device_vector<T>::iterator d_result = thrust::copy_n(v.begin(), v.size(), d.begin… in TestCopyNMatchingTypes() local
115 …typename thrust::device_vector<float>::iterator d_result = thrust::copy_n(v.begin(), v.size(), d.b… in TestCopyNMixedTypes() local
H A Dset_intersection.cu117 thrust::device_vector<T> d_result(n + size); in TestSetIntersection() local
152 thrust::discard_iterator<> d_result; in TestSetIntersectionToDiscardIterator() local
188 thrust::device_vector<T> d_result(n); in TestSetIntersectionEquivalentRanges() local
234 thrust::device_vector<T> d_result(n); in TestSetIntersectionMultiset() local
H A Dset_symmetric_difference.cu116 thrust::device_vector<T> d_result(n + size); in TestSetSymmetricDifference() local
148 thrust::device_vector<T> d_result(h_result.size()); in TestSetSymmetricDifferenceEquivalentRanges() local
193 thrust::device_vector<T> d_result(h_result.size()); in TestSetSymmetricDifferenceMultiset() local
238 thrust::device_vector<T> d_result(h_result.size()); in TestSetSymmetricDifferenceKeyValue() local
H A Dcomplex_transform.cu237 thrust::device_vector<type> d_result(n); in operator ()() local
265 thrust::device_vector<type> d_result(n); in operator ()() local
297 thrust::device_vector<type> d_result(n); in operator ()() local
332 thrust::device_vector<type> d_result(n); in operator ()() local
369 thrust::device_vector<type> d_result(n); in operator ()() local
H A Dmerge.cu123 thrust::device_vector<T> d_result(n + size); in TestMerge() local
161 thrust::discard_iterator<> d_result = in TestMergeToDiscardIterator() local
187 thrust::device_vector<T> d_result(d_a.size() + d_b.size()); in TestMergeDescending() local
H A Dset_union_key_value.cu31 thrust::device_vector<T> d_result(d_a.size() + d_b.size()); in TestSetUnionKeyValue() local
75 thrust::device_vector<T> d_result(d_a.size() + d_b.size()); in TestSetUnionKeyValueDescending() local
H A Dmerge_key_value.cu32 thrust::device_vector<T> d_result(d_a.size() + d_b.size()); in TestMergeKeyValue() local
74 thrust::device_vector<T> d_result(d_a.size() + d_b.size()); in TestMergeKeyValueDescending() local
H A Dtransform.cu472 thrust::discard_iterator<> d_result = in TestTransformUnaryToDiscardIterator() local
518 ZipIterator2 d_result = in TestTransformUnaryToDiscardIteratorZipped() local
604 thrust::discard_iterator<> d_result = in TestTransformIfUnaryToDiscardIterator() local
652 thrust::discard_iterator<> d_result = in TestTransformBinaryToDiscardIterator() local
728 thrust::discard_iterator<> d_result = in TestTransformIfBinaryToDiscardIterator() local
768 thrust::device_vector<T> d_result(n); in TestTransformUnaryCountingIterator() local
799 thrust::device_vector<T> d_result(n); in TestTransformBinaryCountingIterator() local
H A Dset_difference.cu116 thrust::device_vector<T> d_result(n + size); in TestSetDifference() local
148 thrust::device_vector<T> d_result(n); in TestSetDifferenceEquivalentRanges() local
194 thrust::device_vector<T> d_result(n); in TestSetDifferenceMultiset() local
H A Dreverse_iterator.cu97 thrust::device_vector<T> d_result(d_data.size()); in TestReverseIteratorExclusiveScanSimple() local
122 thrust::device_vector<T> d_result(n); in operator ()() local
H A Dreduce_large.cu18 FixedVector<T,N> d_result = thrust::reduce(d_data.begin(), d_data.end(), FixedVector<T,N>(0)); in _TestReduceWithLargeTypes() local
/dports/devel/thrust/thrust-1.9.5/testing/backend/cuda/
H A Dcopy_if.cu47 thrust::device_vector<int> d_result(n); in TestCopyIfDevice() local
66 thrust::device_vector<int> d_result(n); in TestCopyIfDevice() local
148 thrust::device_vector<int> d_result(n); in TestCopyIfStencilDevice() local
160 thrust::device_vector<int> d_result(n); in TestCopyIfStencilDevice() local
179 thrust::device_vector<int> d_result(n); in TestCopyIfStencilDevice() local
H A Dremove.cu80 thrust::device_vector<iterator> d_result(1); in TestRemoveDevice() local
121 thrust::device_vector<iterator> d_result(1); in TestRemoveIfDevice() local
162 thrust::device_vector<iterator> d_result(1); in TestRemoveIfStencilDevice() local
206 thrust::device_vector<int> d_result(n); in TestRemoveCopyDevice() local
250 thrust::device_vector<int> d_result(n); in TestRemoveCopyIfDevice() local
294 thrust::device_vector<int> d_result(n); in TestRemoveCopyIfStencilDevice() local
H A Dmemory.cu58 thrust::device_vector<ptr_and_sz_type> d_result(1); in TestGetTemporaryBufferDeviceSeq() local
104 thrust::device_vector<pointer> d_result(1); in TestMallocDeviceSeq() local
H A Dcount.cu20 thrust::device_vector<size_t> d_result(1); in TestCountDevice() local
69 thrust::device_vector<size_t> d_result(1); in TestCountIfDevice() local
H A Dfind.cu60 thrust::device_vector<iter_type> d_result(1); in TestFindDevice() local
121 thrust::device_vector<iter_type> d_result(1); in TestFindIfDevice() local
181 thrust::device_vector<iter_type> d_result(1); in TestFindIfNotDevice() local
H A Dgenerate.cu31 thrust::device_vector<T> d_result(n); in TestGenerateDevice() local
101 thrust::device_vector<T> d_result(n); in TestGenerateNDevice() local
/dports/finance/R-cran-TTR/TTR/src/
H A Dmoving_averages.c66 double *d_result = REAL(result); in ema() local
123 double *d_result = REAL(result); in evwma() local
184 double *d_result = REAL(result); in vma() local
240 double *d_result = REAL(result); in wma() local
321 double *d_result = REAL(result); in zlema() local
H A DwilderSum.c43 double *d_result = REAL(result); in wilderSum() local
/dports/math/cvc3/cvc3-2.4.1/java/src/cvc3/
H A DFormulaValue.java7 private final String d_result; field in FormulaValue
H A DSatResult.java14 private final String d_result; field in SatResult

12345