Home
last modified time | relevance | path

Searched refs:d_out (Results 1 – 25 of 663) sorted by relevance

12345678910>>...27

/dports/math/heyoka/heyoka-0.16.0/test/
H A Dc_output.cpp107 REQUIRE(d_out->get_times().size() == d_out->get_n_steps() + 1u); in __anon98eff8060102()
113 oss << *d_out; in __anon98eff8060102()
137 (*d_out)(-.01); in __anon98eff8060102()
140 (*d_out)(10.01); in __anon98eff8060102()
168 REQUIRE(d_out->get_times().size() == d_out->get_n_steps() + 1u); in __anon98eff8060102()
188 REQUIRE(d_out->get_times().size() == d_out->get_n_steps() + 1u); in __anon98eff8060102()
192 oss << *d_out; in __anon98eff8060102()
215 (*d_out)(.01); in __anon98eff8060102()
223 co = *d_out; in __anon98eff8060102()
394 oss << *d_out; in __anon98eff8060302()
[all …]
/dports/devel/silentbob/silentbob-3.0/src/
H A Dstructs.cxx15 char *d_ptr, *d_out; in get_structs() local
28 ch = t_op (&d_ptr, &d_out); in get_structs()
42 if (strchr (d_out, '(')) in get_structs()
46 printf ("%s;\n", d_out); in get_structs()
52 printf ("%s{\n", d_out); in get_structs()
57 if (*d_out == '#') in get_structs()
58 printf ("%s\n", d_out); in get_structs()
74 printf ("%s", d_out); in get_structs()
77 t_op (&d_ptr, &d_out); in get_structs()
78 if (strlen (d_out)) in get_structs()
[all …]
H A Dlang_perl.cxx30 S = strchr (d_out, '('); in pl_sub()
34 part1 = strchr (d_out, ' '); in pl_sub()
57 S = strchr (d_out, ' '); in pl_package()
77 if (*d_out == ' ') in perl_make_tag()
78 ++d_out; in perl_make_tag()
81 pl_sub (tt, line, d_out, ch); in perl_make_tag()
94 char *d_ptr,*d_out; // for pl_op in perl_ctags() local
106 d_out = tt->result; in perl_ctags()
107 d_ptr = d_out; in perl_ctags()
109 ch = pl_op (&d_ptr, &d_out); in perl_ctags()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/gpu/cudpp_mini/
H A Dscan_app.cu72 void scanArrayRecursive(T *d_out, in scanArrayRecursive() argument
169 <<< grid, threads >>>(d_out, in scanArrayRecursive()
322 void cudppScanDispatch(void *d_out, in cudppScanDispatch() argument
340 ((int*)d_out, (const int*)d_in, in cudppScanDispatch()
346 ((int*)d_out, (const int*)d_in, in cudppScanDispatch()
352 ((int*)d_out, (const int*)d_in, in cudppScanDispatch()
358 ((int*)d_out, (const int*)d_in, in cudppScanDispatch()
447 ((int*)d_out, (const int*)d_in, in cudppScanDispatch()
453 ((int*)d_out, (const int*)d_in, in cudppScanDispatch()
459 ((int*)d_out, (const int*)d_in, in cudppScanDispatch()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/gpu/cudpp_mini/
H A Dscan_app.cu72 void scanArrayRecursive(T *d_out, in scanArrayRecursive() argument
169 <<< grid, threads >>>(d_out, in scanArrayRecursive()
322 void cudppScanDispatch(void *d_out, in cudppScanDispatch() argument
340 ((int*)d_out, (const int*)d_in, in cudppScanDispatch()
346 ((int*)d_out, (const int*)d_in, in cudppScanDispatch()
352 ((int*)d_out, (const int*)d_in, in cudppScanDispatch()
358 ((int*)d_out, (const int*)d_in, in cudppScanDispatch()
447 ((int*)d_out, (const int*)d_in, in cudppScanDispatch()
453 ((int*)d_out, (const int*)d_in, in cudppScanDispatch()
459 ((int*)d_out, (const int*)d_in, in cudppScanDispatch()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/tce/
H A Ddaxfile.F1 subroutine daxfile(n,coefficients,d_in,d_out,size) argument
18 integer d_out
38 call ga_copy(d_in(1),d_out)
39 call ga_scale(d_out,coefficients(1))
48 call ga_zero(d_out)
50 call ga_add(coefficients(l),d_in(l),1.0d0,d_out,d_out)
60 doutisga = fileisga(d_out)
70 write(LuOut,9190) d_out,size
74 if (.not.doutisga) call dratoga(d_out)
75 call ga_zero(filehandles(d_out))
[all …]
H A Ddaxpyfile.F1 subroutine daxpyfile(n,coefficients,d_in,d_out,size) argument
18 integer d_out
36 if ( (fileisga(d_in(1)).and.fileisga(d_out)) ) then
41 2 d_out) ! d_c
45 call ga_add(coefficients(l),d_in(l),1.0d0,d_out,d_out)
56 doutisga = fileisga(d_out)
66 write(LuOut,9190) d_out,size
70 if (.not.doutisga) call dratoga(d_out)
74 1 filehandles(d_out),filehandles(d_out))
77 if (.not.doutisga) call gatodra(d_out)
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/tce/
H A Ddaxfile.F1 subroutine daxfile(n,coefficients,d_in,d_out,size) argument
18 integer d_out
38 call ga_copy(d_in(1),d_out)
39 call ga_scale(d_out,coefficients(1))
48 call ga_zero(d_out)
50 call ga_add(coefficients(l),d_in(l),1.0d0,d_out,d_out)
60 doutisga = fileisga(d_out)
70 write(LuOut,9190) d_out,size
74 if (.not.doutisga) call dratoga(d_out)
75 call ga_zero(filehandles(d_out))
[all …]
H A Ddaxpyfile.F1 subroutine daxpyfile(n,coefficients,d_in,d_out,size) argument
18 integer d_out
36 if ( (fileisga(d_in(1)).and.fileisga(d_out)) ) then
41 2 d_out) ! d_c
45 call ga_add(coefficients(l),d_in(l),1.0d0,d_out,d_out)
56 doutisga = fileisga(d_out)
66 write(LuOut,9190) d_out,size
70 if (.not.doutisga) call dratoga(d_out)
74 1 filehandles(d_out),filehandles(d_out))
77 if (.not.doutisga) call gatodra(d_out)
[all …]
/dports/math/faiss/faiss-1.7.1/faiss/
H A DVectorTransform.cpp251 std::vector<float> ATA(d_out * d_out); in set_is_orthonormal()
323 A.resize(d_out * d_out); in init()
325 float_randn(q, d_out * d_out, seed); in init()
326 matrix_qr(d_out, d_out, q); in init()
351 int d_out, in PCAMatrix() argument
612 d_out, in prepare_Ab()
669 RandomRotationMatrix rr(d_out, d_out); in prepare_Ab()
704 b.resize(d_out); in prepare_Ab()
994 size_t d = d_out <= d_in ? d_in : d_out; in train()
1279 int d_out, in RemapDimensionsTransform() argument
[all …]
/dports/textproc/yodl/yodl-5fa97b175c85581d01329013cfdb4239f019b023/yodl/src/yodlpost/
H A Dhandlehtmlnewfile.c12 fclose(global.d_out); in handle_html_newfile()
21 global.d_out = file_open(string_str(&global.d_outName), "w"); in handle_html_newfile()
26 fputs("<!DOCTYPE html>", global.d_out); in handle_html_newfile()
28 fputs("<html><head>\n", global.d_out); in handle_html_newfile()
33 fprintf(global.d_out, "<meta charset=\"%s\">\n", cp); in handle_html_newfile()
37 global.d_out, in handle_html_newfile()
48 fputs("<style type=\"text/css\">\n", global.d_out); in handle_html_newfile()
50 fprintf(global.d_out, " %s\n", in handle_html_newfile()
52 fputs("</style>\n", global.d_out); in handle_html_newfile()
57 file_append(global.d_out, cp); in handle_html_newfile()
[all …]
H A Dxmlchapterlinks.c16 file_append(global.d_out, hashmap_textOf(&global.d_symbol, in xml_chapterlinks()
18 file_append(global.d_out, hashmap_textOf(&global.d_symbol, in xml_chapterlinks()
21 fputs("<table><tbody>\n", global.d_out); in xml_chapterlinks()
27 global.d_out, in xml_chapterlinks()
37 global.d_out, in xml_chapterlinks()
48 global.d_out, in xml_chapterlinks()
56 fputs("</tbody></table>\n", global.d_out); in xml_chapterlinks()
57 file_append(global.d_out, hashmap_textOf(&global.d_symbol, in xml_chapterlinks()
59 file_append(global.d_out, hashmap_textOf(&global.d_symbol, in xml_chapterlinks()
/dports/devel/hyperscan/hyperscan-5.4.0/src/rose/
H A Dcounting_miracle.h58 *d_out = d_end - 16; in roseCountingMiracleScan()
74 *d_out = d; in roseCountingMiracleScan()
108 *d_out = d_end - 16; in roseCountingMiracleScanShufti()
127 *d_out = d; in roseCountingMiracleScanShufti()
193 const u8 *d_out; in roseCountingMiracleOccurs() local
196 assert(d_out >= d_start); in roseCountingMiracleOccurs()
207 const u8 *d_out; in roseCountingMiracleOccurs() local
210 assert(d_out >= d_start); in roseCountingMiracleOccurs()
226 const u8 *d_out; in roseCountingMiracleOccurs() local
229 assert(d_out >= d_start); in roseCountingMiracleOccurs()
[all …]
/dports/devel/libdap/libdap-3.20.8/
H A DD4StreamMarshaller.cc180 d_out.write(&buf[0], size); in m_serialize_reals()
202 d_out(out), d_write_data(write_data), tm(0) in D4StreamMarshaller()
390 d_out.write(d_ieee754_buf, sizeof(dods_float32)); in put_float32()
507 d_out.write(val.data(), val.length()); in put_str()
536 d_out.write(val, len); in put_opaque_dap4()
563 d_out.write(val, num_bytes); in put_vector()
611 d_out.write(val, bytes); in put_vector()
652 d_out.write(val, num_elem); in put_vector_float32()
684 d_out.write(val, bytes); in put_vector_float32()
723 d_out.write(val, num_elem); in put_vector_float64()
[all …]
H A DXDRStreamMarshaller.cc121 d_out.write(d_buf, bytes_written); in put_byte()
143 d_out.write(d_buf, bytes_written); in put_int16()
165 d_out.write(d_buf, bytes_written); in put_int32()
187 d_out.write(d_buf, bytes_written); in put_float32()
209 d_out.write(d_buf, bytes_written); in put_float64()
231 d_out.write(d_buf, bytes_written); in put_uint16()
253 d_out.write(d_buf, bytes_written); in put_uint32()
321 d_out.write(d_buf, bytes_written); in put_opaque()
343 d_out.write(d_buf, bytes_written); in put_int()
550 if (d_out.fail()) in put_vector_part()
[all …]
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/HelloPyTorch/
H A Dmodules.py60 def _backward_common(ctx, d_out, backward_op): argument
61 tp = d_out.dtype
62 cuda = d_out.is_cuda
70 d_input_a = d_out.new()
71 d_input_b = d_out.new()
72 d_input_a.resize_(d_out.shape)
73 d_input_b.resize_(d_out.shape)
91 def backward(ctx, d_out): argument
92 return _backward_common(ctx, d_out, "add_grad")
104 def backward(ctx, d_out): argument
[all …]
/dports/math/eigen3/eigen-3.3.9/unsupported/test/
H A Dcxx11_tensor_cuda.cu78 float* d_out; in test_cuda_elementwise_small() local
110 cudaFree(d_out); in test_cuda_elementwise_small()
131 float* d_out; in test_cuda_elementwise() local
165 cudaFree(d_out); in test_cuda_elementwise()
177 bool* d_out; in test_cuda_props() local
215 float* d_out; in test_cuda_reduction() local
330 float* d_out; in test_cuda_convolution_1d() local
383 float* d_out; in test_cuda_convolution_inner_dim_col_major_1d() local
436 float* d_out; in test_cuda_convolution_inner_dim_row_major_1d() local
490 float* d_out; in test_cuda_convolution_2d() local
[all …]
H A Dcxx11_tensor_random_cuda.cu27 float* d_out; in test_cuda_random_uniform() local
28 cudaMalloc((void**)(&d_out), out_bytes); in test_cuda_random_uniform()
33 Eigen::TensorMap<Eigen::Tensor<float, 2> > gpu_out(d_out, 72,97); in test_cuda_random_uniform()
37 …assert(cudaMemcpyAsync(out.data(), d_out, out_bytes, cudaMemcpyDeviceToHost, gpu_device.stream()) … in test_cuda_random_uniform()
52 float* d_out; in test_cuda_random_normal() local
53 cudaMalloc((void**)(&d_out), out_bytes); in test_cuda_random_normal()
58 Eigen::TensorMap<Eigen::Tensor<float, 2> > gpu_out(d_out, 72,97); in test_cuda_random_normal()
63 …assert(cudaMemcpyAsync(out.data(), d_out, out_bytes, cudaMemcpyDeviceToHost, gpu_device.stream()) … in test_cuda_random_normal()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/unsupported/test/
H A Dcxx11_tensor_cuda.cu78 float* d_out; in test_cuda_elementwise_small() local
110 cudaFree(d_out); in test_cuda_elementwise_small()
131 float* d_out; in test_cuda_elementwise() local
165 cudaFree(d_out); in test_cuda_elementwise()
177 bool* d_out; in test_cuda_props() local
215 float* d_out; in test_cuda_reduction() local
330 float* d_out; in test_cuda_convolution_1d() local
383 float* d_out; in test_cuda_convolution_inner_dim_col_major_1d() local
436 float* d_out; in test_cuda_convolution_inner_dim_row_major_1d() local
490 float* d_out; in test_cuda_convolution_2d() local
[all …]
H A Dcxx11_tensor_random_cuda.cu27 float* d_out; in test_cuda_random_uniform() local
28 cudaMalloc((void**)(&d_out), out_bytes); in test_cuda_random_uniform()
33 Eigen::TensorMap<Eigen::Tensor<float, 2> > gpu_out(d_out, 72,97); in test_cuda_random_uniform()
37 …assert(cudaMemcpyAsync(out.data(), d_out, out_bytes, cudaMemcpyDeviceToHost, gpu_device.stream()) … in test_cuda_random_uniform()
52 float* d_out; in test_cuda_random_normal() local
53 cudaMalloc((void**)(&d_out), out_bytes); in test_cuda_random_normal()
58 Eigen::TensorMap<Eigen::Tensor<float, 2> > gpu_out(d_out, 72,97); in test_cuda_random_normal()
63 …assert(cudaMemcpyAsync(out.data(), d_out, out_bytes, cudaMemcpyDeviceToHost, gpu_device.stream()) … in test_cuda_random_normal()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/unsupported/test/
H A Dcxx11_tensor_cuda.cu78 float* d_out; in test_cuda_elementwise_small() local
110 cudaFree(d_out); in test_cuda_elementwise_small()
131 float* d_out; in test_cuda_elementwise() local
165 cudaFree(d_out); in test_cuda_elementwise()
177 bool* d_out; in test_cuda_props() local
215 float* d_out; in test_cuda_reduction() local
330 float* d_out; in test_cuda_convolution_1d() local
383 float* d_out; in test_cuda_convolution_inner_dim_col_major_1d() local
436 float* d_out; in test_cuda_convolution_inner_dim_row_major_1d() local
490 float* d_out; in test_cuda_convolution_2d() local
[all …]
/dports/misc/opennn/opennn-5.0.5/eigen/unsupported/test/
H A Dcxx11_tensor_cuda.cu78 float* d_out; in test_cuda_elementwise_small() local
110 cudaFree(d_out); in test_cuda_elementwise_small()
131 float* d_out; in test_cuda_elementwise() local
165 cudaFree(d_out); in test_cuda_elementwise()
177 bool* d_out; in test_cuda_props() local
215 float* d_out; in test_cuda_reduction() local
330 float* d_out; in test_cuda_convolution_1d() local
383 float* d_out; in test_cuda_convolution_inner_dim_col_major_1d() local
436 float* d_out; in test_cuda_convolution_inner_dim_row_major_1d() local
490 float* d_out; in test_cuda_convolution_2d() local
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/unsupported/test/
H A Dcxx11_tensor_cuda.cu78 float* d_out; in test_cuda_elementwise_small() local
110 cudaFree(d_out); in test_cuda_elementwise_small()
131 float* d_out; in test_cuda_elementwise() local
165 cudaFree(d_out); in test_cuda_elementwise()
177 bool* d_out; in test_cuda_props() local
215 float* d_out; in test_cuda_reduction() local
330 float* d_out; in test_cuda_convolution_1d() local
383 float* d_out; in test_cuda_convolution_inner_dim_col_major_1d() local
436 float* d_out; in test_cuda_convolution_inner_dim_row_major_1d() local
490 float* d_out; in test_cuda_convolution_2d() local
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/unsupported/test/
H A Dcxx11_tensor_cuda.cu81 float* d_out; in test_cuda_elementwise_small() local
113 cudaFree(d_out); in test_cuda_elementwise_small()
134 float* d_out; in test_cuda_elementwise() local
180 bool* d_out; in test_cuda_props() local
218 float* d_out; in test_cuda_reduction() local
333 float* d_out; in test_cuda_convolution_1d() local
386 float* d_out; in test_cuda_convolution_inner_dim_col_major_1d() local
439 float* d_out; in test_cuda_convolution_inner_dim_row_major_1d() local
493 float* d_out; in test_cuda_convolution_2d() local
557 float* d_out; in test_cuda_convolution_3d() local
[all …]
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/qis/
H A Dchannels_test.py25 d_out, d_in = ks[0].shape
27 out = np.zeros((d_out, d_out), dtype=np.complex128)
33 def generate_standard_operator_basis(d_out: int, d_in: int) -> Iterable[np.ndarray]:
34 for i in range(d_out):
36 e_ij = np.zeros((d_out, d_in))
43 d_out, d_in = ks[0].shape
44 d = d_in * d_out
53 d_out, d_in = ks[0].shape
54 m = np.zeros((d_out * d_out, d_in * d_in), dtype=np.complex128)
56 m[:, k] = np.reshape(apply_channel(channel, e_in), d_out * d_out)

12345678910>>...27