Home
last modified time | relevance | path

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

/dports/devel/boost-docs/boost_1_72_0/boost/math/special_functions/
H A Dhypergeometric_1F1.hpp595 static const thread_local T max_scale_factor = exp(T(max_scaling)); in hypergeometric_1F1_imp() local
598 T max_scale_factor = exp(T(max_scaling)); in hypergeometric_1F1_imp() local
603 result *= max_scale_factor; in hypergeometric_1F1_imp()
608 result /= max_scale_factor; in hypergeometric_1F1_imp()
641 static const thread_local T max_scale_factor = exp(max_scaling); in hypergeometric_1F1_regularized_imp() local
644 T max_scale_factor = exp(max_scaling); in hypergeometric_1F1_regularized_imp() local
649 result *= max_scale_factor; in hypergeometric_1F1_regularized_imp()
654 result /= max_scale_factor; in hypergeometric_1F1_regularized_imp()
/dports/devel/hyperscan/boost_1_75_0/boost/math/special_functions/
H A Dhypergeometric_1F1.hpp595 static const thread_local T max_scale_factor = exp(T(max_scaling)); in hypergeometric_1F1_imp() local
598 T max_scale_factor = exp(T(max_scaling)); in hypergeometric_1F1_imp() local
603 result *= max_scale_factor; in hypergeometric_1F1_imp()
608 result /= max_scale_factor; in hypergeometric_1F1_imp()
641 static const thread_local T max_scale_factor = exp(max_scaling); in hypergeometric_1F1_regularized_imp() local
644 T max_scale_factor = exp(max_scaling); in hypergeometric_1F1_regularized_imp() local
649 result *= max_scale_factor; in hypergeometric_1F1_regularized_imp()
654 result /= max_scale_factor; in hypergeometric_1F1_regularized_imp()
/dports/devel/boost-python-libs/boost_1_72_0/boost/math/special_functions/
H A Dhypergeometric_1F1.hpp595 static const thread_local T max_scale_factor = exp(T(max_scaling)); in hypergeometric_1F1_imp() local
598 T max_scale_factor = exp(T(max_scaling)); in hypergeometric_1F1_imp() local
603 result *= max_scale_factor; in hypergeometric_1F1_imp()
608 result /= max_scale_factor; in hypergeometric_1F1_imp()
641 static const thread_local T max_scale_factor = exp(max_scaling); in hypergeometric_1F1_regularized_imp() local
644 T max_scale_factor = exp(max_scaling); in hypergeometric_1F1_regularized_imp() local
649 result *= max_scale_factor; in hypergeometric_1F1_regularized_imp()
654 result /= max_scale_factor; in hypergeometric_1F1_regularized_imp()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/math/special_functions/
H A Dhypergeometric_1F1.hpp595 static const thread_local T max_scale_factor = exp(T(max_scaling)); in hypergeometric_1F1_imp() local
598 T max_scale_factor = exp(T(max_scaling)); in hypergeometric_1F1_imp() local
603 result *= max_scale_factor; in hypergeometric_1F1_imp()
608 result /= max_scale_factor; in hypergeometric_1F1_imp()
641 static const thread_local T max_scale_factor = exp(max_scaling); in hypergeometric_1F1_regularized_imp() local
644 T max_scale_factor = exp(max_scaling); in hypergeometric_1F1_regularized_imp() local
649 result *= max_scale_factor; in hypergeometric_1F1_regularized_imp()
654 result /= max_scale_factor; in hypergeometric_1F1_regularized_imp()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/math/special_functions/
H A Dhypergeometric_1F1.hpp595 static const thread_local T max_scale_factor = exp(T(max_scaling)); in hypergeometric_1F0_imp()
598 T max_scale_factor = exp(T(max_scaling)); in hypergeometric_1F0_imp()
603 result *= max_scale_factor; in hypergeometric_1F0_imp()
608 result /= max_scale_factor; in hypergeometric_1F0_imp()
641 static const thread_local T max_scale_factor = exp(max_scaling); in hypergeometric_1F0_imp()
644 T max_scale_factor = exp(max_scaling); in hypergeometric_1F0_imp()
649 result *= max_scale_factor; in hypergeometric_1F0_imp()
654 result /= max_scale_factor; in hypergeometric_1F0_imp()
/dports/devel/boost-libs/boost_1_72_0/boost/math/special_functions/
H A Dhypergeometric_1F1.hpp595 static const thread_local T max_scale_factor = exp(T(max_scaling)); in hypergeometric_1F1_imp() local
598 T max_scale_factor = exp(T(max_scaling)); in hypergeometric_1F1_imp() local
603 result *= max_scale_factor; in hypergeometric_1F1_imp()
608 result /= max_scale_factor; in hypergeometric_1F1_imp()
641 static const thread_local T max_scale_factor = exp(max_scaling); in hypergeometric_1F1_regularized_imp() local
644 T max_scale_factor = exp(max_scaling); in hypergeometric_1F1_regularized_imp() local
649 result *= max_scale_factor; in hypergeometric_1F1_regularized_imp()
654 result /= max_scale_factor; in hypergeometric_1F1_regularized_imp()
/dports/devel/R-cran-BH/BH/inst/include/boost/math/special_functions/
H A Dhypergeometric_1F1.hpp589 static const thread_local T max_scale_factor = exp(T(max_scaling)); in hypergeometric_1F1_imp() local
593 result *= max_scale_factor; in hypergeometric_1F1_imp()
598 result /= max_scale_factor; in hypergeometric_1F1_imp()
631 static const thread_local T max_scale_factor = exp(max_scaling); in hypergeometric_1F1_regularized_imp() local
635 result *= max_scale_factor; in hypergeometric_1F1_regularized_imp()
640 result /= max_scale_factor; in hypergeometric_1F1_regularized_imp()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/tracking/src/
H A DtrackerCSRTScaleEstimation.cpp96 max_scale_factor = powf(scale_step, in DSST()
206 else if(current_scale_factor > max_scale_factor) in getScale()
207 current_scale_factor = max_scale_factor; in getScale()
H A DtrackerCSRTScaleEstimation.hpp32 float max_scale_factor; member in cv::DSST
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/appservice/
H A D_validators.py146 max_scale_factor = 15
149 if scale_factor < min_scale_factor or scale_factor > max_scale_factor:
150 … raise CLIError(scale_error_text.format(scale_factor, min_scale_factor, max_scale_factor))
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/utils/converter/
H A Dfancy_tools.cxx96 float max_scale_factor = r_float_safe(m_ini, section, "max_scale_factor", 1.0); in fix_details() local
111 dm->max_scale() *= max_scale_factor; in fix_details()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/display/manager/
H A Ddisplay_change_observer_unittest.cc253 float max_scale_factor = kDsf_2_666; in TEST_P() local
257 EXPECT_EQ(max_scale_factor, in TEST_P()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dwmaprodec.c147 …int max_scale_factor; ///< maximum scale factor for the current subfra… member
984 s->channel[c].max_scale_factor = s->channel[c].scale_factors[0]; in decode_scale_factors()
986 s->channel[c].max_scale_factor = in decode_scale_factors()
987 FFMAX(s->channel[c].max_scale_factor, *sf); in decode_scale_factors()
1287 (s->channel[c].max_scale_factor - *sf++) * in decode_subframe()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dwmaprodec.c147 …int max_scale_factor; ///< maximum scale factor for the current subfra… member
984 s->channel[c].max_scale_factor = s->channel[c].scale_factors[0]; in decode_scale_factors()
986 s->channel[c].max_scale_factor = in decode_scale_factors()
987 FFMAX(s->channel[c].max_scale_factor, *sf); in decode_scale_factors()
1287 (s->channel[c].max_scale_factor - *sf++) * in decode_subframe()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/display/manager/
H A Ddisplay_change_observer_unittest.cc278 float max_scale_factor = kDsf_2_666; in TEST_P() local
284 EXPECT_EQ(max_scale_factor, DisplayChangeObserver::FindDeviceScaleFactor( in TEST_P()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dwmaprodec.c151 …int max_scale_factor; ///< maximum scale factor for the current subfra… member
1081 s->channel[c].max_scale_factor = s->channel[c].scale_factors[0]; in decode_scale_factors()
1083 s->channel[c].max_scale_factor = in decode_scale_factors()
1084 FFMAX(s->channel[c].max_scale_factor, *sf); in decode_scale_factors()
1384 (s->channel[c].max_scale_factor - *sf++) * in decode_subframe()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dwmaprodec.c153 …int max_scale_factor; ///< maximum scale factor for the current subfra… member
1084 s->channel[c].max_scale_factor = s->channel[c].scale_factors[0]; in decode_scale_factors()
1086 s->channel[c].max_scale_factor = in decode_scale_factors()
1087 FFMAX(s->channel[c].max_scale_factor, *sf); in decode_scale_factors()
1387 (s->channel[c].max_scale_factor - *sf++) * in decode_subframe()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dwmaprodec.c153 …int max_scale_factor; ///< maximum scale factor for the current subfra… member
1087 s->channel[c].max_scale_factor = s->channel[c].scale_factors[0]; in decode_scale_factors()
1089 s->channel[c].max_scale_factor = in decode_scale_factors()
1090 FFMAX(s->channel[c].max_scale_factor, *sf); in decode_scale_factors()
1390 (s->channel[c].max_scale_factor - *sf++) * in decode_subframe()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dwmaprodec.c151 …int max_scale_factor; ///< maximum scale factor for the current subfra… member
1082 s->channel[c].max_scale_factor = s->channel[c].scale_factors[0]; in decode_scale_factors()
1084 s->channel[c].max_scale_factor = in decode_scale_factors()
1085 FFMAX(s->channel[c].max_scale_factor, *sf); in decode_scale_factors()
1385 (s->channel[c].max_scale_factor - *sf++) * in decode_subframe()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dwmaprodec.c151 …int max_scale_factor; ///< maximum scale factor for the current subfra… member
1082 s->channel[c].max_scale_factor = s->channel[c].scale_factors[0]; in decode_scale_factors()
1084 s->channel[c].max_scale_factor = in decode_scale_factors()
1085 FFMAX(s->channel[c].max_scale_factor, *sf); in decode_scale_factors()
1385 (s->channel[c].max_scale_factor - *sf++) * in decode_subframe()
/dports/x11-wm/wayfire/wayfire-0.7.0/plugins/scale/
H A Dscale.cpp99 const double max_scale_factor = 1.0; member in wayfire_scale
981 return std::min(scale, max_scale_factor); in layout_slots()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/testing/
H A Dinternals.h393 float max_scale_factor,
H A Dinternals.cc2425 float max_scale_factor, in setPageScaleFactorLimits() argument
2435 page->SetDefaultPageScaleLimits(min_scale_factor, max_scale_factor); in setPageScaleFactorLimits()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/testing/
H A Dinternals.h399 float max_scale_factor,
H A Dinternals.cc2364 float max_scale_factor, in setPageScaleFactorLimits() argument
2374 page->SetDefaultPageScaleLimits(min_scale_factor, max_scale_factor); in setPageScaleFactorLimits()