Home
last modified time | relevance | path

Searched defs:h_input (Results 1 – 25 of 88) sorted by relevance

1234

/dports/devel/thrust/thrust-1.9.5/testing/
H A Dscan.cu198 thrust::host_vector<T> h_input = unittest::random_integers<T>(n); in TestInclusiveScan32() local
218 thrust::host_vector<T> h_input = unittest::random_integers<T>(n); in TestExclusiveScan32() local
310 thrust::host_vector<T> h_input = unittest::random_integers<T>(n); in operator ()() local
333 thrust::host_vector<T> h_input = unittest::random_integers<T>(n); in operator ()() local
365 thrust::host_vector<T> h_input = unittest::random_integers<T>(n); in operator ()() local
405 thrust::host_vector<T> h_input = unittest::random_integers<T>(n); in operator ()() local
436 thrust::host_vector<unsigned int> h_input = unittest::random_integers<unsigned int>(n); in TestScanMixedTypes() local
475 thrust::host_vector< FixedVector<T,N> > h_input(n); in _TestScanWithLargeTypes() local
H A Dadjacent_difference.cu45 thrust::host_vector<T> h_input = unittest::random_samples<T>(n); in TestAdjacentDifference() local
82 thrust::host_vector<T> h_input = unittest::random_samples<T>(n); in TestAdjacentDifferenceInPlaceWithRelatedIteratorTypes() local
108 thrust::host_vector<T> h_input = unittest::random_samples<T>(n); in TestAdjacentDifferenceDiscardIterator() local
H A Dbinary_search_vector.cu332 thrust::host_vector<T> h_input = unittest::random_integers<T>(2*n); in operator ()() local
356 thrust::host_vector<T> h_input = unittest::random_integers<T>(2*n); in operator ()() local
379 thrust::host_vector<T> h_input = unittest::random_integers<T>(2*n); in operator ()() local
402 thrust::host_vector<T> h_input = unittest::random_integers<T>(2*n); in operator ()() local
427 thrust::host_vector<T> h_input = unittest::random_integers<T>(2*n); in operator ()() local
451 thrust::host_vector<T> h_input = unittest::random_integers<T>(2*n); in operator ()() local
H A Dscatter.cu95 thrust::host_vector<T> h_input(n, (T) 1); in TestScatter() local
121 thrust::host_vector<T> h_input(n, (T) 1); in TestScatterToDiscardIterator() local
238 thrust::host_vector<T> h_input(n, (T) 1); in TestScatterIf() local
264 thrust::host_vector<T> h_input(n, (T) 1); in TestScatterIfToDiscardIterator() local
H A Dbinary_search_vector_descending.cu162 thrust::host_vector<T> h_input = unittest::random_integers<T>(2*n); in operator ()() local
186 thrust::host_vector<T> h_input = unittest::random_integers<T>(2*n); in operator ()() local
209 thrust::host_vector<T> h_input = unittest::random_integers<T>(2*n); in operator ()() local
H A Dtransform_scan.cu199 thrust::host_vector<T> h_input = unittest::random_integers<T>(n); in operator ()() local
252 thrust::host_vector<T> h_input = unittest::random_integers<T>(n); in operator ()() local
H A Dtransform.cu449 thrust::host_vector<T> h_input = unittest::random_integers<T>(n); in TestTransformUnary() local
466 thrust::host_vector<T> h_input = unittest::random_integers<T>(n); in TestTransformUnaryToDiscardIterator() local
497 thrust::host_vector<T> h_input = unittest::random_integers<T>(n); in TestTransformUnaryToDiscardIteratorZipped() local
544 thrust::host_vector<T> h_input = unittest::random_integers<T>(n); in TestTransformIfUnaryNoStencil() local
566 thrust::host_vector<T> h_input = unittest::random_integers<T>(n); in TestTransformIfUnary() local
592 thrust::host_vector<T> h_input = unittest::random_integers<T>(n); in TestTransformIfUnaryToDiscardIterator() local
H A Dtuple_scan.cu47 host_vector< tuple<T,T> > h_input(n); in operator ()() local
H A Dfor_each.cu197 thrust::host_vector<T> h_input = unittest::random_integers<T>(n); in TestForEach() local
230 thrust::host_vector<T> h_input = unittest::random_integers<T>(n); in TestForEachN() local
/dports/sysutils/R-cran-processx/processx/src/supervisor/
H A Dwindows.c44 HANDLE h_input = GetStdHandle(STD_INPUT_HANDLE); in open_stdin() local
56 HANDLE h_input = CreateFile(pipe_name, in open_named_pipe() local
74 void configure_input_handle(HANDLE h_input) { in configure_input_handle()
107 char* get_line_nonblock(char* buf, int max_chars, HANDLE h_input) { in get_line_nonblock()
H A Dsupervisor.c304 HANDLE h_input; in main() local
/dports/devel/thrust/thrust-1.9.5/testing/backend/cuda/
H A Dfor_each.cu74 thrust::host_vector<T> h_input = unittest::random_integers<T>(n); in TestForEachDeviceSeq() local
105 thrust::host_vector<T> h_input = unittest::random_integers<T>(n); in TestForEachDeviceDevice() local
150 thrust::host_vector<T> h_input = unittest::random_integers<T>(n); in TestForEachNDeviceSeq() local
181 thrust::host_vector<T> h_input = unittest::random_integers<T>(n); in TestForEachNDeviceDevice() local
H A Dpinned_allocator.cu11 Vector h_input = unittest::random_integers<T>(n); in TestPinnedAllocatorSimple() local
H A Dscatter.cu20 thrust::host_vector<int> h_input(n, 1); in TestScatterDevice() local
78 thrust::host_vector<int> h_input(n, 1); in TestScatterIfDevice() local
H A Dadjacent_difference.cu23 thrust::host_vector<T> h_input = unittest::random_samples<T>(n); in TestAdjacentDifferenceDevice() local
/dports/devel/thrust/thrust-1.9.5/testing/backend/omp/
H A Dnvcc_independence.cpp14 thrust::host_vector<T> h_input = unittest::random_integers<T>(n); in TestNvccIndependenceTransform() local
49 thrust::host_vector<T> h_input = unittest::random_integers<T>(n); in TestNvccIndependenceExclusiveScan() local
H A Dreduce_intervals.cu89 thrust::host_vector<T> h_input = unittest::random_integers<T>(n); in operator ()() local
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_api_string.c127 duk_hstring *h_input; in duk_decode_string() local
151 duk_hstring *h_input; in duk_map_string() local
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_api_string.c127 duk_hstring *h_input; in duk_decode_string() local
151 duk_hstring *h_input; in duk_map_string() local
/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_api_string.c172 duk_hstring *h_input; in duk_decode_string() local
195 duk_hstring *h_input; in duk_map_string() local
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_api_string.c172 duk_hstring *h_input; in duk_decode_string() local
195 duk_hstring *h_input; in duk_map_string() local
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_api_string.c172 duk_hstring *h_input; in duk_decode_string() local
195 duk_hstring *h_input; in duk_map_string() local
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_api_string.c172 duk_hstring *h_input; in duk_decode_string() local
195 duk_hstring *h_input; in duk_map_string() local
/dports/devel/oclgrind/Oclgrind-21.10/tests/runtime/
H A Dsampler.c59 uint8_t* h_input = malloc(dataSize); in main() local
/dports/devel/thrust/thrust-1.9.5/examples/cuda/
H A Dcustom_temporary_allocation.cu155 thrust::host_vector<int> h_input(num_elements); in main() local

1234