Home
last modified time | relevance | path

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

/dports/audio/x42-plugins-lv2/x42-plugins-20211016/meters.lv2/src/
H A Dspectrumlv2.c52 float* rst_p; member
141 self->rst_p = (float*) data; in spectrum_connect_port()
191 if (self->rst_h != *self->rst_p) { in spectrum_run()
193 if (fabsf(*self->rst_p) < 3 || self->rst_h == 0) { in spectrum_run()
199 if (fabsf(*self->rst_p) != 3) { in spectrum_run()
200 self->rst_h = *self->rst_p; in spectrum_run()
203 if (fabsf(*self->rst_p) == 3) { in spectrum_run()
/dports/biology/fasta3/fasta-36.3.8/src/
H A Dmshowbest.c143 struct rstruct *rst_p; in showbest() local
460 rst_p = &cur_ares_p->rst; in showbest()
463 rst_p = &bbp->rst; in showbest()
467 l_score0 = rst_p->score[ppst->score_ix]; in showbest()
468 lzscore = find_z(l_score0, rst_p->escore, n1, rst_p->comp, m_msp->pstat_void); in showbest()
470 lzscore2 = find_z(l_score0, rst_p->escore, n1, rst_p->comp, m_msp->pstat_void2); in showbest()
489 if (m_msp->srelv == 1) fprintf (fp, " %4d", rst_p->score[ppst->score_ix]); in showbest()
491 if (m_msp->srelv-1 > 0) fprintf (fp, " %4d", rst_p->score[0]); in showbest()
493 fprintf (fp, " %4d", rst_p->score[1]); in showbest()
494 fprintf (fp, " %4d", rst_p->score[ppst->score_ix]); in showbest()
H A Dmshowalign2.c155 struct rstruct *rst_p; in showalign() local
581 rst_p = &bbp->rst; in showalign()
585 rst_p = &cur_ares_p->rst; in showalign()
588 l_score0 = rst_p->score[ppst->score_ix] + score_delta; in showalign()
608 lzscore = find_z(l_score0, rst_p->escore, bbp->seq->n1, rst_p->comp, m_msp->pstat_void); in showalign()
610 lzscore2 = find_z(l_score0, rst_p->escore, bbp->seq->n1, rst_p->comp, m_msp->pstat_void2); in showalign()
616 lbits, rst_p->score[ppst->score_ix] + score_delta, in showalign()
677 fprintf (fp, " %s: %3d", m_msp->alab[0],rst_p->score[0] + score_delta); in showalign()
679 fprintf (fp, " %s: %3d", m_msp->alab[1],rst_p->score[1] + score_delta); in showalign()
681 fprintf (fp, " %s: %3d", m_msp->alab[2],rst_p->score[2] + score_delta); in showalign()