Home
last modified time | relevance | path

Searched refs:fco (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/science/py-ase/ase-3.22.0/ase/test/vibrations/
H A Dtest_franck_condon.py30 fco = FranckCondonOverlap()
34 assert(fco.factorial(8) == factorial(8))
36 assert(fco.factorial(5) == factorial(5))
37 assert(fco.factorial.inv(5) == 1. / factorial(5))
42 assert(((fco.directT0(m, S) - fco.direct(0, m, S)) / fco.directT0(m, S) <
48 assert(fco.direct(n, m, S) == fco.direct(m, n, S))
55 equal(fco.direct0mm1(m, S)**2,
56 fco.direct(1, m, S) * fco.direct(m, 0, S), 1.e-17)
57 equal(fco.direct0mm1(m, S), fcr.ov0mm1(m, delta), 1.e-15)
63 equal(fco.direct0mm2(m, S)**2,
[all …]
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dfilemerge.py326 if fco.isabsent():
369 if fco.isabsent():
374 _underlyingfctxifabsent(fcd).write(fco.data(), fco.flags())
387 _underlyingfctxifabsent(fcd).write(fco.data(), fco.flags())
590 fco, argument
666 repo.wwrite(fd + b".other", fco.data(), fco.flags())
727 b'fctx': fco,
880 co = fco.changectx()
1004 c = tempfromcontext(b"other", fco)
1106 if orig != fco.path():
[all …]
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dlowpassr.c90 MYFLT *fco = p->kfco; in lowpraa() local
99 if (UNLIKELY(fco[0]<=FL(0.0))) in lowpraa()
106 okf = fco[0]; okr = res[0]; in lowpraa()
121 if (UNLIKELY(fco[n]<=FL(0.0))) in lowpraa()
128 okf = fco[n]; okr = res[n]; in lowpraa()
146 MYFLT *fco = p->kfco; in lowprak() local
155 if (UNLIKELY(fco[0]<=FL(0.0))) in lowprak()
176 if (UNLIKELY(fco[n]<=FL(0.0))) in lowprak()
201 MYFLT fco = *p->kfco; in lowprka() local
210 if (UNLIKELY(fco<=FL(0.0))) in lowprka()
[all …]
H A Dugsc.c86 MYFLT fco = asgf ? kfco[n] : *kfco; in svf() local
88 if (fco != lfco || q != lq) { in svf()
89 lfco = fco; lq = q; in svf()
593 MYFLT fco = fcop[0], res = resp[0]; in lp2aa() local
598 temp = (double)(csound->mpidsr * fco / res); in lp2aa()
615 if (res!=resp[n] || fco!=fcop[n]) { in lp2aa()
616 res=resp[n]; fco=fcop[n]; in lp2aa()
638 MYFLT fco = *p->kfco, res = resp[0]; in lp2ka() local
683 MYFLT fco = fcop[0], res = *p->kres; in lp2ak() local
705 if (fco!=fcop[n]) { in lp2ak()
[all …]
H A Dbiquad.c154 fcoptr = p->fco; in moogvcf()
156 fco = (double)*fcoptr; in moogvcf()
242 double fco, rez, xn, yn; in rezzy() local
251 fcoptr = p->fco; in rezzy()
253 fco = (double)*fcoptr; in rezzy()
431 c = fqcadj/fco; in rezzy()
1310 fcoptr = p->fco; in tbvcf()
1316 fco = (double)*fcoptr; in tbvcf()
1379 double fco, rez, xn, yn; in bqrez() local
1387 fcoptr = p->fco; in bqrez()
[all …]
H A Dbiquad.h39 MYFLT *out, *in, *fco, *res, *max, *iskip; member
48 MYFLT *out, *in, *fco, *rez, *mode, *iskip; member
116 MYFLT *out, *in, *fco, *res, *dist, *asym, *iskip; member
/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/modules/
H A Dtbvcf.c39 p->fco = 500.0; in sp_tbvcf_init()
51 p->fcocod = p->fco; in sp_tbvcf_init()
62 SPFLOAT fco, res, dist, asym; in sp_tbvcf_compute() local
83 fco = p->fco; in sp_tbvcf_compute()
91 fco1 = pow(fco*260.0/(1.0+q1*0.5),0.58); in sp_tbvcf_compute()
97 fco1 = pow(fco*260.0/(1.0+q1*0.5),0.58); in sp_tbvcf_compute()
H A Dlpf18.c54 SPFLOAT fco, res, dist; in sp_lpf18_compute() local
58 fco = p->cutoff; in sp_lpf18_compute()
62 if (fco != lfc || flag) { in sp_lpf18_compute()
63 lfc = fco; in sp_lpf18_compute()
64 kfcn = 2.0 * fco * p->onedsr; in sp_lpf18_compute()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/JoshUGens/sc/classes/
H A DMoogVCF.sc1 //MoogVCF.ar(in, fco, res, mul, add); fco = filter cut-off, res = resonance (0 -> 1)
4 *ar {arg in, fco, res, mul = 1, add = 0;
5 ^this.multiNew('audio', in, fco, res).madd(mul, add);
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dmisc.c652 fco->oneside = 0; in get_filledcurves_style_options()
655 fco->closeto = p; in get_filledcurves_style_options()
659 fco->oneside = 1; in get_filledcurves_style_options()
662 fco->oneside = -1; in get_filledcurves_style_options()
666 fco->at = 0; in get_filledcurves_style_options()
671 fco->closeto += 4; in get_filledcurves_style_options()
673 fco->at = real_expression(); in get_filledcurves_style_options()
680 fco->aty = real_expression(); in get_filledcurves_style_options()
693 if (fco->oneside) in filledcurves_options_tofile()
704 fprintf(fp, "%s=%g", filledcurves_opts_tbl[fco->closeto - 4].key, fco->at); in filledcurves_options_tofile()
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dmisc.c652 fco->oneside = 0; in get_filledcurves_style_options()
655 fco->closeto = p; in get_filledcurves_style_options()
659 fco->oneside = 1; in get_filledcurves_style_options()
662 fco->oneside = -1; in get_filledcurves_style_options()
666 fco->at = 0; in get_filledcurves_style_options()
671 fco->closeto += 4; in get_filledcurves_style_options()
673 fco->at = real_expression(); in get_filledcurves_style_options()
680 fco->aty = real_expression(); in get_filledcurves_style_options()
693 if (fco->oneside) in filledcurves_options_tofile()
704 fprintf(fp, "%s=%g", filledcurves_opts_tbl[fco->closeto - 4].key, fco->at); in filledcurves_options_tofile()
[all …]
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dmisc.c860 fco->oneside = 1; in get_filledcurves_style_options()
863 fco->oneside = -1; in get_filledcurves_style_options()
866 fco->oneside = 0; in get_filledcurves_style_options()
869 fco->opt_given = 0; in get_filledcurves_style_options()
872 fco->opt_given = 1; in get_filledcurves_style_options()
876 fco->closeto = p; in get_filledcurves_style_options()
877 fco->at = 0; in get_filledcurves_style_options()
882 fco->closeto += 4; in get_filledcurves_style_options()
903 if (fco->oneside) in filledcurves_options_tofile()
914 fprintf(fp, "%s=%g", filledcurves_opts_tbl[fco->closeto - 4].key, fco->at); in filledcurves_options_tofile()
[all …]
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/gig/
H A DVoice.cpp510 float fco = cutoffBase * cvalue; in CalculateFinalCutoff() local
511 if (fco > 127.0f) fco = 127.0f; in CalculateFinalCutoff()
516 return fco; in CalculateFinalCutoff()
520 fco = (fco + 29.f) / (127.f + 29.f); in CalculateFinalCutoff()
521 fco = fco * fco * fco * fco * 18000.f; in CalculateFinalCutoff()
522 if (fco > 0.49f * pEngine->SampleRate) in CalculateFinalCutoff()
523 fco = 0.49f * pEngine->SampleRate; in CalculateFinalCutoff()
524 return fco; in CalculateFinalCutoff()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A DMakefile.in183 …fontdata/mtfonts/pcl45/mt3/ -d fontdata/mtfonts/pcl45/mt3/ pcl___xj.fco plug__xi.fco wd____xh.fco \
184 -P $(UFST_ROOT)/fontdata/mtfonts/pclps2/mt3/ -d fontdata/mtfonts/pclps2/mt3/ pclp2_xj.fco \
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A DMakefile.in183 …fontdata/mtfonts/pcl45/mt3/ -d fontdata/mtfonts/pcl45/mt3/ pcl___xj.fco plug__xi.fco wd____xh.fco \
184 -P $(UFST_ROOT)/fontdata/mtfonts/pclps2/mt3/ -d fontdata/mtfonts/pclps2/mt3/ pclp2_xj.fco \
/dports/print/ghostscript9-x11/ghostscript-9.06/
H A DMakefile.in183 …fontdata/mtfonts/pcl45/mt3/ -d fontdata/mtfonts/pcl45/mt3/ pcl___xj.fco plug__xi.fco wd____xh.fco \
184 -P $(UFST_ROOT)/fontdata/mtfonts/pclps2/mt3/ -d fontdata/mtfonts/pclps2/mt3/ pclp2_xj.fco \
/dports/print/ghostscript9-base/ghostscript-9.06/
H A DMakefile.in183 …fontdata/mtfonts/pcl45/mt3/ -d fontdata/mtfonts/pcl45/mt3/ pcl___xj.fco plug__xi.fco wd____xh.fco \
184 -P $(UFST_ROOT)/fontdata/mtfonts/pclps2/mt3/ -d fontdata/mtfonts/pclps2/mt3/ pclp2_xj.fco \
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/
H A DMakefile.in247 …fontdata/mtfonts/pcl45/mt3/ -d fontdata/mtfonts/pcl45/mt3/ pcl___xj.fco plug__xi.fco wd____xh.fco \
248 -P $(UFST_ROOT)/fontdata/mtfonts/pclps2/mt3/ -d fontdata/mtfonts/pclps2/mt3/ pclp2_xj.fco \
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/
H A DMakefile.in247 …fontdata/mtfonts/pcl45/mt3/ -d fontdata/mtfonts/pcl45/mt3/ pcl___xj.fco plug__xi.fco wd____xh.fco \
248 -P $(UFST_ROOT)/fontdata/mtfonts/pclps2/mt3/ -d fontdata/mtfonts/pclps2/mt3/ pclp2_xj.fco \
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dfailfilemerge.py13 filemergefn, premerge, repo, wctx, mynode, orig, fcd, fco, fca, labels=None argument
16 return filemergefn(premerge, repo, mynode, orig, fcd, fco, fca, labels)
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxfapiu.c187 fco_list_elem *fco = gx_UFST_find_static_fco(font_file_path); in gx_UFST_find_fco_handle_by_name() local
189 if (fco) in gx_UFST_find_fco_handle_by_name()
190 return fco->fcHandle; in gx_UFST_find_fco_handle_by_name()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxfapiu.c187 fco_list_elem *fco = gx_UFST_find_static_fco(font_file_path); in gx_UFST_find_fco_handle_by_name() local
189 if (fco) in gx_UFST_find_fco_handle_by_name()
190 return fco->fcHandle; in gx_UFST_find_fco_handle_by_name()
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/strategies/avx2/
H A Ddct-avx2.c428 for (int32_t fco = 0; fco < 2; fco++) { in matmul_16x16_a_bt() local
430 __m256i bt_c0 = b_t[fco * 4 + 0]; in matmul_16x16_a_bt()
431 __m256i bt_c1 = b_t[fco * 4 + 1]; in matmul_16x16_a_bt()
432 __m256i bt_c2 = b_t[fco * 4 + 2]; in matmul_16x16_a_bt()
433 __m256i bt_c3 = b_t[fco * 4 + 3]; in matmul_16x16_a_bt()
434 __m256i bt_c8 = b_t[fco * 4 + 8]; in matmul_16x16_a_bt()
435 __m256i bt_c9 = b_t[fco * 4 + 9]; in matmul_16x16_a_bt()
436 __m256i bt_c10 = b_t[fco * 4 + 10]; in matmul_16x16_a_bt()
437 __m256i bt_c11 = b_t[fco * 4 + 11]; in matmul_16x16_a_bt()
473 results_32[fco] = truncate_avx2(res, debias, shift); in matmul_16x16_a_bt()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/fiasco/
H A Dsystem.fiascorc20 # small.fco: domains 1, x, y
21 # medium.fco: domains 1, x, y and 129 additional images
22 # large.fco: domains 1, x, y and 226 additional images
23 basis-name = small.fco
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Dcookie.c211 struct cookie *p, *p1, *fco = NULL; in find_cookie() local
220 for (p1 = fco; p1 && Strcasecmp(p1->name, p->name); in find_cookie()
226 p1->next = fco; in find_cookie()
227 fco = p1; in find_cookie()
233 if (!fco) in find_cookie()
240 Strcat(tmp, make_cookie(fco)); in find_cookie()
241 for (p1 = fco->next; p1; p1 = p1->next) { in find_cookie()

12345678910