Home
last modified time | relevance | path

Searched refs:log_ratio (Results 1 – 25 of 34) sorted by relevance

12

/dports/www/firefox/firefox-99.0/third_party/rust/glean-core/src/histogram/
H A Dexponential.rs41 let log_ratio = (log_max - log_current) / (bucket_count - i) as f64; in exponential_range() localVariable
42 let log_next = log_current + log_ratio; in exponential_range()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glean-core/src/histogram/
H A Dexponential.rs41 let log_ratio = (log_max - log_current) / (bucket_count - i) as f64; in exponential_range() localVariable
42 let log_next = log_current + log_ratio; in exponential_range()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glean-core/src/histogram/
H A Dexponential.rs41 let log_ratio = (log_max - log_current) / (bucket_count - i) as f64; in exponential_range() localVariable
42 let log_next = log_current + log_ratio; in exponential_range()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glean-core/src/histogram/
H A Dexponential.rs41 let log_ratio = (log_max - log_current) / (bucket_count - i) as f64; in exponential_range() localVariable
42 let log_next = log_current + log_ratio; in exponential_range()
/dports/math/py-pytorchvideo/pytorchvideo-0.1.3/pytorchvideo/transforms/
H A Dfunctional.py487 log_ratio = (math.log(ratio[0]), math.log(ratio[1]))
489 log_ratio[0] + torch.rand(1).item() * (log_ratio[1] - log_ratio[0])
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/test/
H A Ddakota_logratio_verify.in40 analysis_driver = 'log_ratio'
H A Ddakota_logratio_pce.in35 analysis_driver = 'log_ratio'
H A Ddakota_logratio_taylor2.in47 analysis_driver = 'log_ratio'
H A Ddakota_logratio.in70 analysis_drivers = 'log_ratio'
/dports/graphics/geomorph/geomorph-0.60.1/src/hf/
H A Dhf_calc.c38 m_x = LEFT_SHIFT(max_x,log_ratio); in pow2_scale_grid()
39 m_y = LEFT_SHIFT(max_y,log_ratio); in pow2_scale_grid()
44 indx = RIGHT_SHIFT(i,log_ratio) + in pow2_scale_grid()
45 RIGHT_SHIFT(j,log_ratio)*max_x; in pow2_scale_grid()
145 m_x = LEFT_SHIFT(max_x,log_ratio); in pow2_scale_uchar_grid_with_mask()
146 m_y = LEFT_SHIFT(max_y,log_ratio); in pow2_scale_uchar_grid_with_mask()
151 indx = RIGHT_SHIFT(i,log_ratio) + in pow2_scale_uchar_grid_with_mask()
152 RIGHT_SHIFT(j,log_ratio)*max_x; in pow2_scale_uchar_grid_with_mask()
205 max_x = LEFT_SHIFT(hf->max_x,log_ratio); in hf_scale()
206 max_y = LEFT_SHIFT(hf->max_y,log_ratio); in hf_scale()
[all …]
H A Dhf_calc.h430 void pow2_scale_grid (gpointer in, gpointer out, gint max_x, gint max_y, gint log_ratio, gint data_…
432 …ith_mask (gpointer in, unsigned char *out, gint max_x, gint max_y, gint log_ratio, gint data_type_…
434 hf_struct_type * hf_scale (hf_struct_type *hf_in, gint log_ratio);
/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/stats/
H A Dcomposition.py1207 log_ratio = np.zeros((c, c))
1219 log_ratio[i, i+1:] = np.squeeze(np.array(p.T))
1220 return log_ratio
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DTestDriverInterface.hpp58 int log_ratio(); ///< the log_ratio UQ test function
/dports/graphics/opencv/opencv-4.5.3/modules/ml/src/
H A Dboost.cpp48 log_ratio( double val ) in log_ratio() function
182 node->value = 0.5*log_ratio(p); in calcValue()
242 C = -log_ratio( err ); in updateWeightsAndTrim()
/dports/science/qmcpack/qmcpack-3.11.0/src/Numerics/
H A DOneDimGridBase.h210 double log_ratio = std::log(ratio); in set() local
211 double dlog_ratio = log_ratio / static_cast<double>(n - 1); in set()
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/LCAO/
H A DMultiQuinticSpline1D.h48 double log_ratio = std::log(ratio); in set() local
49 double dlog_ratio = log_ratio / static_cast<double>(n - 1); in set()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/telemetry/
H A Dhistogram_tools.py62 log_ratio = (log_max - log_current) / (n_buckets - bucket_index)
63 log_next = log_current + log_ratio
/dports/math/R-cran-MCMCpack/MCMCpack/src/
H A DMCMCfcds.h273 double log_ratio = log_g0+std::log(1.0-pi0)-log_g1-std::log(pi0); in QR_SSVS_covariate_trials_draw_absent() local
274 double success_prob = 1.0/(1.0+std::exp(log_ratio)); in QR_SSVS_covariate_trials_draw_absent()
344 double log_ratio = log_g0+std::log(1.0-pi0)-log_g1-std::log(pi0); in QR_SSVS_covariate_trials_draw_present() local
345 double success_prob = 1.0/(1.0+std::exp(log_ratio)); in QR_SSVS_covariate_trials_draw_present()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/telemetry/
H A Dparse_histograms.py80 log_ratio = (log_max - log_current) / (n_buckets - bucket_index)
81 log_next = log_current + log_ratio
/dports/graphics/libfpx/libfpx-1.3.1-10/fpx/
H A Dfilter.cpp83 const double log_ratio = 1.097610796626; // log(2.14)/log(2.0) variable
183 double rescale = 0.94 * pow((double)FiltP.height_p/RESCALE_MTF_HEIGHT,log_ratio) + 0.06; in ApplyFilter()
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/chromium/src/base/
H A Dhistogram.cc389 double log_ratio;
398 log_ratio = (log_max - log_current) / (bucket_count() - bucket_index);
400 log_next = log_current + log_ratio;
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/telemetry/build_scripts/mozparsers/
H A Dparse_histograms.py91 log_ratio = (log_max - log_current) / (n_buckets - bucket_index)
92 log_next = log_current + log_ratio
/dports/www/firefox/firefox-99.0/toolkit/components/telemetry/build_scripts/mozparsers/
H A Dparse_histograms.py93 log_ratio = (log_max - log_current) / (n_buckets - bucket_index)
94 log_next = log_current + log_ratio
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/telemetry/build_scripts/mozparsers/
H A Dparse_histograms.py93 log_ratio = (log_max - log_current) / (n_buckets - bucket_index)
94 log_next = log_current + log_ratio
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/telemetry/build_scripts/mozparsers/
H A Dparse_histograms.py93 log_ratio = (log_max - log_current) / (n_buckets - bucket_index)
94 log_next = log_current + log_ratio

12