Home
last modified time | relevance | path

Searched refs:gap_decay_divisor (Results 1 – 4 of 4) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/algo/blast/core/
H A Dblast_hits.c1801 double gap_decay_divisor = 1.; in Blast_HSPListGetEvalues() local
1812 gap_decay_divisor = BLAST_GapDecayDivisor(gap_decay_rate, 1); in Blast_HSPListGetEvalues()
1858 hsp->evalue /= gap_decay_divisor; in Blast_HSPListGetEvalues()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/core/
H A Dblast_hits.c1827 double gap_decay_divisor = 1.; in Blast_HSPListGetEvalues() local
1838 gap_decay_divisor = BLAST_GapDecayDivisor(gap_decay_rate, 1); in Blast_HSPListGetEvalues()
1893 hsp->evalue /= gap_decay_divisor; in Blast_HSPListGetEvalues()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/core/
H A Dblast_hits.c1827 double gap_decay_divisor = 1.; in Blast_HSPListGetEvalues() local
1838 gap_decay_divisor = BLAST_GapDecayDivisor(gap_decay_rate, 1); in Blast_HSPListGetEvalues()
1893 hsp->evalue /= gap_decay_divisor; in Blast_HSPListGetEvalues()
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dblast.c11021 Nlm_FloatHi gap_decay_divisor = in new_link_hsps_setup() local
11038 hsp->evalue /= gap_decay_divisor; in new_link_hsps_setup()