Home
last modified time | relevance | path

Searched refs:found_v (Results 1 – 7 of 7) sorted by relevance

/dports/biology/p5-Bio-Phylo/Bio-Phylo-v2.0.1/t/
H A D54-rankprob.t161 my $found_v = ( $found_vl or $found_vr or $tree->[2]->{"label"} == $v );
169 if ( $found_u and (not $found_v) ) {
172 elsif ( $found_v and (not $found_u) ) {
179 return $found_u, $found_v, $tree, $subtree_u, $subtree_v;
239 my ($found_u,$found_v,$subtree,$subtree_u,$subtree_v) = subtree($t,$u,$v);
242 if ( not ($found_u and $found_v) ) {
/dports/multimedia/avinfo/avinfo-1.0.a15/src/
H A Dmpeg.c119 int found_v=0; in mpegparse() local
135 while(try<MAX_TRYS&&!(found_a&&found_v)){ in mpegparse()
198 found_v=1; in mpegparse()
/dports/biology/p5-Bio-Phylo/Bio-Phylo-v2.0.1/lib/Bio/Phylo/Forest/
H A DNodeRole.pm1055 my $found_v = ( $found_vl or $found_vr or $node->is_equal($v) );
1063 if ( $found_u and (not $found_v) ) {
1066 elsif ( $found_v and (not $found_u) ) {
1073 return $found_u, $found_v, $node, $subtree_u, $subtree_v;
1847 my ($found_u,$found_v,$root,$root_u,$root_v) = $t->get_subtrees($u,$v);
1850 if ( not ($found_u and $found_v) ) {
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfagraph/
H A Dng_anchored_dots.cpp388 bool found_v = false, found_start = false; in isOptionalDot() local
392 found_v = true; in isOptionalDot()
400 return found_v && found_start; in isOptionalDot()
/dports/net/krill/krill-0.9.4/src/commons/eventsourcing/
H A Dstore.rs1038 AggregateStoreError::WrongEventForAggregate(expected, found, expected_v, found_v) => { in fmt()
1042 expected, expected_v, found, found_v in fmt()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/align_format/
H A Dtabular.cpp1862 bool found_v = false; in SetAirrFormatData() local
1872 if (annot->m_ChainType[index] == "V" && !found_v) { in SetAirrFormatData()
1874 found_v = true; in SetAirrFormatData()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/align_format/
H A Dtabular.cpp1862 bool found_v = false; in SetAirrFormatData() local
1872 if (annot->m_ChainType[index] == "V" && !found_v) { in SetAirrFormatData()
1874 found_v = true; in SetAirrFormatData()