Home
last modified time | relevance | path

Searched refs:fzz (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/cad/fritzing/fritzing-parts-0.9.2b/parts/part-gen-scripts/misc_scripts/
H A Dgetboardsize.py28 fzz = None
34 fzz = a
41 if not(fzz):
45 if not os.path.exists(fzz):
46 assert False, "'" + fzz + "' not found"
48 if not fzz.endswith("fzz"):
49 assert False, "'" + fzz + "' doesn't end with 'fzz'"
53 zf = zipfile.ZipFile(fzz)
55 assert False, "'" + fzz + "' is not a zip file"
63 assert fzString, "no 'fz' file found in '" + fzz + "'"
[all …]
H A Dresetversion.py47 for fzz in files:
48 if not fzz.endswith('.fzz'):
51 print fzz
52 fzzpath = os.path.join(root, fzz)
H A Drenamefz.py47 for fzz in files:
48 if not fzz.endswith('.fzz'):
52 fzzpath = os.path.join(root, fzz)
62 fzzbase = os.path.splitext(fzz)[0]
H A Dcheckino.py53 for fzz in files:
54 if not fzz.endswith('.fzz'):
58 fzzpath = os.path.join(root, fzz)
68 fzzbase = os.path.splitext(fzz)[0]
H A Dfixino.py54 for fzz in files:
55 if not fzz.endswith('.fzz'):
59 fzzpath = os.path.join(root, fzz)
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dlinel.f42 fzz=emec(3)
85 & elas(4)*fzz-beta(1)
87 & elas(5)*fzz-beta(2)
89 & elas(6)*fzz-beta(3)
186 & elas(4)*fzz-beta(1)
200 & elas(4)*fzz+
206 & elas(5)*fzz+
212 & elas(6)*fzz+
218 & elas(9)*fzz+
224 & elas(13)*fzz+
[all …]
/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/t/RegularExpressions/
H A DRequireBracesForMultiline.run25 fzz};
61 fzz);
75 fzz];
89 fzz>;
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/t/Policy/RegularExpressions/
H A Drequire_braces_for_multiline.t50 fzz};
87 fzz);
101 fzz];
115 fzz>;
/dports/science/quantum-espresso/q-e-qe-6.7.0/external/libbeef/
H A Dpbecor.c59 #define fzz (8./(9.*GAM)) macro
239 *ec = eu*(1.-f*z4) + ep*f*z4 - alfm*f*(1.-z4)/fzz; in corpbespin()
247 ecrs = eurs*(1.-f*z4)+eprs*f*z4-alfrsm*f*(1.-z4)/fzz; in corpbespin()
249 eczet = 4.*pow(zet,3)*f*(ep-eu+alfm/fzz)+fz*(z4*ep-z4*eu-(1.-z4)*alfm/fzz); in corpbespin()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/zora/
H A Dgrid_zoracorr_FA.F221 external fxx,fyy,fzz,fxy,fxz,fyz
229 call ev_Qpot(fzz,nqpts,qxyz,closegridpts,amat_Qnucl)
281 double precision function fzz(rx,ry,rz,dist5) function
283 fzz=(2.d0*rz*rz-(rx*rx+ry*ry))/dist5
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/zora/
H A Dgrid_zoracorr_FA.F221 external fxx,fyy,fzz,fxy,fxz,fyz
229 call ev_Qpot(fzz,nqpts,qxyz,closegridpts,amat_Qnucl)
281 double precision function fzz(rx,ry,rz,dist5) function
283 fzz=(2.d0*rz*rz-(rx*rx+ry*ry))/dist5
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dfim.c63 float pct = 30., pcc, fSQ_vl, fll, coef = D_COEF, fzz; variable
277 fzz = fim[i]*fa;
278 if ( fzz >= 0. ) tmp_ar[i+offs] = min((int) fzz, SCALE);
279 if ( fzz < 0. ) tmp_ar[i+offs] = max((int) fzz, -SCALE);
/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DPBEFunctional.cpp301 const double fzz = 8.0 / ( 9.0 * gam ); in excpbe_sp() local
418 ec = eu * ( 1.0 - f * z4 ) + ep * f * z4 - alfm * f * (1.0-z4) / fzz; in excpbe_sp()
423 - alfrsm * f * (1.0-z4)/fzz; in excpbe_sp()
425 double eczet = 4.0 * (zet*zet*zet) * f * ( ep - eu + alfm/fzz ) + in excpbe_sp()
426 fz * ( z4 * ep - z4 * eu - (1.0-z4) * alfm/fzz ); in excpbe_sp()
H A DHSEFunctional.cpp802 const double fzz = 8.0 / ( 9.0 * gam ); in PBE_correlation_sp() local
838 *ec = eu * ( 1.0 - f * z4 ) + ep * f * z4 - alfm * f * ( 1.0 - z4 ) / fzz; in PBE_correlation_sp()
843 * ( 1.0 - z4 ) / fzz; in PBE_correlation_sp()
846 const double eczet = 4.0 * ( zet * zet * zet ) * f * ( ep - eu + alfm / fzz ) in PBE_correlation_sp()
847 + fz * ( z4 * ep - z4 * eu - ( 1.0 - z4 ) * alfm / fzz ); in PBE_correlation_sp()
H A DRSHFunctional.cpp809 const double fzz = 8.0 / ( 9.0 * gam ); in PBE_correlation_sp() local
845 *ec = eu * ( 1.0 - f * z4 ) + ep * f * z4 - alfm * f * ( 1.0 - z4 ) / fzz; in PBE_correlation_sp()
850 * ( 1.0 - z4 ) / fzz; in PBE_correlation_sp()
853 const double eczet = 4.0 * ( zet * zet * zet ) * f * ( ep - eu + alfm / fzz ) in PBE_correlation_sp()
854 + fz * ( z4 * ep - z4 * eu - ( 1.0 - z4 ) * alfm / fzz ); in PBE_correlation_sp()
/dports/math/gsl/gsl-2.7/complex/
H A Dtest_source.c41 struct fzz struct
91 struct fzz listzz[] =
194 struct fzz t = listzz[i]; in FUNCTION()
/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Dmore_functionals.f90644 gam, fzz, gamma, bet, delt, eta local
660 parameter(fzz=8.d0/(9.d0*gam))
701 ec = eu*(1.d0-f*z4)+ep*f*z4-alfm*f*(1.d0-z4)/fzz
708 ecrs = eurs*(1.d0-f*z4)+eprs*f*z4-alfrsm*f*(1.d0-z4)/fzz
710 eczet = 4.d0*(zet**3)*f*(ep-eu+alfm/fzz)+fz*(z4*ep-z4*eu &
711 & -(1.d0-z4)*alfm/fzz)
1221 real(DP) gam, fzz, thrd, thrd4 local
1222 parameter(gam=0.5198421d0,fzz=1.709921d0)
1261 ec = eu*(1.d0-f*z4)+ep*f*z4-alfm*f*(1.d0-z4)/fzz
1263 ecrs = eurs*(1.d0-f*z4)+eprs*f*z4-alfrsm*f*(1.d0-z4)/fzz
[all …]
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Applications/src/
H A Ddetect-edges.cc160 … double fzz = .25 * (f(i, j, k+1) - fijk - fijk + f(i, j, k-1)); in operator ()() local
162 *out = fx * fx * fxx + fy * fy * fyy + fz * fz * fzz in operator ()()
/dports/mail/claws-mail-perl/claws-mail-3.18.0/tools/kdeservicemenu/
H A DREADME51 [fr] Fabien Vantard <fzz@ifrance.com>
/dports/mail/claws-mail-tnef_parse/claws-mail-3.18.0/tools/kdeservicemenu/
H A DREADME51 [fr] Fabien Vantard <fzz@ifrance.com>
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/tools/kdeservicemenu/
H A DREADME51 [fr] Fabien Vantard <fzz@ifrance.com>
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/tools/kdeservicemenu/
H A DREADME51 [fr] Fabien Vantard <fzz@ifrance.com>
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/tools/kdeservicemenu/
H A DREADME51 [fr] Fabien Vantard <fzz@ifrance.com>
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/tools/kdeservicemenu/
H A DREADME51 [fr] Fabien Vantard <fzz@ifrance.com>
/dports/mail/claws-mail-notification/claws-mail-3.18.0/tools/kdeservicemenu/
H A DREADME51 [fr] Fabien Vantard <fzz@ifrance.com>

1234567