Home
last modified time | relevance | path

Searched refs:n_ph (Results 1 – 25 of 29) sorted by relevance

12

/dports/audio/lmms/lmms-1.2.2/debian/patches/
H A Dclang.patch308 - n_ph = (float)(law_p - abs(next_law_pos - count))/(float)law_p;
309 + n_ph = (float)(law_p - labs(next_law_pos - count))/(float)law_p;
310 p_ph = n_ph + 0.5f;
317 - n_ph = (float)(law_p - abs(next_law_pos - count))/(float)law_p;
319 p_ph = n_ph + 0.5f;
345 float p_ph = n_ph + 0.5f;
354 float p_ph = n_ph + 0.5f;
365 - n_ph = (float)(law_p - abs(next_law_pos - count))/(float)law_p;
367 p_ph = n_ph + 0.5f;
374 - n_ph = (float)(law_p - abs(next_law_pos - count))/(float)law_p;
[all …]
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/swh/
H A Dflanger_1191.c240 float n_ph, p_ph; in runFlanger() local
269 n_ph = (float)(law_p - abs(next_law_pos - count))/(float)law_p; in runFlanger()
270 p_ph = n_ph + 0.5f; in runFlanger()
275 f_sin_sq(3.1415926f*n_ph)*next_law_peak; in runFlanger()
366 float n_ph, p_ph; in runAddingFlanger() local
395 n_ph = (float)(law_p - abs(next_law_pos - count))/(float)law_p; in runAddingFlanger()
396 p_ph = n_ph + 0.5f; in runAddingFlanger()
401 f_sin_sq(3.1415926f*n_ph)*next_law_peak; in runAddingFlanger()
H A Dretro_flange_1208.c303 float n_ph, p_ph, law; in runRetroFlange() local
324 n_ph = (float)(law_p - abs(next_law_pos - count))/(float)law_p; in runRetroFlange()
325 p_ph = n_ph + 0.5f; in runRetroFlange()
330 f_sin_sq(3.1415926f*n_ph)*next_law_peak; in runRetroFlange()
428 float n_ph, p_ph, law; in runAddingRetroFlange() local
449 n_ph = (float)(law_p - abs(next_law_pos - count))/(float)law_p; in runAddingRetroFlange()
450 p_ph = n_ph + 0.5f; in runAddingRetroFlange()
455 f_sin_sq(3.1415926f*n_ph)*next_law_peak; in runAddingRetroFlange()
H A Dmultivoice_chorus_1201.c348 float n_ph = (float)(law_p - abs(next_peak_pos[t] - count))/law_p; in runMultivoiceChorus() local
349 float p_ph = n_ph + 0.5f; in runMultivoiceChorus()
354 …dp_targ[t] = f_sin_sq(3.1415926f*p_ph)*prev_peak_amp[t] + f_sin_sq(3.1415926f*n_ph)*next_peak_amp[… in runMultivoiceChorus()
491 float n_ph = (float)(law_p - abs(next_peak_pos[t] - count))/law_p; in runAddingMultivoiceChorus() local
492 float p_ph = n_ph + 0.5f; in runAddingMultivoiceChorus()
497 …dp_targ[t] = f_sin_sq(3.1415926f*p_ph)*prev_peak_amp[t] + f_sin_sq(3.1415926f*n_ph)*next_peak_amp[… in runAddingMultivoiceChorus()
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dsynth_mbrola.cpp506 int MbrolaGenerate(PHONEME_LIST *phoneme_list, int *n_ph, bool resume) in MbrolaGenerate() argument
510 if (*n_ph == 0) in MbrolaGenerate()
518 int again = MbrolaTranslate(phoneme_list, *n_ph, resume, f_mbrola); in MbrolaGenerate()
520 *n_ph = 0; in MbrolaGenerate()
579 int MbrolaGenerate(PHONEME_LIST *phonemelist, int *n_ph, bool resume) in MbrolaGenerate() argument
582 (void)n_ph; // unused parameter in MbrolaGenerate()
H A Dsynthesize.h502 int Generate(PHONEME_LIST *phoneme_list, int *n_ph, bool resume);
503 void MakeWave2(PHONEME_LIST *p, int n_ph);
541 int MbrolaGenerate(PHONEME_LIST *phoneme_list, int *n_ph, bool resume);
H A Dsynthesize.cpp1127 int Generate(PHONEME_LIST *phonemelist, int *n_ph, bool resume) in Generate() argument
1162 return MbrolaGenerate(phonemelist, n_ph, resume); in Generate()
1181 while ((ix < (*n_ph)) && (ix < N_PHONEME_LIST-2)) { in Generate()
1519 if (*n_ph > 0) { in Generate()
1521 *n_ph = 0; in Generate()
H A Dtranslate.h761 int ChangePhonemes_ru(Translator *tr, PHONEME_LIST2 *phlist, int n_ph, int index, PHONEME_TAB *ph, …
/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dprdt.cpp60 n_ph = cPar.n_ph; in CopyFromParam()
465 for (vector<int>::size_type j1 = 0; j1 < n_ph; ++j1) { in MvnormPrdt()
473 for (vector<int>::size_type j2 = 0; j2 < n_ph; j2++) { in MvnormPrdt()
514 for (vector<int>::size_type j = 0; j < n_ph; ++j) { in MvnormPrdt()
537 for (vector<int>::size_type j = 0; j < n_ph; ++j) { in MvnormPrdt()
H A Dgemma.cpp1785 if (cPar.n_ph == 1) { in BatchRun()
1817 gsl_matrix *Vg = gsl_matrix_safe_alloc(cPar.n_ph, cPar.n_ph); in BatchRun()
1818 gsl_matrix *Ve = gsl_matrix_safe_alloc(cPar.n_ph, cPar.n_ph); in BatchRun()
2067 if (cPar.n_ph == 1) { in BatchRun()
2370 if (cPar.n_ph == 1) { in BatchRun()
2691 if (cPar.n_ph == 1) { // one phenotype in BatchRun()
2780 if (cPar.n_ph == 1) { in BatchRun()
3333 if (cPar.n_ph == 1) { in WriteLog()
3386 if (cPar.n_ph == 1) { in WriteLog()
3412 for (size_t i = 0; i < cPar.n_ph; i++) { in WriteLog()
[all …]
H A Dprdt.h49 size_t n_ph; variable
H A Dmvlmm.h61 size_t n_ph; variable
H A Dparam.cpp647 n_ph = p_column.size(); in CheckParam()
651 if (n_ph > 1 && a_mode != 1 && a_mode != 2 && a_mode != 3 && a_mode != 4 && in CheckParam()
657 if (n_ph > 1 && !file_gene.empty()) { in CheckParam()
1095 if ((np_obs + np_miss) != (ni_cvt * n_ph)) { in CheckData()
1115 cout << "## number of phenotypes = " << n_ph << endl; in CheckData()
1251 if (n_ph == 1) { in PrintSummary()
2185 for (size_t j = 0; j < n_ph; ++j) { in CopyCvtPhen()
H A Dparam.h247 size_t n_ph; // Number of phenotypes. variable
H A Dmvlmm.cpp84 n_ph = cPar.n_ph; in CopyFromParam()
143 for (size_t i = 0; i < n_ph; i++) { in WriteFiles()
146 for (size_t i = 0; i < n_ph; i++) { in WriteFiles()
147 for (size_t j = i; j < n_ph; j++) { in WriteFiles()
180 for (size_t i = 0; i < n_ph; i++) { in WriteFiles()
185 for (size_t i = 0; i < n_ph; i++) { in WriteFiles()
186 for (size_t j = i; j < n_ph; j++) { in WriteFiles()
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dsynth_mbrola.cpp642 int MbrolaGenerate(PHONEME_LIST *phoneme_list, int *n_ph, int resume) in MbrolaGenerate() argument
646 if(*n_ph == 0) in MbrolaGenerate()
655 int again = MbrolaTranslate(phoneme_list, *n_ph, resume, f_mbrola); in MbrolaGenerate()
657 *n_ph = 0; in MbrolaGenerate()
716 int MbrolaGenerate(PHONEME_LIST *phoneme_list, int *n_ph, int resume) in MbrolaGenerate() argument
H A Dsynthesize.h523 int Generate(PHONEME_LIST *phoneme_list, int *n_ph, int resume);
524 void MakeWave2(PHONEME_LIST *p, int n_ph);
571 int MbrolaGenerate(PHONEME_LIST *phoneme_list, int *n_ph, int resume);
H A Dsynthesize.cpp1334 int Generate(PHONEME_LIST *phoneme_list, int *n_ph, int resume) in Generate() argument
1370 return(MbrolaGenerate(phoneme_list,n_ph,resume)); in Generate()
1390 while((ix < (*n_ph)) && (ix < N_PHONEME_LIST-2)) in Generate()
1818 if(*n_ph > 0) in Generate()
1821 *n_ph = 0; in Generate()
H A Dtranslate.h770 int ChangePhonemes_ru(Translator *tr, PHONEME_LIST2 *phlist, int n_ph, int index, PHONEME_TAB *ph, …
H A Dtr_languages.cpp1735 int ChangePhonemes_ru(Translator *tr, PHONEME_LIST2 *phlist, int n_ph, int index, PHONEME_TAB *ph, … in ChangePhonemes_ru() argument
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/vsph/
H A Dvsph_sph_box_2d.cxx682 int n_th = static_cast<int>(n_thd), n_ph = static_cast<int>(n_phd); in planar_quads()
684 if (n_ph == 0) n_ph = 1; in planar_quads()
685 if (n_th ==1 && n_ph ==1) {//a single quad in planar_quads()
/dports/audio/espeak/espeak-1.48.04-source/platforms/riscos/c/
H A Dspeak_riscos56 extern int Generate(PHONEME_LIST *phoneme_list, int *n_ph, int resume);
/dports/comms/hylafax/hylafax-6.0.7/po/
H A Dvi.po1461 msgstr "Sử dụng: %s [-1] [-2] [-B] [-c] [-D] [-f tên_phông] [-F thư_mục_phông(s)] [-m N] [-o #] [-p…
/dports/archivers/rpm4/rpm-4.16.1.3/po/
H A Dvi.po3058 msgstr "không cung cấp dứt khoát tên-phiên_bản-bản_phát_hành của gói."
/dports/editors/vim/vim-8.2.3745/src/po/
H A Dvi.po980 " Tên\t\tTham_số Phạm_vi Phần_phụ Định_nghĩa"

12