Home
last modified time | relevance | path

Searched refs:gamma_d (Results 1 – 19 of 19) sorted by relevance

/dports/math/blis/blis-0.8.1/examples/oapi/
H A D04level0.c42 double gamma_d; in main() local
67 bli_obj_create_1x1_with_attached_buffer( dt, &gamma_d, &gamma ); in main()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/pspw/lib/exchange-correlation/
H A Dblyp.f127 real*8 gamma_d,gamma_dd,gamma_du local
304 gamma_d = 4.0d0*nup*n2_m - 8.0d0*nupndn*n3_m
320 F_d = gamma_d*n13d_m + d3*gamma*n_mfrthrd*n13d2_m
326 F_dd = gamma_dd*n13d_m + d3*(gamma_d+gamma_d)*n_mfrthrd*n13d2_m
330 F_du = gamma_du*n13d_m + d3*(gamma_u+gamma_d)*n_mfrthrd*n13d2_m
H A Db3lyp.F99 real*8 gamma_d,gamma_dd,gamma_du local
317 gamma_d = 4.0d0*nup*n2_m - 8.0d0*nupndn*n3_m
332 F_d = gamma_d*n13d_m + d3*gamma*n_mfrthrd*n13d2_m
338 F_dd = gamma_dd*n13d_m + d3*(gamma_d+gamma_d)*n_mfrthrd*n13d2_m
342 F_du = gamma_du*n13d_m + d3*(gamma_u+gamma_d)*n_mfrthrd*n13d2_m
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/pspw/lib/exchange-correlation/
H A Dblyp.f127 real*8 gamma_d,gamma_dd,gamma_du
294 gamma_d = 4.0d0*nup*n2_m - 8.0d0*nupndn*n3_m
310 F_d = gamma_d*n13d_m + d3*gamma*n_mfrthrd*n13d2_m
316 F_dd = gamma_dd*n13d_m + d3*(gamma_d+gamma_d)*n_mfrthrd*n13d2_m
320 F_du = gamma_du*n13d_m + d3*(gamma_u+gamma_d)*n_mfrthrd*n13d2_m
H A Db3lyp.F99 real*8 gamma_d,gamma_dd,gamma_du
297 gamma_d = 4.0d0*nup*n2_m - 8.0d0*nupndn*n3_m
312 F_d = gamma_d*n13d_m + d3*gamma*n_mfrthrd*n13d2_m
318 F_dd = gamma_dd*n13d_m + d3*(gamma_d+gamma_d)*n_mfrthrd*n13d2_m
322 F_du = gamma_du*n13d_m + d3*(gamma_u+gamma_d)*n_mfrthrd*n13d2_m
/dports/astro/py-metpy/MetPy-1.1.0/src/metpy/
H A Dconstants.py125 gamma_d = dry_adiabatic_lapse_rate = g / Cp_d variable
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Damrnbdec.c913 const float *gamma_n, *gamma_d; // Formant filter factor table in postfilter() local
918 gamma_d = ff_pow_0_75; in postfilter()
921 gamma_d = ff_pow_0_7; in postfilter()
926 lpc_d[i] = lpc[i] * gamma_d[i]; in postfilter()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Damrnbdec.c913 const float *gamma_n, *gamma_d; // Formant filter factor table in postfilter() local
918 gamma_d = ff_pow_0_75; in postfilter()
921 gamma_d = ff_pow_0_7; in postfilter()
926 lpc_d[i] = lpc[i] * gamma_d[i]; in postfilter()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Damrnbdec.c913 const float *gamma_n, *gamma_d; // Formant filter factor table in postfilter() local
918 gamma_d = ff_pow_0_75; in postfilter()
921 gamma_d = ff_pow_0_7; in postfilter()
926 lpc_d[i] = lpc[i] * gamma_d[i]; in postfilter()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Damrnbdec.c913 const float *gamma_n, *gamma_d; // Formant filter factor table in postfilter() local
918 gamma_d = ff_pow_0_75; in postfilter()
921 gamma_d = ff_pow_0_7; in postfilter()
926 lpc_d[i] = lpc[i] * gamma_d[i]; in postfilter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Damrnbdec.c913 const float *gamma_n, *gamma_d; // Formant filter factor table in postfilter() local
918 gamma_d = ff_pow_0_75; in postfilter()
921 gamma_d = ff_pow_0_7; in postfilter()
926 lpc_d[i] = lpc[i] * gamma_d[i]; in postfilter()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Devent_estim.c821 SCIP_Real gamma_d = 2.0; in predictTotalSizeTreeProfile() local
824 growthfac *= gamma_d; in predictTotalSizeTreeProfile()
830 …SCIP_Real gamma_d = 2.0 - (d - treeprofile->stats.lastfulldepth + 1.0)/(waist - treeprofile->stats… in predictTotalSizeTreeProfile() local
832 assert(1.0 <= gamma_d && gamma_d <= 2.0); in predictTotalSizeTreeProfile()
834 growthfac *= gamma_d; in predictTotalSizeTreeProfile()
840 SCIP_Real gamma_d = (1.0 - (d - waist + 1.0)/(treeprofile->stats.maxdepth - waist + 1.0)); in predictTotalSizeTreeProfile() local
841 assert(0.0 <= gamma_d && gamma_d <= 1.0); in predictTotalSizeTreeProfile()
844 growthfac *= gamma_d; in predictTotalSizeTreeProfile()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Damrnbdec.c913 const float *gamma_n, *gamma_d; // Formant filter factor table in postfilter() local
918 gamma_d = ff_pow_0_75; in postfilter()
921 gamma_d = ff_pow_0_7; in postfilter()
926 lpc_d[i] = lpc[i] * gamma_d[i]; in postfilter()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Damrnbdec.c913 const float *gamma_n, *gamma_d; // Formant filter factor table in postfilter() local
918 gamma_d = ff_pow_0_75; in postfilter()
921 gamma_d = ff_pow_0_7; in postfilter()
926 lpc_d[i] = lpc[i] * gamma_d[i]; in postfilter()
/dports/math/igraph/igraph-0.9.5/vendor/glpk/draft/
H A Dglpipm.c708 double temp, gamma_p, gamma_d, *p, *q, *r; in make_step() local
780 gamma_d = 0.90; in make_step()
787 y[i] += gamma_d * csa->alfa_max_d * dy[i]; in make_step()
789 { z[j] += gamma_d * csa->alfa_max_d * dz[j]; in make_step()
/dports/math/glpk/glpk-5.0/src/draft/
H A Dglpipm.c708 double temp, gamma_p, gamma_d, *p, *q, *r; in make_step() local
780 gamma_d = 0.90; in make_step()
787 y[i] += gamma_d * csa->alfa_max_d * dy[i]; in make_step()
789 { z[j] += gamma_d * csa->alfa_max_d * dz[j]; in make_step()
/dports/audio/praat/praat-6.2.03/external/glpk/
H A Dglpipm.c710 double temp, gamma_p, gamma_d, *p, *q, *r;
782 gamma_d = 0.90;
789 y[i] += gamma_d * csa->alfa_max_d * dy[i];
791 { z[j] += gamma_d * csa->alfa_max_d * dz[j];
/dports/math/octave-forge-control/control-3.3.1/inst/
H A Dmargin.m428 %! [gamma_d, phi_d, w_gamma_d, w_phi_d] = margin (sysd);
431 %! margin_d = [gamma_d, phi_d, w_gamma_d, w_phi_d];
/dports/math/mathgl/mathgl-2.5/src/
H A Deval.cpp665 double MGL_LOCAL_CONST gamma_d(double a) {return gsl_sf_psi(a)*gsl_sf_gamma(a);} in gamma_d() function
687 si_d,ci_d,gamma_d,gsl_sf_psi_1,mgz1,mgz1,sinc_d,mgz1,mgz1,mgz1,mgz1,mgz1