Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/gnomon/
H A Dchainer.cpp2683 double newsplicenum = mj.m_left_splice_num+delta_splice_num; in LeftRight() local
2688 } else if(fabs(newsplicenum - mi.m_left_splice_num) > 0.001) { in LeftRight()
2689 better_connection = (newsplicenum > mi.m_left_splice_num); in LeftRight()
2696 mi.m_left_splice_num = newsplicenum; in LeftRight()
2846 double newsplicenum = mj.m_right_splice_num+delta_splice_num; in RightLeft() local
2851 } else if(fabs(newsplicenum - mi.m_right_splice_num) > 0.001) { in RightLeft()
2852 better_connection = (newsplicenum > mi.m_right_splice_num); in RightLeft()
2859 mi.m_right_splice_num = newsplicenum; in RightLeft()
3618 double newsplicenum = mj.m_left_splice_num+delta_splice_num; in FindOptimalChainForProtein() local
3631 mi.m_left_splice_num = newsplicenum; in FindOptimalChainForProtein()
[all …]