Home
last modified time | relevance | path

Searched refs:rrefs (Results 1 – 25 of 39) sorted by relevance

12

/dports/science/smoldyn/smoldyn-2.67/source/BioNetGen/Perl2/
H A DRefineRule.pm45 my $rrefs = {};
66 $rrefs->{ $g->Label } = $ipatt;
82 $rrefs->{$label} = join '.', ($ipatt, $imol);
98 $rrefs->{$label} = join '.', ($ipatt, $imol, $icomp);
238 if (%$rrefs) { setRefs( $rrefs, '', $model->ParamList ); }
245 if (%$rrefs) { unsetRefs( $rrefs, $model->ParamList ); }
272 $rr->RRefs( $rrefs );
686 my $rrefs = {};
690 $sg->gatherLabels( $rrefs, $i_sg );
698 $child_rule->RRefs( $rrefs );
H A DRateLaw.pm713 my $rrefs = shift @_;
777 if ( ref $rrefs eq 'HASH' )
781 unless ( (exists $rrefs->{$tag}) and (exists $reactants->[$rrefs->{$tag}]) )
821 my $rrefs = shift @_;
881 if ( ref $rrefs eq 'HASH' )
885 unless ( (exists $rrefs->{$tag}) and (exists $reactants->[$rrefs->{$tag}]) )
931 return $rl->toXMLFunction($indent, $rr_id, $plist, $rrefs);
1007 my $rrefs = (@_) ? shift : undef; # rxnrule reference hash
1038 my $ptr = $rrefs->{$arg};
1100 my $ptr = $rrefs->{$arg};
[all …]
H A DRxn.pm230 my $rrefs = undef;
232 { $rrefs = $rxn->RxnRule->RRefs; }
234 …return $rxn->RateLaw->toCVodeString( $rxn->StatFactor, $rxn->Reactants, $rrefs, $plist, $conv_expr…
255 my $rrefs = undef;
257 { $rrefs = $rxn->RxnRule->RRefs; }
259 …return $rxn->RateLaw->toMatlabString( $rxn->StatFactor, $rxn->Reactants, $rrefs, $plist, $conv_exp…
H A DRxnRule.pm231 my %rrefs = ();
263 $rrefs{ $label } = $ipatt;
276 $rrefs{ $label } = join '.', ($ipatt, $imol);
289 $rrefs{ $label } = join '.', ($ipatt, $imol, $icomp);
468 if (%rrefs) { setRefs(\%rrefs, '', $plist); }
473 if (%rrefs) { unsetRefs(\%rrefs, $plist); }
683 $rr->RRefs( {%rrefs} );
708 $rr->PRefs( {%rrefs} );
/dports/sysutils/nix/nix-2.3.10/src/libutil/
H A Dthread-pool.hh77 std::map<T, std::set<T>> refs, rrefs; in processGraph() member
104 graph->rrefs[ref].insert(node); in processGraph()
120 for (auto & rref : graph->rrefs[node]) { in processGraph()
130 graph->rrefs.erase(node); in processGraph()
/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DUtilityTest.cpp63 size_t rrefs = 0, crefs = 0; in TEST_F() member
64 void something(MyData&&) { ++rrefs; } in TEST_F()
73 EXPECT_EQ(2, worker.rrefs); in TEST_F()
/dports/sysutils/nix/nix-2.3.10/src/nix/
H A Dwhy-depends.cc101 PathSet rrefs; in run() member
116 graph[ref].rrefs.insert(node.first); in run()
130 for (auto & rref : node.rrefs) { in run()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/git/objects/submodule/
H A Dbase.py838 rrefs = remote.refs
839 for rref in rrefs:
843 if len(rrefs) and num_branches_with_new_commits == len(rrefs):
849 if len(rrefs):
852 del(rrefs)
/dports/devel/py-gitpython/GitPython-3.1.24/git/objects/submodule/
H A Dbase.py908 rrefs = remote.refs
909 for rref in rrefs:
913 if len(rrefs) and num_branches_with_new_commits == len(rrefs):
919 if len(rrefs):
922 del(rrefs)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/unittests/Analysis/
H A DCFGTest.cpp170 for (CFGBlock::CFGElementRef ElementRef : MainBlock->rrefs()) { in TEST()
194 for (CFGBlock::ConstCFGElementRef ElementRef : CMainBlock->rrefs()) { in TEST()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/unittests/Analysis/
H A DCFGTest.cpp170 for (CFGBlock::CFGElementRef ElementRef : MainBlock->rrefs()) { in TEST()
194 for (CFGBlock::ConstCFGElementRef ElementRef : CMainBlock->rrefs()) { in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/unittests/Analysis/
H A DCFGTest.cpp174 for (CFGBlock::CFGElementRef ElementRef : MainBlock->rrefs()) { in TEST()
198 for (CFGBlock::ConstCFGElementRef ElementRef : CMainBlock->rrefs()) { in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/unittests/Analysis/
H A DCFGTest.cpp174 for (CFGBlock::CFGElementRef ElementRef : MainBlock->rrefs()) { in TEST()
198 for (CFGBlock::ConstCFGElementRef ElementRef : CMainBlock->rrefs()) { in TEST()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/unittests/Analysis/
H A DCFGTest.cpp174 for (CFGBlock::CFGElementRef ElementRef : MainBlock->rrefs()) { in TEST()
198 for (CFGBlock::ConstCFGElementRef ElementRef : CMainBlock->rrefs()) { in TEST()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/unittests/Analysis/
H A DCFGTest.cpp174 for (CFGBlock::CFGElementRef ElementRef : MainBlock->rrefs()) { in TEST()
198 for (CFGBlock::ConstCFGElementRef ElementRef : CMainBlock->rrefs()) { in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/unittests/Analysis/
H A DCFGTest.cpp174 for (CFGBlock::CFGElementRef ElementRef : MainBlock->rrefs()) { in TEST()
198 for (CFGBlock::ConstCFGElementRef ElementRef : CMainBlock->rrefs()) { in TEST()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/unittests/Analysis/
H A DCFGTest.cpp174 for (CFGBlock::CFGElementRef ElementRef : MainBlock->rrefs()) { in TEST()
198 for (CFGBlock::ConstCFGElementRef ElementRef : CMainBlock->rrefs()) { in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/unittests/Analysis/
H A DCFGTest.cpp174 for (CFGBlock::CFGElementRef ElementRef : MainBlock->rrefs()) { in TEST()
198 for (CFGBlock::ConstCFGElementRef ElementRef : CMainBlock->rrefs()) { in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/unittests/Analysis/
H A DCFGTest.cpp174 for (CFGBlock::CFGElementRef ElementRef : MainBlock->rrefs()) { in TEST()
198 for (CFGBlock::ConstCFGElementRef ElementRef : CMainBlock->rrefs()) { in TEST()
/dports/lang/clang-mesa/clang-13.0.1.src/unittests/Analysis/
H A DCFGTest.cpp174 for (CFGBlock::CFGElementRef ElementRef : MainBlock->rrefs()) { in TEST()
198 for (CFGBlock::ConstCFGElementRef ElementRef : CMainBlock->rrefs()) { in TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/unittests/Analysis/
H A DCFGTest.cpp174 for (CFGBlock::CFGElementRef ElementRef : MainBlock->rrefs()) { in TEST()
198 for (CFGBlock::ConstCFGElementRef ElementRef : CMainBlock->rrefs()) { in TEST()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/unittests/Analysis/
H A DCFGTest.cpp174 for (CFGBlock::CFGElementRef ElementRef : MainBlock->rrefs()) { in TEST()
198 for (CFGBlock::ConstCFGElementRef ElementRef : CMainBlock->rrefs()) { in TEST()
/dports/devel/py-foolscap/foolscap-21.7.0/src/foolscap/test/
H A Dtest_negotiate.py302 rrefs = []
303 d.addCallback(rrefs.append)
305 d.addCallback(rrefs.append)
307 self.failUnlessIdentical(rrefs[0].tracker.broker,
308 rrefs[1].tracker.broker)
/dports/biology/hisat2/hisat2-2.2.1/
H A Dhisat2.cpp3663 BitPairReference* rrefs, // repeat reference in multiseedSearch() argument
3675 multiseed_rrefs = rrefs; in multiseedSearch()
4053 BitPairReference* rrefs = NULL; in driver() local
4056 rrefs = new BitPairReference( in driver()
4069 if(!rrefs->loaded()) throw 1; in driver()
4156 rrefs, in driver()
4206 delete rrefs; in driver()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Analysis/
H A DCFG.h912 reverse_ref_iterator_range rrefs() { return {rref_begin(), rref_end()}; } in rrefs() function
913 const_reverse_ref_iterator_range rrefs() const { in rrefs() function

12