Home
last modified time | relevance | path

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

/dports/biology/fasta3/fasta-36.3.8/src/
H A Dmshowbest.c79 calc_fpercent_id(float scale, int n_ident, int n_alen, int tot_ident, float fail);
536 percent = calc_fpercent_id(100.0,aln_p->nident,aln_p->lc, m_msp->tot_ident, -100.0); in showbest()
540 gpercent = calc_fpercent_id(100.0, aln_p->nident, aln_p->lc-ngap, m_msp->tot_ident, -100.0); in showbest()
542 gpercent = calc_fpercent_id(100.0, cur_ares_p->aln.nsim, aln_p->lc, m_msp->tot_ident, -100.0); in showbest()
H A Dmshowalign2.c100 calc_fpercent_id(float scale, int n_ident, int n_alen, int tot_ident, float fail);
533 percent = calc_fpercent_id(100.0, l_aln_p->nident,lc,m_msp->tot_ident, -1.0); in showalign()
537 gpercent = calc_fpercent_id(100.0,l_aln_p->nident,lc-ngap,m_msp->tot_ident, -1.0); in showalign()
539 gpercent = calc_fpercent_id(100.0,l_aln_p->nsim,lc,m_msp->tot_ident, -1.0); in showalign()
961 float calc_fpercent_id(float scale, int n_ident, int n_alen, int tot_ident, float fail) { in calc_fpercent_id() argument
975 if (tot_ident && n_ident != n_alen) { in calc_fpercent_id()
H A Dstructs.h147 int tot_ident; /* tot_ident=1 -> no mismatches for 100% identity */ member
H A Ddoinit.c288 m_msp->tot_ident = 0; in initenv()
H A Dinitfa.c1311 m_msp->tot_ident = 1; in parse_ext_opts()
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dingenext.c3831 Int4 align_length = 0, num_ident = 0, tot_ident = 0; in Ing_PrintBlastReport() local
3990 tot_ident += num_ident; in Ing_PrintBlastReport()
4002 per_ident = (float)tot_ident / align_length * 100; in Ing_PrintBlastReport()
4003 sprintf(contents[1], "Identities = %d / %d (%.1f%%)", tot_ident, align_length, per_ident); in Ing_PrintBlastReport()
4015 tot_ident = 0; in Ing_PrintBlastReport()