/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/include/votca/csg/ |
H A D | triplelist.h | 28 template <typename element_type, typename triple_type> 34 void AddTriple(triple_type *t); 43 triple_type *front() { return triples_.front(); } in front() 44 triple_type *back() { return triples_.back(); } in back() 52 using triple_t = triple_type; 55 std::vector<triple_type *> triples_; 62 template <typename element_type, typename triple_type> 63 inline void TripleList<element_type, triple_type>::AddTriple(triple_type *t) { in AddTriple() 73 template <typename element_type, typename triple_type> 82 template <typename element_type, typename triple_type> [all …]
|
H A D | nblist_3body.h | 106 template <typename triple_type> 116 template <typename triple_type> 123 new triple_type(bead1, bead2, bead3, r12, r13, r23)); in beadtriple_create_policy() 190 template <typename triple_type> 192 triple_creator_ = NBList_3Body::beadtriple_create_policy<triple_type>; in setTripleType()
|
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/include/votca/csg/ |
H A D | triplelist.h | 28 template <typename element_type, typename triple_type> 34 void AddTriple(triple_type *t); 43 triple_type *front() { return triples_.front(); } 44 triple_type *back() { return triples_.back(); } 52 using triple_t = triple_type; 55 std::vector<triple_type *> triples_; 62 template <typename element_type, typename triple_type> 63 inline void TripleList<element_type, triple_type>::AddTriple(triple_type *t) { 73 template <typename element_type, typename triple_type> 82 template <typename element_type, typename triple_type> [all …]
|
H A D | nblist_3body.h | 106 template <typename triple_type> 116 template <typename triple_type> 123 new triple_type(bead1, bead2, bead3, r12, r13, r23)); in beadtriple_create_policy() 190 template <typename triple_type> 192 triple_creator_ = NBList_3Body::beadtriple_create_policy<triple_type>; in setTripleType()
|
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/lalrpop-0.17.2/src/lr1/codegen/ |
H A D | ascent.rs | 553 let triple_type = self.triple_type(); in emit_state_fn_header() localVariable 566 self.prefix, triple_type, parse_error_type in emit_state_fn_header() 571 triple_type, in emit_state_fn_header() 584 triple_type, in emit_state_fn_header() 616 let triple_type = self.triple_type(); in fn_args() localVariable 630 base_args.push(format!("{}lookahead: Option<{}>", self.prefix, triple_type)); in fn_args() 1007 fn triple_type(&self) -> TypeRepr { in triple_type() method 1008 self.types.triple_type() in triple_type()
|
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lalrpop-0.16.3/src/lr1/codegen/ |
H A D | ascent.rs | 495 let triple_type = self.triple_type(); in emit_state_fn_header() localVariable 508 self.prefix, triple_type, parse_error_type in emit_state_fn_header() 512 triple_type, in emit_state_fn_header() 525 triple_type, in emit_state_fn_header() 557 let triple_type = self.triple_type(); in fn_args() localVariable 571 base_args.push(format!("{}lookahead: Option<{}>", self.prefix, triple_type)); in fn_args() 948 fn triple_type(&self) -> TypeRepr { in triple_type() method 949 self.types.triple_type() in triple_type()
|
/dports/net/krill/krill-0.9.4/cargo-crates/lalrpop-0.19.6/src/lr1/codegen/ |
H A D | ascent.rs | 553 let triple_type = self.triple_type(); in emit_state_fn_header() localVariable 566 self.prefix, triple_type, parse_error_type in emit_state_fn_header() 571 triple_type, in emit_state_fn_header() 584 triple_type, in emit_state_fn_header() 616 let triple_type = self.triple_type(); in fn_args() localVariable 632 self.prefix, triple_type, in fn_args() 994 fn triple_type(&self) -> TypeRepr { in triple_type() method 995 self.types.triple_type() in triple_type()
|
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/benchmarks/data/ |
H A D | data_benchmark.cpp | 36 using triple_type = std::tuple<size_t, size_t, size_t>; typedef 139 Test<triple_type>(ctx); in Run() 234 Test<triple_type>(ctx); in Run() 351 local.Test<triple_type>(ctx); in Run() 578 local.Test<triple_type>(ctx); in Run() 692 local.Test<triple_type>(ctx); in Run() 825 local.Test<triple_type>(ctx); in Run()
|
/dports/math/yices/yices-2.6.2/tests/unit/ |
H A D | test_type_macros.c | 160 static type_t triple_type(type_t t1, type_t t2, type_t t3) { in triple_type() function 198 base[7] = triple_type(var[3], base[0], var[3]); in init_types() 305 tau = triple_type(var[1], var[1], var[1]); in main()
|
H A D | test_concrete_values2.c | 51 static type_t triple_type(type_t a, type_t b, type_t c) { in triple_type() function 166 tau = triple_type(base[i], base[j], base[k]); in test_triples()
|
H A D | test_type_matching.c | 76 static type_t triple_type(type_t t1, type_t t2, type_t t3) { in triple_type() function 180 base[17] = triple_type(var[0], var[1], var[0]); in init_base_types() 230 b[i] = triple_type(tau[0], tau[1], tau[2]); in random_types()
|
/dports/devel/stxxl/stxxl-1.4.1/examples/applications/ |
H A D | skew3.cpp | 71 typedef stxxl::tuple<offset_type, offset_type, offset_type> triple_type; in sacheck() typedef 89 typedef stxxl::tuple_less1st<triple_type> triple_less_type; // comparison relation in sacheck() 91 typedef typename stream::use_push<triple_type> triple_push_type; // indicator use push() in sacheck() 116 triple_rc.push(triple_type(prev_isa, *inputT, (*build_isa).first)); in sacheck() 134 triple_type prev_triple = *triple_rm; in sacheck() 141 const triple_type& this_triple = *triple_rm; in sacheck()
|
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/config/tests/ |
H A D | cxx11.cc | 86 typedef check<check<check<void>>> triple_type; typedef
|
/dports/math/libnormaliz/normaliz-3.9.0/m4/ |
H A D | ax_cxx_compile_stdcxx.m4 | 191 typedef check<check<check<void>>> triple_type; 311 typedef check<check<check<void>>> triple_type;
|
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lalrpop-0.16.3/src/grammar/ |
H A D | repr.rs | 454 pub fn triple_type(&self) -> TypeRepr { in triple_type() method
|
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/lalrpop-0.17.2/src/grammar/ |
H A D | repr.rs | 480 pub fn triple_type(&self) -> TypeRepr { in triple_type() method
|
/dports/net/krill/krill-0.9.4/cargo-crates/lalrpop-0.19.6/src/grammar/ |
H A D | repr.rs | 483 pub fn triple_type(&self) -> TypeRepr { in triple_type() method
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/m4/ |
H A D | ax_cxx_compile_stdcxx.m4 | 202 typedef check<check<check<void>>> triple_type;
|
/dports/math/eclib/eclib-20210318/m4/ |
H A D | ax_cxx_compile_stdcxx.m4 | 200 typedef check<check<check<void>>> triple_type;
|
/dports/devel/elfutils/elfutils-0.179/m4/ |
H A D | ax_cxx_compile_stdcxx.m4 | 200 typedef check<check<check<void>>> triple_type;
|
/dports/devel/unittest-cpp/unittest-cpp-2.0.0/m4/ |
H A D | ax_cxx_compile_stdcxx.m4 | 202 typedef check<check<check<void>>> triple_type;
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/m4/ |
H A D | ax_cxx_compile_stdcxx.m4 | 202 typedef check<check<check<void>>> triple_type;
|
/dports/security/gpgme/gpgme-1.15.1/m4/ |
H A D | ax_cxx_compile_stdcxx.m4 | 202 typedef check<check<check<void>>> triple_type;
|
/dports/security/gpgme-qt5/gpgme-1.15.1/m4/ |
H A D | ax_cxx_compile_stdcxx.m4 | 202 typedef check<check<check<void>>> triple_type;
|
/dports/security/gpgme-cpp/gpgme-1.15.1/m4/ |
H A D | ax_cxx_compile_stdcxx.m4 | 202 typedef check<check<check<void>>> triple_type;
|