Home
last modified time | relevance | path

Searched refs:ITER_MIN (Results 1 – 3 of 3) sorted by relevance

/dports/biology/diamond/diamond-2.0.13/src/lib/alp/
H A Dnjn_localmaxstatutil.cpp396 … const long int ITER_MIN = static_cast <long int> ((log (REL_TOL * (1.0 - rMin0)) / log (rMin0))); in descendingLadderEpochRepeat() local
397 assert (0 < ITER_MIN); in descendingLadderEpochRepeat()
398 …const long int ITER = static_cast <long int> (endW_) < ITER_MIN ? ITER_MIN : static_cast <long int… in descendingLadderEpochRepeat()
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/alp/
H A Dnjn_localmaxstatutil.cpp396 … const long int ITER_MIN = static_cast <long int> ((log (REL_TOL * (1.0 - rMin0)) / log (rMin0))); in descendingLadderEpochRepeat() local
397 assert (0 < ITER_MIN); in descendingLadderEpochRepeat()
398 …const long int ITER = static_cast <long int> (endW_) < ITER_MIN ? ITER_MIN : static_cast <long int… in descendingLadderEpochRepeat()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/gumbel_params/
H A Dnjn_localmaxstatutil.cpp416 const Int4 ITER_MIN = static_cast <Int4> ((log (REL_TOL * (1.0 - rMin0)) / log (rMin0))); in descendingLadderEpochRepeat() local
417 _ASSERT (0 < ITER_MIN); in descendingLadderEpochRepeat()
418 const Int4 ITER = static_cast <Int4> (endW_) < ITER_MIN ? ITER_MIN : static_cast <Int4> (endW_); in descendingLadderEpochRepeat()