Home
last modified time | relevance | path

Searched refs:HT2 (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/base/hash_table/
H A Dhash_table_appl.cc39 hash_table< int > HT, HT2; in main_LiDIA() local
66 HT2 = HT; in main_LiDIA()
68 std::cout << HT2 << "\n"; in main_LiDIA()
69 std::cout << "#buckets = " << HT2.no_of_buckets() << "\n"; in main_LiDIA()
70 std::cout << "current size = " << HT2.no_of_elements() << "\n\n"; in main_LiDIA()
75 HT2.remove(i); in main_LiDIA()
78 std::cout << HT2 << "\n"; in main_LiDIA()
79 std::cout << "#buckets = " << HT2.no_of_buckets() << "\n"; in main_LiDIA()
84 HT2.empty(); in main_LiDIA()
85 std::cout << HT2 << "\n"; in main_LiDIA()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/sdet/
H A Dsdet_hyp_tree_graph.h287 void insert_CPL_link(int HT1, int HT2) { CPL_links[HT1].insert(HT2); CPL_links[HT2].insert(HT1); } in insert_CPL_link() argument
288 void remove_CPL_link(int HT1, int HT2) { CPL_links[HT1].erase(HT2); CPL_links[HT2].erase(HT1); } in remove_CPL_link() argument
290 void insert_CPT_link(int HT1, int HT2) { CPT_links[HT1].insert(HT2); CPT_links[HT2].insert(HT1); } in insert_CPT_link() argument
291 void remove_CPT_link(int HT1, int HT2) { CPT_links[HT1].erase(HT2); CPT_links[HT2].erase(HT1); } in remove_CPT_link() argument
/dports/science/gromacs/gromacs-2021.4/share/top/charmm27.ff/
H A Daminoacids.c.tdb23 1 2 HT2 OT2 C CA
42 HT2 H 1.008 0.32 ; this one is cis to O
46 NT C HT1 HT2
47 NT C HT2 HT1
58 ; HT2
/dports/science/plumed/plumed2-2.7.2/user-doc/tutorials/others/isdb-1/charmm36-eef1sb.ff/
H A Dmerged.c.tdb25 1 2 HT2 OT2 C CA
44 HT2 H 1.008 0.32 ; this one is cis to O
48 NT C HT1 HT2
49 NT C HT2 HT1
/dports/devel/p5-DateTime-Calendar-Hebrew/DateTime-Calendar-Hebrew-0.05/t/
H A Doverload.t16 $HT2 = $HT->clone() + $duration - $duration;
19 if($HT == $HT2 and $HT2 == $HT3) { print "ok\n"; }
H A Ddurations.t16 $HT2 = $HT->clone()->add_duration($duration)->subtract_duration($duration);
19 if($HT == $HT2 and $HT2 == $HT3) { print "ok\n"; }
/dports/science/plumed/plumed2-2.7.2/user-doc/tutorials/old_tutorials/belfast-9a/first/data/
H A Da03_gromacs.mdb3737 { HT2, H, 0.1997 },
3751 { HT2, N, SINGLE },
3775 { HT2, H, 0.2083 },
3803 { HT2, N, SINGLE },
3827 { HT2, H, 0.1921 },
3845 { HT2, N, SINGLE },
3869 { HT2, H, 0.22 },
3885 { HT2, N, SINGLE },
3909 { HT2, H, 0.2023 },
3924 { HT2, N, SINGLE },
[all …]
/dports/science/plumed/plumed2-2.7.2/user-doc/tutorials/old_tutorials/belfast-9a/second/data/
H A Da03_gromacs.mdb3737 { HT2, H, 0.1997 },
3751 { HT2, N, SINGLE },
3775 { HT2, H, 0.2083 },
3803 { HT2, N, SINGLE },
3827 { HT2, H, 0.1921 },
3845 { HT2, N, SINGLE },
3869 { HT2, H, 0.22 },
3885 { HT2, N, SINGLE },
3909 { HT2, H, 0.2023 },
3924 { HT2, N, SINGLE },
[all …]
/dports/lang/snobol4/snobol4-2.2.2/test/blocks/
H A Dimage.sno26 DEFINE('WORKER()OP,N,WORKER1,HT1,WORKER2,HT2')
64 WORKER2 = WORKER() ; HT2 = HT :($('WORKER' OP N))
73 HT = MAX(HT1, HT2)
76 + (VER(HT - HT2) % WORKER2) :(WORKER_RET)
/dports/print/pic2fig/pic2fig/
H A Dcircgen.c7 static float rad[2] = { HT2, WID2 }; in circgen()
8 static float rad2[2] = { HT2, HT2 }; in circgen()
H A Dmain.c121 "circlerad", HT2,
122 "arcrad", HT2,
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/tpic/
H A Dcircgen.c8 static double rad[2] = { HT2, WID2 }; in circgen()
9 static double rad2[2] = { HT2, HT2 }; in circgen()
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/pic/
H A Dcircgen.c19 static double rad[2] = { HT2, WID2 }; in circgen()
20 static double rad2[2] = { HT2, HT2 }; in circgen()
/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Dsplines.c390 #define HT2(n) (ND_ht(n)/2) macro
435 b.LL.y = ND_coord(n).y - HT2(n); in beginpath()
448 b.LL.y = ND_coord(n).y - HT2(n); in beginpath()
505 b.UR.y = ND_coord(n).y + HT2(n); in beginpath()
521 b.UR.y = ND_coord(n).y + HT2(n); in beginpath()
525 b.LL.y = ND_coord(n).y - HT2(n); in beginpath()
535 b.UR.y = ND_coord(n).y + HT2(n); in beginpath()
539 b.LL.y = ND_coord(n).y - HT2(n); in beginpath()
636 b.UR.y = ND_coord(n).y + HT2(n); in endpath()
649 b.UR.y = ND_coord(n).y + HT2(n); in endpath()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/svgpic/
H A Dcircgen.c7 static double rad[2] = { HT2, WID2 }; in circgen()
8 static double rad2[2] = { HT2, HT2 }; in circgen()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/pic/
H A Dcircgen.c7 static double rad[2] = { HT2, WID2 }; in circgen()
8 static double rad2[2] = { HT2, HT2 }; in circgen()
/dports/science/lammps/lammps-stable_29Sep2021/tools/ch2lmp/example-cmap/
H A Dtop_all36_prot.rtf1290 DONOR HT2 N
1308 DONOR HT2 N
1437 BOND HT1 N HT2 N
1439 DONOR HT2 N
1453 BOND HT1 N HT2 N
1455 DONOR HT2 N
1496 BOND C OT2 OT2 HT2 !
1515 ATOM HT2 HA3 0.09 !
1540 BOND NT HT1 NT HT2 !
1542 IMPR NT C HT1 HT2 NT C HT2 HT1
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/tools/conversion/
H A DWHATIF2AMBER.sed57 s/ H2 VAL / HT2 NTE /g
276 s/ H2 GLY / HT2 NTE /g
279 s/ H2 ASP / HT2 NTE /g
282 s/ H2 MET / HT2 NTE /g
285 s/ H2 ALA / HT2 NTE /g
288 s/ H2 GLU / HT2 NTE /g
291 s/ H2 LYS / HT2 NTE /g
294 s/ H2 ARG / HT2 NTE /g
/dports/graphics/graphviz/graphviz-2.44.1/lib/fdpgen/
H A Dxlayout.c46 #define HT2(n) (X_marg.doAdd ? (ND_height(n)/2.0 + X_marg.y): ND_height(n)*X_marg.y/2.0) macro
69 double h = HT2(n); in RAD()
132 double h2 = HT2(p); in bBox()
222 ret = ((xdelta <= (WD2(p) + WD2(q))) && (ydelta <= (HT2(p) + HT2(q)))); in overlap()
/dports/biology/lamarc/lamarc-2.1.8/boost/tuple/detail/
H A Dtuple_basic.hpp372 template <class HT2, class TT2>
373 cons( const cons<HT2, TT2>& u ) : head(u.head), tail(u.tail) {} in cons()
375 template <class HT2, class TT2>
376 cons& operator=( const cons<HT2, TT2>& u ) { in operator =()
450 template <class HT2>
451 cons( const cons<HT2, null_type>& u ) : head(u.head) {} in cons()
453 template <class HT2>
454 cons& operator=(const cons<HT2, null_type>& u ) in operator =()
/dports/devel/boost-docs/boost_1_72_0/boost/tuple/detail/
H A Dtuple_basic.hpp313 template <class HT2, class TT2>
314 cons( const cons<HT2, TT2>& u ) : head(u.head), tail(u.tail) {} in cons()
316 template <class HT2, class TT2>
317 cons& operator=( const cons<HT2, TT2>& u ) { in operator =()
391 template <class HT2>
392 cons( const cons<HT2, null_type>& u ) : head(u.head) {} in cons()
394 template <class HT2>
395 cons& operator=(const cons<HT2, null_type>& u ) in operator =()
/dports/devel/boost-python-libs/boost_1_72_0/boost/tuple/detail/
H A Dtuple_basic.hpp313 template <class HT2, class TT2>
314 cons( const cons<HT2, TT2>& u ) : head(u.head), tail(u.tail) {} in cons()
316 template <class HT2, class TT2>
317 cons& operator=( const cons<HT2, TT2>& u ) { in operator =()
391 template <class HT2>
392 cons( const cons<HT2, null_type>& u ) : head(u.head) {} in cons()
394 template <class HT2>
395 cons& operator=(const cons<HT2, null_type>& u ) in operator =()
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/tuple/detail/
H A Dtuple_basic.hpp313 template <class HT2, class TT2>
314 cons( const cons<HT2, TT2>& u ) : head(u.head), tail(u.tail) {} in cons()
316 template <class HT2, class TT2>
317 cons& operator=( const cons<HT2, TT2>& u ) { in operator =()
391 template <class HT2>
392 cons( const cons<HT2, null_type>& u ) : head(u.head) {} in cons()
394 template <class HT2>
395 cons& operator=(const cons<HT2, null_type>& u ) in operator =()
/dports/devel/R-cran-BH/BH/inst/include/boost/tuple/detail/
H A Dtuple_basic.hpp315 template <class HT2, class TT2>
316 cons( const cons<HT2, TT2>& u ) : head(u.head), tail(u.tail) {} in cons()
318 template <class HT2, class TT2>
319 cons& operator=( const cons<HT2, TT2>& u ) { in operator =()
395 template <class HT2>
396 cons( const cons<HT2, null_type>& u ) : head(u.head) {} in cons()
398 template <class HT2>
399 cons& operator=(const cons<HT2, null_type>& u ) in operator =()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/tuple/detail/
H A Dtuple_basic.hpp309 template <class HT2, class TT2>
310 cons( const cons<HT2, TT2>& u ) : head(u.head), tail(u.tail) {} in cons()
312 template <class HT2, class TT2>
313 cons& operator=( const cons<HT2, TT2>& u ) { in operator =()
387 template <class HT2>
388 cons( const cons<HT2, null_type>& u ) : head(u.head) {} in cons()
390 template <class HT2>
391 cons& operator=(const cons<HT2, null_type>& u ) in operator =()

1234567