Home
last modified time | relevance | path

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

/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/plugins/
H A DLFUGens.cpp980 phase2 += freq2x; if (phase2 >= 1.f) phase2 -= 2.f; phase1 += freq1x; if (phase1 >= 1.f) { in SyncSaw_next_aa()
982 phase2 = (phase1 + 1.f) * freq2x / freq1x - 1.f; in SyncSaw_next_aa()
999 inNumSamples, float freq1x = ZXP(freq1) * freqmul; float z = phase2; phase2 += freq2x; in SyncSaw_next_ak()
1000 if (phase2 >= 1.f) phase2 -= 2.f; phase1 += freq1x; if (phase1 >= 1.f) { in SyncSaw_next_ak()
1002 phase2 = (phase1 + 1.f) * freq2x / freq1x - 1.f; in SyncSaw_next_ak()
1012 float freq1x = ZIN0(0) * freqmul; in SyncSaw_next_ka() local
1020 if (phase2 >= 1.f) phase2 -= 2.f; phase1 += freq1x; if (phase1 >= 1.f) { in SyncSaw_next_ka()
1022 phase2 = (phase1 + 1.f) * freq2x / freq1x - 1.f; in SyncSaw_next_ka()
1031 float freq1x = ZIN0(0) * unit->mFreqMul; in SyncSaw_next_kk() local
1037 …NumSamples, float z = phase2; phase2 += freq2x; if (phase2 >= 1.f) phase2 -= 2.f; phase1 += freq1x; in SyncSaw_next_kk()
[all …]
/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink_ld.c4908 double freq1x; in em_phase_hethet() local
4930 freq2x = 1.0 - freq1x; in em_phase_hethet()
4988 dxx = freq1x * freqx1 - freq11; in em_phase_hethet()
5035 *freq1x_ptr = freq1x; in em_phase_hethet()
5106 double freq1x; in ld_dprime_thread() local
6769 double tmp12 = freq1x - tmp11; in calc_lnlike_quantile()
6807 double freq1x; in haploview_blocks_classify() local
7926 double freq1x; in twolocus() local
8147 freq2x = 1.0 - freq1x; in twolocus()
10453 double freq1x; in indep_pairphase() local
[all …]