Home
last modified time | relevance | path

Searched refs:icopy (Results 1 – 25 of 515) sorted by relevance

12345678910>>...21

/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/cc/
H A Dcc_r12rdpck.F609 call icopy(8,nrhfa,1,nocc,1)
610 call icopy(8,nrhfa,1,nr12,1)
611 call icopy(8,nmatij,1,nij,1)
612 call icopy(8,nmatij,1,nkl,1)
613 call icopy(8,nmatij,1,nki,1)
622 call icopy(8,nrhfa,1,nocc,1)
623 call icopy(8,nrhfb,1,nr12,1)
624 call icopy(8,nmatij,1,nij,1)
625 call icopy(8,nmatkl,1,nkl,1)
626 call icopy(8,nmatki,1,nki,1)
[all …]
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/sm/scopy/knem/
H A Dknem_ep.c66 struct knem_cmd_inline_copy icopy; in uct_knem_ep_tx() local
79 icopy.local_iovec_array = (uintptr_t)local_iov; in uct_knem_ep_tx()
80 icopy.local_iovec_nr = local_iov_cnt; in uct_knem_ep_tx()
81 icopy.remote_cookie = key->cookie; in uct_knem_ep_tx()
82 icopy.current_status = 0; in uct_knem_ep_tx()
84 icopy.remote_offset = remote_addr - key->address; in uct_knem_ep_tx()
87 icopy.write = tx_op; in uct_knem_ep_tx()
89 icopy.flags = 0; in uct_knem_ep_tx()
92 ret = ioctl(knem_fd, KNEM_CMD_INLINE_COPY, &icopy); in uct_knem_ep_tx()
94 (icopy.current_status != KNEM_STATUS_SUCCESS))) { in uct_knem_ep_tx()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/btl/vader/
H A Dbtl_vader_get.c120 struct knem_cmd_inline_copy icopy; in mca_btl_vader_get_knem() local
126 icopy.local_iovec_array = (uintptr_t) &recv_iovec; in mca_btl_vader_get_knem()
127 icopy.local_iovec_nr = 1; in mca_btl_vader_get_knem()
128 icopy.remote_cookie = remote_handle->cookie; in mca_btl_vader_get_knem()
129 icopy.remote_offset = remote_address - remote_handle->base_addr; in mca_btl_vader_get_knem()
130 icopy.write = 0; in mca_btl_vader_get_knem()
131 icopy.flags = 0; in mca_btl_vader_get_knem()
138 icopy.flags = KNEM_FLAG_DMA; in mca_btl_vader_get_knem()
144 if (OPAL_UNLIKELY(0 != ioctl (mca_btl_vader.knem_fd, KNEM_CMD_INLINE_COPY, &icopy))) { in mca_btl_vader_get_knem()
148 if (KNEM_STATUS_FAILED == icopy.current_status) { in mca_btl_vader_get_knem()
H A Dbtl_vader_put.c99 struct knem_cmd_inline_copy icopy; in mca_btl_vader_put_knem() local
105 icopy.local_iovec_array = (uintptr_t) &send_iovec; in mca_btl_vader_put_knem()
106 icopy.local_iovec_nr = 1; in mca_btl_vader_put_knem()
107 icopy.remote_cookie = remote_handle->cookie; in mca_btl_vader_put_knem()
108 icopy.remote_offset = remote_address - remote_handle->base_addr; in mca_btl_vader_put_knem()
109 icopy.write = 1; in mca_btl_vader_put_knem()
110 icopy.flags = 0; in mca_btl_vader_put_knem()
117 icopy.flags = KNEM_FLAG_DMA; in mca_btl_vader_put_knem()
123 if (OPAL_UNLIKELY(0 != ioctl (mca_btl_vader.knem_fd, KNEM_CMD_INLINE_COPY, &icopy))) { in mca_btl_vader_put_knem()
127 if (KNEM_STATUS_FAILED == icopy.current_status) { in mca_btl_vader_put_knem()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/btl/vader/
H A Dbtl_vader_get.c121 struct knem_cmd_inline_copy icopy; in mca_btl_vader_get_knem() local
127 icopy.local_iovec_array = (uintptr_t) &recv_iovec; in mca_btl_vader_get_knem()
128 icopy.local_iovec_nr = 1; in mca_btl_vader_get_knem()
129 icopy.remote_cookie = remote_handle->cookie; in mca_btl_vader_get_knem()
130 icopy.remote_offset = remote_address - remote_handle->base_addr; in mca_btl_vader_get_knem()
131 icopy.write = 0; in mca_btl_vader_get_knem()
132 icopy.flags = 0; in mca_btl_vader_get_knem()
139 icopy.flags = KNEM_FLAG_DMA; in mca_btl_vader_get_knem()
145 if (OPAL_UNLIKELY(0 != ioctl (mca_btl_vader.knem_fd, KNEM_CMD_INLINE_COPY, &icopy))) { in mca_btl_vader_get_knem()
149 if (KNEM_STATUS_FAILED == icopy.current_status) { in mca_btl_vader_get_knem()
H A Dbtl_vader_put.c100 struct knem_cmd_inline_copy icopy; in mca_btl_vader_put_knem() local
106 icopy.local_iovec_array = (uintptr_t) &send_iovec; in mca_btl_vader_put_knem()
107 icopy.local_iovec_nr = 1; in mca_btl_vader_put_knem()
108 icopy.remote_cookie = remote_handle->cookie; in mca_btl_vader_put_knem()
109 icopy.remote_offset = remote_address - remote_handle->base_addr; in mca_btl_vader_put_knem()
110 icopy.write = 1; in mca_btl_vader_put_knem()
111 icopy.flags = 0; in mca_btl_vader_put_knem()
118 icopy.flags = KNEM_FLAG_DMA; in mca_btl_vader_put_knem()
124 if (OPAL_UNLIKELY(0 != ioctl (mca_btl_vader.knem_fd, KNEM_CMD_INLINE_COPY, &icopy))) { in mca_btl_vader_put_knem()
128 if (KNEM_STATUS_FAILED == icopy.current_status) { in mca_btl_vader_put_knem()
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/lucita/
H A Dmcscf_or_gasci_2_define_cfg.F90126 call icopy(max_number_of_ptg_irreps,nas1,1,nas1_lucita,1)
127 call icopy(max_number_of_ptg_irreps,nas2,1,nas2_lucita,1)
128 call icopy(max_number_of_ptg_irreps,nas3,1,nas3_lucita,1)
131 call icopy(max_number_of_ptg_irreps,nish,1,nish_lucita,1)
164 call icopy(max_number_of_gas_spaces*2,ngso_gasci_input,1,ngso_lucita,1)
165 … call icopy(max_number_of_gas_spaces*max_number_of_ptg_irreps,ngsh_gasci_input,1,ngsh_lucita,1)
166 call icopy(max_number_of_ptg_irreps,nas1_gasci_input,1,nas1_lucita,1)
167 call icopy(max_number_of_ptg_irreps,nas2_gasci_input,1,nas2_lucita,1)
168 call icopy(max_number_of_ptg_irreps,nas3_gasci_input,1,nas3_lucita,1)
169 call icopy(max_number_of_ptg_irreps,nish_gasci_input,1,nish_lucita,1)
/dports/math/pari/pari-2.13.3/src/kernel/none/
H A Dratlift.c85 if (cmpii(x,amax) <= 0) { *a = icopy(x); *b = gen_1; return 1; } in Fp_ratlift()
179 *a = icopy(d); setsigne(*a,-s); in Fp_ratlift()
180 *b = icopy(v); return 1; in Fp_ratlift()
185 if (signe(d1)) { *a = icopy(d1); setsigne(*a,s); } else *a = gen_0; in Fp_ratlift()
186 *b = icopy(v1); return 1; in Fp_ratlift()
203 if (signe(d1)) { *a = icopy(d1); setsigne(*a,s); } else *a = gen_0; in Fp_ratlift()
204 *b = icopy(v1); return 1; in Fp_ratlift()
260 *a = icopy(d); setsigne(*a,-s); in Fp_ratlift()
261 *b = icopy(v); return 1; in Fp_ratlift()
266 if (signe(d1)) { *a = icopy(d1); setsigne(*a,s); } else *a = gen_0; in Fp_ratlift()
[all …]
/dports/math/p5-Math-Pari/pari-2.3.5/src/kernel/none/
H A Dratlift.c91 if (a != NULL) *a = icopy(x); in ratlift()
222 *a = icopy(d); in ratlift()
225 if (b != NULL) *b = icopy(v); in ratlift()
238 *a = icopy(d1); in ratlift()
244 if (b != NULL) *b = icopy(v1); in ratlift()
275 *a = icopy(d1); in ratlift()
281 if (b != NULL) *b = icopy(v1); in ratlift()
383 *a = icopy(d); in ratlift()
386 if (b != NULL) *b = icopy(v); in ratlift()
399 *a = icopy(d1); in ratlift()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/moints/
H A Dmoints_aodisk.F922 call icopy( 1, recptr, 1, iorec(1), 1)
977 call icopy( 1, iminus, 1, iorec(1), 1)
1016 call icopy( 1, hoff, 1, iorec(1), 1 )
1034 call icopy( 1, rp, 1, iorec(1), 1)
1049 call icopy( 1, rp, 1, iorec(1), 1 )
1165 call icopy( 1, iorec(1), 1, nexthdrp, 1 )
1172 101 call icopy( 1, iorec(nexthdrp), 1, magic, 1)
1566 call icopy(1, iorec(1), 1, hdrp, 1 )
1606 call icopy(1, r(1), 1, hdrp, 1)
1652 call icopy(1, r(1), 1, hdrp, 1)
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/moints/
H A Dmoints_aodisk.F925 call icopy( 1, recptr, 1, iorec(1), 1)
980 call icopy( 1, iminus, 1, iorec(1), 1)
1019 call icopy( 1, hoff, 1, iorec(1), 1 )
1037 call icopy( 1, rp, 1, iorec(1), 1)
1052 call icopy( 1, rp, 1, iorec(1), 1 )
1168 call icopy( 1, iorec(1), 1, nexthdrp, 1 )
1175 101 call icopy( 1, iorec(nexthdrp), 1, magic, 1)
1575 call icopy(1, iorec(1), 1, hdrp, 1 )
1615 call icopy(1, r(1), 1, hdrp, 1)
1661 call icopy(1, r(1), 1, hdrp, 1)
[all …]
/dports/math/pari/pari-2.13.3/src/kernel/gmp/
H A Dgcdext.c52 if (!is_pm1(d)) {set_avma(av); *res=icopy(d); return 0;} in invmod()
56 set_avma(av); *res=icopy(u); return 1; in invmod()
92 case 1: if (pu) *pu = gen_1; return icopy(a); in bezout()
100 { if (pv) *pv = gen_1; return icopy(b); } in bezout()
164 if (pu) *pu=icopy(u); in bezout()
165 if (pv) *pv=icopy(v); in bezout()
166 return icopy(d); in bezout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
H A Dpost_increment.pass.cpp25 std::istream_iterator<int> icopy = i++; in main() local
26 assert(icopy == i); in main()
31 j = *icopy; in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
H A Dpost_increment.pass.cpp25 std::istream_iterator<int> icopy = i++; in main() local
26 assert(icopy == i); in main()
31 j = *icopy; in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
H A Dpost_increment.pass.cpp25 std::istream_iterator<int> icopy = i++; in main() local
26 assert(icopy == i); in main()
31 j = *icopy; in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
H A Dpost_increment.pass.cpp25 std::istream_iterator<int> icopy = i++; in main() local
26 assert(icopy == i); in main()
31 j = *icopy; in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
H A Dpost_increment.pass.cpp25 std::istream_iterator<int> icopy = i++; in main() local
26 assert(icopy == i); in main()
31 j = *icopy; in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
H A Dpost_increment.pass.cpp25 std::istream_iterator<int> icopy = i++; in main() local
26 assert(icopy == i); in main()
31 j = *icopy; in main()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
H A Dpost_increment.pass.cpp25 std::istream_iterator<int> icopy = i++; in main() local
26 assert(icopy == i); in main()
31 j = *icopy; in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
H A Dpost_increment.pass.cpp25 std::istream_iterator<int> icopy = i++; in main() local
26 assert(icopy == i); in main()
31 j = *icopy; in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
H A Dpost_increment.pass.cpp25 std::istream_iterator<int> icopy = i++; in main() local
26 assert(icopy == i); in main()
31 j = *icopy; in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
H A Dpost_increment.pass.cpp25 std::istream_iterator<int> icopy = i++; in main() local
26 assert(icopy == i); in main()
31 j = *icopy; in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
H A Dpost_increment.pass.cpp25 std::istream_iterator<int> icopy = i++; in main() local
26 assert(icopy == i); in main()
31 j = *icopy; in main()
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dobjectives.f34 & inp(3,*),ipoinpc(0:*),nobject,ier,nmethod,iobject,j,icopy
89 icopy=0
93 icopy=i
107 objectset(j,iobject)(1:81)=objectset(j,icopy)(1:81)
/dports/math/scilab/scilab-6.1.1/scilab/modules/polynomials/src/fortran/
H A Dimpcnc.f64 call icopy(np,pm1(d1(i1)),1,pm3(d3(i3)),1)
73 call icopy(np,pm2(d2(i2)),1,pm3(d3(i3)),1)
85 call icopy(np,pm1(d1(i1)),1,pm3(d3(i3)),1)
91 call icopy(np,pm2(d2(i2)),1,pm3(d3(i3)),1)

12345678910>>...21