Home
last modified time | relevance | path

Searched refs:gamma_tab (Results 1 – 16 of 16) sorted by relevance

/dports/science/quantum-espresso/q-e-qe-6.7.0/XSpectra/src/
H A Dplot_xanes_cross_sections.f9024 USE gamma_variable_mod, ONLY: gamma_tab, gamma_mode, &
219 xgamma_ryd=gamma_tab(iestart)
234 xgamma_ryd=gamma_tab(n)
265 xgamma_ryd=gamma_tab(n)
512 USE gamma_variable_mod, ONLY : gamma_tab, gamma_mode, &
692 xgamma_ry = gamma_tab(iestart)
719 xgamma_ry = gamma_tab(n)
752 xgamma_ry = gamma_tab(n)
H A Dstdout_routines.f9012 gamma_lines, gamma_tab, gamma_points, &
277 gamma_lines, gamma_tab, gamma_points, &
H A Dset_xspectra_namelists_defaults.f9017 gamma_lines, gamma_tab, gamma_points, &
H A Dxspectra_mod.f90124 real(kind=DP), allocatable :: gamma_tab(:),& ! to store tabulated values of gamma variable
H A Dxspectra.f9068 gamma_lines, gamma_tab, gamma_points, &
253 ALLOCATE( gamma_tab(xnepoint))
964 gamma_tab(n) = y/rytoev
H A Dread_input_and_bcast.f9019 gamma_lines, gamma_tab, gamma_points, &
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/toolbin/halftone/ETS/
H A Dtest_ets.c644 char *gamma_tab = NULL; in main() local
681 gamma_tab = arg_value; in main()
763 if (gamma_tab) in main()
765 FILE *lutf = fopen(gamma_tab, "r"); in main()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/toolbin/halftone/ETS/
H A Dtest_ets.c644 char *gamma_tab = NULL; in main() local
681 gamma_tab = arg_value; in main()
763 if (gamma_tab) in main()
765 FILE *lutf = fopen(gamma_tab, "r"); in main()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Daacps_fixed_tablegen.h197 static const int gamma_tab[] = in ps_tableinit() local
337 gamma_int = gamma_tab[idx]; in ps_tableinit()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Daacps_fixed_tablegen.h197 static const int gamma_tab[] = in ps_tableinit() local
337 gamma_int = gamma_tab[idx]; in ps_tableinit()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Daacps_fixed_tablegen.h192 static const int gamma_tab[] = in ps_tableinit() local
332 gamma_int = gamma_tab[idx]; in ps_tableinit()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Daacps_fixed_tablegen.h192 static const int gamma_tab[] = in ps_tableinit() local
332 gamma_int = gamma_tab[idx]; in ps_tableinit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Daacps_fixed_tablegen.h192 static const int gamma_tab[] = in ps_tableinit() local
332 gamma_int = gamma_tab[idx]; in ps_tableinit()
/dports/math/giacxcas/giac-1.6.0/src/
H A Dusual.h853 extern const unary_function_ptr * const gamma_tab;
H A Dsubst.cc1897 return subst(g,gamma_tab,gamma2factorial_tab,false,contextptr); in gamma2factorial()
H A Dusual.cc10969 const unary_function_ptr * const gamma_tab=(const unary_function_ptr * const)gamma_tab_alias; variable