Home
last modified time | relevance | path

Searched refs:hop2 (Results 1 – 25 of 30) sorted by relevance

12

/dports/net/p5-Net-Frame-Layer-IPv6/Net-Frame-Layer-IPv6-1.07/examples/
H A Drouting.pl23 my $hop2 = <STDIN>;
24 chomp $hop2;
32 $hop2 = $hop2 || '2001::2';
33 if (!($hop2 = getHostIpv6Addr($hop2))) { return }
46 $hop2, $dest
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/tests/common/chdr_resource/
H A Dhardcoded_packets.py45 hop2 = chdr.MgmtHop()
46 hop2.add_op(chdr.MgmtOp(chdr.MgmtOpCode.INFO_REQ, chdr.MgmtOpNodeInfo(0, 0, 0, 0)))
47 hop2.add_op(chdr.MgmtOp(chdr.MgmtOpCode.RETURN))
48 payload.add_hop(hop2)
64 hop2 = chdr.MgmtHop()
65 hop2.add_op(chdr.MgmtOp(chdr.MgmtOpCode.CFG_WR_REQ, chdr.MgmtOpCfg(0x1, 0x2)))
66 hop2.add_op(chdr.MgmtOp(chdr.MgmtOpCode.RETURN))
67 payload.add_hop(hop2)
83 hop2 = chdr.MgmtHop()
84 hop2.add_op(chdr.MgmtOp(chdr.MgmtOpCode.SEL_DEST, chdr.MgmtOpSelDest(3)))
[all …]
H A Dhardcoded_packets.cpp57 auto hop2 = chdr_rfnoc::mgmt_hop_t(); in make_mgmt_packet0() local
58 hop2.add_op(chdr_rfnoc::mgmt_op_t(chdr_rfnoc::mgmt_op_t::MGMT_OP_INFO_REQ)); in make_mgmt_packet0()
59 hop2.add_op(chdr_rfnoc::mgmt_op_t(chdr_rfnoc::mgmt_op_t::MGMT_OP_RETURN)); in make_mgmt_packet0()
60 payload.add_hop(hop2); in make_mgmt_packet0()
78 auto hop2 = chdr_rfnoc::mgmt_hop_t(); in make_mgmt_packet1() local
79 hop2.add_op(chdr_rfnoc::mgmt_op_t(chdr_rfnoc::mgmt_op_t::MGMT_OP_CFG_WR_REQ, in make_mgmt_packet1()
81 hop2.add_op(chdr_rfnoc::mgmt_op_t(chdr_rfnoc::mgmt_op_t::MGMT_OP_RETURN)); in make_mgmt_packet1()
82 payload.add_hop(hop2); in make_mgmt_packet1()
99 auto hop2 = chdr_rfnoc::mgmt_hop_t(); in make_mgmt_packet2() local
100 hop2.add_op(chdr_rfnoc::mgmt_op_t(chdr_rfnoc::mgmt_op_t::MGMT_OP_SEL_DEST, in make_mgmt_packet2()
[all …]
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/scf/test/
H A Dtest_stability.py54 def hop2(x): function
56 return hop1, hop2
111 def hop2(x): function
113 return hop1, hop2
130 hop1, hdiag1, hop2, hdiag2 = stability._gen_hop_rhf_external(mf)
138 self.assertAlmostEqual(abs(hop2(x1) - hop2ref(x1)).max(), 0, 8)
143 hop1, hdiag1, hop2, hdiag2 = stability._gen_hop_rhf_external(mf)
157 self.assertAlmostEqual(abs(hop2(x1) - xref).max(), 0, 8)
163 hop1, hdiag1, hop2, hdiag2 = stability._gen_hop_uhf_external(mf)
171 self.assertAlmostEqual(abs(hop2(x1) - hop2ref(x1)).max(), 0, 7)
[all …]
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/pbc/scf/test/
H A Dtest_stability.py57 hop2, hdiag2 = stability._gen_hop_rhf_external(kmf)
59 self.assertAlmostEqual(lib.fp(hop2(hdiag2)), 108.99683506471919, 5)
73 hop2, hdiag2 = stability._gen_hop_uhf_external(kumf)
75 self.assertAlmostEqual(lib.fp(hop2(hdiag2)), 86.425042652868, 5)
/dports/science/lammps/lammps-stable_29Sep2021/examples/neb/
H A Din.neb.hop223 #write_data initial.hop2
25 read_data initial.hop2
68 neb 0.0 0.05 1000 1000 100 final final.hop2
H A DREADME4 mpirun -np 4 lmp_g++ -partition 4x1 -in in.neb.hop2
9 mpirun -np 8 lmp_g++ -partition 4x2 -in in.neb.hop2
/dports/irc/inspircd/inspircd-3.11.0/src/modules/
H A Dm_cloaking.cpp302 size_t hop1, hop2, hop3; in SegmentIP() local
309 hop2 = 6; in SegmentIP()
321 hop2 = 0; in SegmentIP()
333 if (hop2) in SegmentIP()
336 bindata.erase(hop2); in SegmentIP()
/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/graphics/libprojectm/projectm-3.1.12/presets/presets_tryptonaut/
H A Dmartin - dont drink and drive (police mix).milk329 per_frame_24=hop2 = dec_slow*hop2 + (1-dec_slow)*hop;
330 per_frame_25=hop3 = dec_slow*hop3 + (1-dec_slow)*hop2;
331 per_frame_26=dhop = hop2 - hop3;
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/pbc/scf/
H A Dstability.py147 hop2, hdiag2 = _gen_hop_rhf_external(mf)
155 e3, v3 = lib.davidson(hop2, x0, precond, tol=1e-4, verbose=log)
264 hop2, hdiag2 = _gen_hop_uhf_external(mf)
272 e3, v = lib.davidson(hop2, x0, precond, tol=1e-4, verbose=log)
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/honnef.co/go/tools/quickfix/
H A Dlint.go680 hop2 := fields[1]
699 directObj, directPath, _ := types.LookupFieldOrMethod(base, true, pass.Pkg, hop2.Name)
702 if directObj != pass.TypesInfo.ObjectOf(hop2) {
706 _, rightLeg, _ := types.LookupFieldOrMethod(leftObj.Type(), true, pass.Pkg, hop2.Name)
727 e := edit.Delete(edit.Range{hop1.Pos(), hop2.Pos()})
/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)
263 e3, v3 = lib.davidson(hop2, x0, precond, tol=1e-4, verbose=log)
431 hop1, hdiag1, hop2, hdiag2 = _gen_hop_uhf_external(mf, with_symmetry)
455 e3, v = lib.davidson(hop2, x0, precond, tol=1e-4, verbose=log)
/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,...``,
209 gateway=Connection('user2@hop2.host', gateway=...)))``.
/dports/audio/uade/uade-2.13/amigasrc/players/musicline_editor/don_adan/
H A Dmusicline_4v.asm121 hop2 label
138 dbf D5,hop2
H A Dmusicline_4v_amp.asm227 hop2
244 dbf D5,hop2
/dports/math/miracl/miracl-5.6/
H A Dmrfast.c272 ASM jl hop2 in mr_dif_fft()
274 hop2: in mr_dif_fft() local
/dports/science/lammps/lammps-stable_29Sep2021/doc/src/
H A Dneb.rst401 .. |neb2| image:: img/hop2.jpg
/dports/net-mgmt/netspoc/Netspoc-3.2/lib/
H A DNetspoc.pm9720 if (my $hop2 = $net2hop{$network}) {
9725 my $group2 = $hop2->{redundancy_interfaces} || '';
9737 " via $hop->{name} and $hop2->{name}";
/dports/lang/chez-scheme/ChezScheme-9.5.4/mats/
H A D7.ms1193 (with-output-to-file "testfile-hop2.ss"
1207 (for-each separate-compile '(hop2 hop3))
1244 '(load "testfile-hop2.so"))
1286 '(load "testfile-hop2.so"))
1341 '(load "testfile-hop2.so"))
/dports/net/netcat/netcat-1.10_3/
H A DREADME801 must contain hop1, hop2, ..., destination. When a source-routed packet is sent
806 *gateway*, and the options list now contains hop2, ..., destination. During
/dports/net/cryptcat/unix/
H A DREADME801 must contain hop1, hop2, ..., destination. When a source-routed packet is sent
806 *gateway*, and the options list now contains hop2, ..., destination. During
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/mats/
H A D7.ms1200 (with-output-to-file "testfile-hop2.ss"
1214 (for-each separate-compile '(hop2 hop3))
1251 '(load "testfile-hop2.so"))
1293 '(load "testfile-hop2.so"))
1348 '(load "testfile-hop2.so"))
/dports/lang/racket/racket-8.3/src/ChezScheme/mats/
H A D7.ms1200 (with-output-to-file "testfile-hop2.ss"
1214 (for-each separate-compile '(hop2 hop3))
1251 '(load "testfile-hop2.so"))
1293 '(load "testfile-hop2.so"))
1348 '(load "testfile-hop2.so"))
/dports/mail/avenger/avenger-0.8.5/doc/
H A Davenger.pod906 I<VARIABLE>B<=>I<#hops> I<hop1> I<hop2> ...

12