Home
last modified time | relevance | path

Searched refs:l_scale (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/modules/skottie/src/effects/
DHueSaturationEffect.cpp113 l_scale = 1 - std::abs(l); in makeColorFilter() local
118 0, 0, l_scale, 0, l_bias, in makeColorFilter()
/third_party/boost/boost/math/distributions/
Dlogistic.hpp27 logistic_distribution(RealType l_location=0, RealType l_scale=1) // Constructor. in logistic_distribution() argument
28 : m_location(l_location), m_scale(l_scale) in logistic_distribution()
33 detail::check_scale(function, l_scale, &result, Policy()); in logistic_distribution()
Dcauchy.hpp155 cauchy_distribution(RealType l_location = 0, RealType l_scale = 1) in cauchy_distribution() argument
156 : m_a(l_location), m_hg(l_scale) in cauchy_distribution()
161 detail::check_scale(function, l_scale, &result, Policy()); in cauchy_distribution()
Dgamma.hpp77 gamma_distribution(RealType l_shape, RealType l_scale = 1) in gamma_distribution() argument
78 : m_shape(l_shape), m_scale(l_scale) in gamma_distribution()
81 …detail::check_gamma("boost::math::gamma_distribution<%1%>::gamma_distribution", l_scale, l_shape, … in gamma_distribution()
Dlognormal.hpp51 lognormal_distribution(RealType l_location = 0, RealType l_scale = 1) in lognormal_distribution() argument
52 : m_location(l_location), m_scale(l_scale) in lognormal_distribution()
55 …cale("boost::math::lognormal_distribution<%1%>::lognormal_distribution", l_scale, &result, Policy(… in lognormal_distribution()
Dpareto.hpp139 pareto_distribution(RealType l_scale = 1, RealType l_shape = 1) in pareto_distribution() argument
140 : m_scale(l_scale), m_shape(l_shape) in pareto_distribution()
143 …detail::check_pareto("boost::math::pareto_distribution<%1%>::pareto_distribution", l_scale, l_shap… in pareto_distribution()
Dinverse_gamma.hpp94 inverse_gamma_distribution(RealType l_shape = 1, RealType l_scale = 1) in inverse_gamma_distribution() argument
95 : m_shape(l_shape), m_scale(l_scale) in inverse_gamma_distribution()
100 l_scale, l_shape, &result, Policy()); in inverse_gamma_distribution()
Dweibull.hpp76 weibull_distribution(RealType l_shape, RealType l_scale = 1) in weibull_distribution() argument
77 : m_shape(l_shape), m_scale(l_scale) in weibull_distribution()
80 …detail::check_weibull("boost::math::weibull_distribution<%1%>::weibull_distribution", l_scale, l_s… in weibull_distribution()
Dinverse_gaussian.hpp77 inverse_gaussian_distribution(RealType l_mean = 1, RealType l_scale = 1) in inverse_gaussian_distribution() argument
78 : m_mean(l_mean), m_scale(l_scale) in inverse_gaussian_distribution()
83 detail::check_scale(function, l_scale, &result, Policy()); in inverse_gaussian_distribution()
Dlaplace.hpp45 laplace_distribution(RealType l_location = 0, RealType l_scale = 1) in laplace_distribution() argument
46 : m_location(l_location), m_scale(l_scale) in laplace_distribution()
Dinverse_chi_squared.hpp54 inverse_chi_squared_distribution(RealType df, RealType l_scale) : m_df(df), m_scale (l_scale) in inverse_chi_squared_distribution() argument
Dskew_normal.hpp61 skew_normal_distribution(RealType l_location = 0, RealType l_scale = 1, RealType l_shape = 0) in skew_normal_distribution() argument
62 : location_(l_location), scale_(l_scale), shape_(l_shape) in skew_normal_distribution()
67 detail::check_scale(function, l_scale, &result, Policy()); in skew_normal_distribution()
/third_party/flutter/skia/gm/
Dcolorfilters.cpp170 l_scale = 1 - std::abs(l); in make_filter() local
175 0, 0, l_scale, 0, l_bias, in make_filter()
/third_party/skia/gm/
Dcolorfilters.cpp168 l_scale = 1 - std::abs(l); in make_filter() local
173 0, 0, l_scale, 0, l_bias, in make_filter()