Home
last modified time | relevance | path

Searched refs:get_gamma (Results 1 – 25 of 88) sorted by relevance

1234

/dports/misc/gkrellm-gamma/gkrellm-gamma-2.03/
H A Dmain.c51 static float get_gamma (void) /* {{{ */ in get_gamma() function
113 float value = get_gamma(); in panel_button_press()
150 float value = get_gamma(); in update_plugin()
169 float value = get_gamma(); in callback_mouse_wheel()
227 buf = g_strdup_printf("%1.2f", get_gamma()); in create_plugin()
241 gkrellm_update_krell(panel, krell, (gulong)(log10(get_gamma()+1)*100.0)); in create_plugin()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/imagewin/
H A Diwin8.cc54 void Image_window8::get_gamma(double &r, double &g, double &b) { in get_gamma() function in Image_window8
55 r = GammaRed.get_gamma(); in get_gamma()
56 g = GammaGreen.get_gamma(); in get_gamma()
57 b = GammaBlue.get_gamma(); in get_gamma()
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/xt/
H A Dtest-primes-script.pl51 my ($oeis_no, $is_bigint, $num_entries, @ref) = $stream->get_gamma(5);
61 my $len = $stream->get_gamma;
140 while (my $c = $stream->get_gamma) {
/dports/graphics/photoflow/PhotoFlow-8472024f/src/legacy/operations/
H A Dhue_saturation.hh100 float get_gamma() { return exponent; } in get_gamma() function in PF::HueSaturationPar
287 if( opar->get_gamma() != 1 ) { in render()
289 RGB[k] = powf( RGB[k], opar->get_gamma() ); in render()
349 if( opar->get_gamma() != 1 ) { in render()
350 pout[x] = powf( pin[x], opar->get_gamma() ); in render()
H A Dbrightness_contrast_proc_lab.hh31 if( par->get_gamma() != 1 ) { in process()
32 newval = powf( newval, par->get_gamma() ); in process()
H A Dbrightness_contrast_par.hh18 float get_gamma() { return exponent; } in get_gamma() function in BrightnessContrastPar
/dports/devel/z88dk/z88dk/libsrc/target/cpc/cpcrslib/
H A Dcpc_Uncrunch_callee.asm144 call get_gamma ; get length
160 call get_gamma ; get length
183 call get_gamma ; get byte to repeat
215 call get_gamma ; offset MSB
/dports/science/py-dlib/dlib-19.22/tools/python/src/
H A Dsvm_c_trainer.cpp119 double get_gamma ( in get_gamma() function
171 .def_property("gamma", get_gamma<T>, set_gamma<T>); in bind_svm_c_trainer()
182 .def_property("gamma", get_gamma<T>, set_gamma<T>); in bind_svm_c_trainer()
251 .def_property("gamma", get_gamma<T>, set_gamma<T>); in bind_svm_c_trainer()
262 .def_property("gamma", get_gamma<T>, set_gamma<T>); in bind_svm_c_trainer()
/dports/science/dlib-cpp/dlib-19.22/tools/python/src/
H A Dsvm_c_trainer.cpp119 double get_gamma ( in get_gamma() function
171 .def_property("gamma", get_gamma<T>, set_gamma<T>); in bind_svm_c_trainer()
182 .def_property("gamma", get_gamma<T>, set_gamma<T>); in bind_svm_c_trainer()
251 .def_property("gamma", get_gamma<T>, set_gamma<T>); in bind_svm_c_trainer()
262 .def_property("gamma", get_gamma<T>, set_gamma<T>); in bind_svm_c_trainer()
/dports/biology/diamond/diamond-2.0.13/src/cluster/
H A Dmcl.h51 …void get_gamma(Eigen::SparseMatrix<float>* in, Eigen::SparseMatrix<float>* out, float r, uint32_t …
52 void get_gamma(Eigen::MatrixXf* in, Eigen::MatrixXf* out, float r);
H A Dmcl.cpp172 void MCL::get_gamma(Eigen::SparseMatrix<float>* in, Eigen::SparseMatrix<float>* out, float r, uint3… in get_gamma() function in Workflow::Cluster::MCL
221 void MCL::get_gamma(Eigen::MatrixXf* in, Eigen::MatrixXf* out, float r){ in get_gamma() function in Workflow::Cluster::MCL
241get_gamma(m, m, 1, getThreads()); // This is to get a matrix of random walks on the graph -> TODO:… in markov_process()
244 get_gamma(&msquared, &m_update, inflation, getThreads()); in markov_process()
260get_gamma(m, m, 1); // This is to get a matrix of random walks on the graph -> TODO: find out if s… in markov_process()
263 get_gamma(&msquared, &m_update, inflation); in markov_process()
/dports/math/stan/stan-2.28.2/src/test/unit/mcmc/
H A Dstepsize_adaptation_test.cpp31 EXPECT_EQ(old_gamma, adaptation.get_gamma()); in TEST()
34 EXPECT_EQ(old_gamma, adaptation.get_gamma()); in TEST()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/
H A Dlevels.hh65 float get_gamma() { return exponent; } in get_gamma() function in PF::LevelsPar
110 float gamma = opar->get_gamma(); in render()
H A Dbasic_adjustments.hh108 float get_gamma() { return exponent; } in get_gamma() function in PF::BasicAdjustmentsPar
163 float gamma = opar->get_gamma(); in render()
323 float gamma = opar->get_gamma(); in render()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/headers/
H A Dgamma.h36 inline const double &get_gamma() { in get_gamma() function
/dports/graphics/png++/png++-0.2.10/
H A Dimage.hpp456 double get_gamma() const in get_gamma() function in png::image
458 return m_info.get_gamma(); in get_gamma()
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCDrivers/DMC/
H A DDMCDriverInput.h37 double get_gamma() const { return gamma_; } in get_gamma() function
/dports/science/mdynamix/md528/cifo/src/
H A DCifCrystal.h85 double get_gamma();
H A DOutputWriter.cpp38 << '\t' << crystal.get_gamma() << endl; in createXmol()
182 &CifCrystal::get_gamma in createCar()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/src/stan/mcmc/
H A Dstepsize_adaptation.hpp50 double get_gamma() { in get_gamma() function in stan::mcmc::stepsize_adaptation
/dports/math/stan/stan-2.28.2/src/stan/mcmc/
H A Dstepsize_adaptation.hpp43 double get_gamma() const noexcept { return gamma_; } in get_gamma() function in stan::mcmc::stepsize_adaptation
/dports/graphics/aseprite/aseprite-1.2.9/third_party/loadpng/
H A Dloadpng.c28 static double get_gamma(void) in get_gamma() function
137 screen_gamma = get_gamma(); in really_load_png()
/dports/devel/allegro/allegro-4.4.3.1/addons/loadpng/
H A Dloadpng.c28 static double get_gamma(void) in get_gamma() function
137 screen_gamma = get_gamma(); in really_load_png()
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/
H A Dgamma.h72 float get_gamma()const { return (gamma_r+gamma_g+gamma_b)*0.33333333; } in get_gamma() function
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/
H A Dgamma.h72 float get_gamma()const { return (gamma_r+gamma_g+gamma_b)*0.33333333; } in get_gamma() function

1234