Home
last modified time | relevance | path

Searched refs:hop1 (Results 1 – 25 of 60) sorted by relevance

123

/dports/net/p5-Net-Frame-Layer-IPv6/Net-Frame-Layer-IPv6-1.07/examples/
H A Drouting.pl20 my $hop1 = <STDIN>;
21 chomp $hop1;
30 $hop1 = $hop1 || '2001::1';
31 if (!($hop1 = getHostIpv6Addr($hop1))) { return }
40 dst => $hop1,
/dports/science/lammps/lammps-stable_29Sep2021/examples/neb/
H A DREADME3 mpirun -np 4 lmp_g++ -partition 4x1 -in in.neb.hop1
5 mpirun -np 4 lmp_g++ -partition 4x1 -in in.neb.hop1.end
8 mpirun -np 8 lmp_g++ -partition 4x2 -in in.neb.hop1
10 mpirun -np 8 lmp_g++ -partition 4x2 -in in.neb.hop1.end
21 python ~/lammps/tools/python/neb_combine.py -o dump.hop1.combine
24 python ~/lammps/tools/python/neb_final.py -o dump.hop1.final
30 dump.hop1.combine = series of snapshots for all replicas together
32 dump.hop1.final = series of snapshots for final state of all replicas
H A Din.neb.hop121 #write_data initial.hop1
23 read_data initial.hop1
66 neb 0.0 0.1 1000 1000 100 final final.hop1
H A Din.neb.hop1.end18 read_data initial.hop1.end
56 neb 0.0 0.1 1000 1000 100 final final.hop1
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/tests/common/chdr_resource/
H A Dhardcoded_packets.py42 hop1 = chdr.MgmtHop()
43 hop1.add_op(chdr.MgmtOp(chdr.MgmtOpCode.NOP))
44 payload.add_hop(hop1)
61 hop1 = chdr.MgmtHop()
62 hop1.add_op(chdr.MgmtOp(chdr.MgmtOpCode.NOP))
63 payload.add_hop(hop1)
80 hop1 = chdr.MgmtHop()
81 hop1.add_op(chdr.MgmtOp(chdr.MgmtOpCode.NOP))
82 payload.add_hop(hop1)
H A Dhardcoded_packets.cpp54 auto hop1 = chdr_rfnoc::mgmt_hop_t(); in make_mgmt_packet0() local
55 hop1.add_op(chdr_rfnoc::mgmt_op_t(chdr_rfnoc::mgmt_op_t::MGMT_OP_NOP)); in make_mgmt_packet0()
56 payload.add_hop(hop1); in make_mgmt_packet0()
75 auto hop1 = chdr_rfnoc::mgmt_hop_t(); in make_mgmt_packet1() local
76 hop1.add_op(chdr_rfnoc::mgmt_op_t(chdr_rfnoc::mgmt_op_t::MGMT_OP_NOP)); in make_mgmt_packet1()
77 payload.add_hop(hop1); in make_mgmt_packet1()
96 auto hop1 = chdr_rfnoc::mgmt_hop_t(); in make_mgmt_packet2() local
97 hop1.add_op(chdr_rfnoc::mgmt_op_t(chdr_rfnoc::mgmt_op_t::MGMT_OP_NOP)); in make_mgmt_packet2()
98 payload.add_hop(hop1); in make_mgmt_packet2()
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/scf/test/
H A Dtest_stability.py45 def hop1(x): function
56 return hop1, hop2
90 def hop1(x): function
113 return hop1, hop2
130 hop1, hdiag1, hop2, hdiag2 = stability._gen_hop_rhf_external(mf)
134 self.assertAlmostEqual(abs(hop1(x1) - hop1ref(x1)).max(), 0, 8)
143 hop1, hdiag1, hop2, hdiag2 = stability._gen_hop_rhf_external(mf)
150 self.assertAlmostEqual(abs(hop1(x1) - xref).max(), 0, 8)
163 hop1, hdiag1, hop2, hdiag2 = stability._gen_hop_uhf_external(mf)
167 self.assertAlmostEqual(abs(hop1(x1) - hop1ref(x1)).max(), 0, 7)
[all …]
/dports/net/libunp/unpv12e/ipopts/
H A Dsourceroute.c57 struct in_addr *hop1; in inet_srcrt_print() local
59 memcpy(&hop1, ptr, sizeof(struct in_addr)); in inet_srcrt_print()
73 printf("%s ", Inet_ntop(AF_INET, &hop1, str, sizeof(str))); in inet_srcrt_print()
/dports/security/i2pd/i2pd-2.40.0/libi2pd/
H A DTunnel.cpp84 TunnelHopConfig * hop1 = hop->next; in Build() local
85 while (hop1) in Build()
87 hop->DecryptRecord (records, hop1->recordIndex); in Build()
88 hop1 = hop1->next; in Build()
145 TunnelHopConfig * hop1 = hop->prev; in HandleTunnelBuildResponse() local
146 while (hop1) in HandleTunnelBuildResponse()
148 auto idx = hop1->recordIndex; in HandleTunnelBuildResponse()
153 hop1 = hop1->prev; in HandleTunnelBuildResponse()
H A DTunnelPool.cpp496 auto hop1 = nextHop (prevHop, true); in StandardSelectPeers() local
497 if (hop1) hop = hop1; in StandardSelectPeers()
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/etc/
H A Drevdic.c75 struct uind2 *hop, *hop1; in rev_ud_hontai() local
88 hop1 = (struct uind2 *)(AL_INT (&(hop->yomi[0]) + 1 + max((len - 4), 0))); in rev_ud_hontai()
92 hop = hop1; in rev_ud_hontai()
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/etc/
H A Drevdic.c75 struct uind2 *hop, *hop1; in rev_ud_hontai() local
88 hop1 = (struct uind2 *)(AL_INT (&(hop->yomi[0]) + 1 + max((len - 4), 0))); in rev_ud_hontai()
92 hop = hop1; in rev_ud_hontai()
/dports/security/py-stem/stem-1.8.0/test/unit/
H A Dtutorial_examples.py104 def _get_circ_event(id, status, hop1, hop2, hop3, purpose): argument
105 path = PATH_CONTENT % (hop1[0], hop1[1], hop2[0], hop2[1], hop3[0], hop3[1])
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/etc/
H A Drevdic.c75 struct uind2 *hop, *hop1; in rev_ud_hontai() local
88 hop1 = (struct uind2 *)(AL_INT (&(hop->yomi[0]) + 1 + max((len - 4), 0))); in rev_ud_hontai()
92 hop = hop1; in rev_ud_hontai()
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/etc/
H A Drevdic.c75 struct uind2 *hop, *hop1; in rev_ud_hontai() local
88 hop1 = (struct uind2 *)(AL_INT (&(hop->yomi[0]) + 1 + max((len - 4), 0))); in rev_ud_hontai()
92 hop = hop1; in rev_ud_hontai()
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/etc/
H A Drevdic.c75 struct uind2 *hop, *hop1; in rev_ud_hontai() local
88 hop1 = (struct uind2 *)(AL_INT (&(hop->yomi[0]) + 1 + max((len - 4), 0))); in rev_ud_hontai()
92 hop = hop1; in rev_ud_hontai()
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/etc/
H A Drevdic.c75 struct uind2 *hop, *hop1; in rev_ud_hontai() local
88 hop1 = (struct uind2 *)(AL_INT (&(hop->yomi[0]) + 1 + max((len - 4), 0))); in rev_ud_hontai()
92 hop = hop1; in rev_ud_hontai()
/dports/irc/inspircd/inspircd-3.11.0/src/modules/
H A Dm_cloaking.cpp302 size_t hop1, hop2, hop3; in SegmentIP() local
308 hop1 = 8; in SegmentIP()
320 hop1 = 3; in SegmentIP()
331 bindata.erase(hop1); in SegmentIP()
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/honnef.co/go/tools/quickfix/
H A Dlint.go679 hop1 := fields[0]
692 leftObj, leftLeg, _ := types.LookupFieldOrMethod(base, true, pass.Pkg, hop1.Name)
727 e := edit.Delete(edit.Range{hop1.Pos(), hop2.Pos()})
729 … report.Report(pass, hop1, fmt.Sprintf("could remove embedded field %q from selector", hop1.Name),
730 report.Fixes(edit.Fix(fmt.Sprintf("Remove embedded field %q from selector", hop1.Name), e)))
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/scf/
H A Dstability.py242 hop1, hdiag1, hop2, hdiag2 = _gen_hop_rhf_external(mf, with_symmetry)
252 e1, v1 = lib.davidson(hop1, x0, precond, tol=1e-4, verbose=log)
431 hop1, hdiag1, hop2, hdiag2 = _gen_hop_uhf_external(mf, with_symmetry)
441 e1, v = lib.davidson(hop1, x0, precond, tol=1e-4, verbose=log)
/dports/math/asl/solvers/
H A Dsphes.c740 Hesoprod *hop, *hop1, **otodo, **otodoi, **otodoj; in sphes_setup_ASL() local
964 hop1 = *otodoi; in sphes_setup_ASL()
966 while((hop = hop1)) { in sphes_setup_ASL()
967 hop1 = hop->next; in sphes_setup_ASL()
1072 Hesoprod *hop, *hop1, **otodo, **otodoi, **otodoj; in sphes_ASL() local
1263 hop1 = *otodoi; in sphes_ASL()
1265 while((hop = hop1)) { in sphes_ASL()
1266 hop1 = hop->next; in sphes_ASL()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/ampl/
H A Dsphes.c766 Hesoprod *hop, *hop1, **otodo, **otodoi, **otodoj; local
968 hop1 = *otodoi;
970 while(hop = hop1) {
971 hop1 = hop->next;
1076 Hesoprod *hop, *hop1, **otodo, **otodoi, **otodoj; local
1255 hop1 = *otodoi;
1257 while(hop = hop1) {
1258 hop1 = hop->next;
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/ampl/
H A Dsphes.c766 Hesoprod *hop, *hop1, **otodo, **otodoi, **otodoj; local
968 hop1 = *otodoi;
970 while(hop = hop1) {
971 hop1 = hop->next;
1076 Hesoprod *hop, *hop1, **otodo, **otodoi, **otodoj; local
1255 hop1 = *otodoi;
1257 while(hop = hop1) {
1258 hop1 = hop->next;
/dports/devel/py-fabric/fabric-2.5.0/sites/docs/concepts/
H A Dconfiguration.rst205 - Nested-style ``ProxyJump``, i.e. ``user1@hop1.host,user2@hop2.host,...``,
208 gateway=Connection('user1@hop1.host',
/dports/lang/chez-scheme/ChezScheme-9.5.4/mats/
H A D7.ms1192 "testfile-hop1")
1211 '(load "testfile-hop1.so")
1212 '(import (testfile-hop1))
1226 '(import (testfile-hop1))
1267 '(load "testfile-hop1.host")
1268 '(import (testfile-hop1))
1322 '(load "testfile-hop1.host")
1323 '(import (testfile-hop1))
1364 '(visit "testfile-hop1.so")
1365 '(delete-file "testfile-hop1.so") ; prevent import from revisiting testfile-hop1.so
[all …]

123