Home
last modified time | relevance | path

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

/dports/audio/din/din-52/src/
H A Ddrone.cc210 float n0step = dr.notes[0].step, n1step = dr.notes[1].step; in update_pitch_volume() local
211 float nstep = n0step + pos * (n1step - n0step); in update_pitch_volume()
/dports/biology/paml/paml4.9j/src/
H A Dcodeml.c4025 int iomega, n1step = 0, i, j, k, iaa, jaa, npair, naa = 20, nline = 1024; in GetOmegaAA() local
4027 for (i = 0, n1step = 0; i < naa; i++) for (j = 0; j < i; j++) in GetOmegaAA()
4028 if (AA1STEP[i*(i - 1) / 2 + j]) { OmegaAA[i*(i - 1) / 2 + j] = 0; n1step++; } in GetOmegaAA()
4031 printf("\n\n%d one-step aa pairs.\n", n1step); in GetOmegaAA()