Home
last modified time | relevance | path

Searched refs:newhits (Results 1 – 6 of 6) sorted by relevance

/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/Search/Iteration/
H A DGenericIteration.pm311 $self->{'_hit_queue'} = ( [$self->oldhits(), $self->newhits()] );
327 $self->{'_hit_queue_new'} = [$self->newhits()];
392 return scalar $self->newhits();
470 my @new = $self->newhits;
487 sub newhits { subroutine
H A DIterationI.pm462 sub newhits { shift->throw_not_implemented(); } subroutine
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/scripting/api/objs/
H A Dship.cpp406 float newhits = -1; variable
407 if(!ade_get_args(L, "o|f", l_Ship.GetPtr(&objh), &newhits))
415 if(ADE_SETTING_VAR && newhits > -1)
416 shipp->ship_max_hull_strength = newhits;
/dports/biology/gmap/gmap-2020-09-12/src/
H A Dstage3hr.c6210 List_T newhits = NULL, p; in Stage3end_filter() local
6238 newhits = Hitlist_push(newhits,hitlistpool,(void *) hit); in Stage3end_filter()
6259 newhits = Hitlist_push(newhits,hitlistpool,(void *) hit); in Stage3end_filter()
6266 return newhits; in Stage3end_filter()
13751 List_T newhits = NULL, p;
13768 newhits = Hitlist_push(newhits,hitlistpool,(void *) hitpair);
13773 return newhits;
/dports/biology/fasttree/FastTree-2.1.10_5/
H A DFastTree-2.1.10.c1250 /*OUT*/besthit_t *newhits,
1254 void HitsToBestHits(/*IN*/hit_t *hits, int nHits, int iNode, /*OUT*/besthit_t *newhits);
8668 /*OUT*/besthit_t *newhits, in TransferBestHits() argument
8676 besthit_t *new = &newhits[iBest]; in TransferBestHits()
8703 void HitsToBestHits(/*IN*/hit_t *hits, int nHits, int iNode, /*OUT*/besthit_t *newhits) { in HitsToBestHits() argument
8707 besthit_t *bh = &newhits[i]; in HitsToBestHits()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/parse/
H A Dlua.cpp8446 float newhits = -1; variable
8447 if(!ade_get_args(L, "o|f", l_Ship.GetPtr(&objh), &newhits))
8455 if(ADE_SETTING_VAR && newhits > -1)
8456 shipp->ship_max_hull_strength = newhits;