Home
last modified time | relevance | path

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

/dports/biology/wise/wise2.4.1/src/models/
H A Dbigdba.c1100 BigDnaMatchBlock_EXPL_SPECIAL(mat,i,j,START) = 0; in init_BigDnaMatchBlock()
1101 BigDnaMatchBlock_EXPL_SPECIAL(mat,i,j,END) = NEGI; in init_BigDnaMatchBlock()
4647 return BigDnaMatchBlock_EXPL_SPECIAL(mat,i,j,state); in BigDnaMatchBlock_explicit_access_special()
5477 temp = BigDnaMatchBlock_EXPL_SPECIAL(mat,i-1,j-0,START) + 0; in calculate_BigDnaMatchBlock()
5511 if( temp > BigDnaMatchBlock_EXPL_SPECIAL(mat,i,j,END) ) { in calculate_BigDnaMatchBlock()
5512 BigDnaMatchBlock_EXPL_SPECIAL(mat,i,j,END) = temp; in calculate_BigDnaMatchBlock()
5593 BigDnaMatchBlock_EXPL_SPECIAL(mat,i,j,START) = 0; in calculate_dpenv_BigDnaMatchBlock()
5594 BigDnaMatchBlock_EXPL_SPECIAL(mat,i,j,END) = NEGI; in calculate_dpenv_BigDnaMatchBlock()
5809 temp = BigDnaMatchBlock_EXPL_SPECIAL(mat,i-1,j-0,START) + 0; in calculate_dpenv_BigDnaMatchBlock()
5843 if( temp > BigDnaMatchBlock_EXPL_SPECIAL(mat,i,j,END) ) { in calculate_dpenv_BigDnaMatchBlock()
[all …]