/third_party/flutter/skia/modules/skottie/src/effects/ |
D | HueSaturationEffect.cpp | 113 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/ |
D | logistic.hpp | 27 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()
|
D | cauchy.hpp | 155 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()
|
D | gamma.hpp | 77 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()
|
D | lognormal.hpp | 51 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()
|
D | pareto.hpp | 139 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()
|
D | inverse_gamma.hpp | 94 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()
|
D | weibull.hpp | 76 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()
|
D | inverse_gaussian.hpp | 77 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()
|
D | laplace.hpp | 45 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()
|
D | inverse_chi_squared.hpp | 54 inverse_chi_squared_distribution(RealType df, RealType l_scale) : m_df(df), m_scale (l_scale) in inverse_chi_squared_distribution() argument
|
D | skew_normal.hpp | 61 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/ |
D | colorfilters.cpp | 170 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/ |
D | colorfilters.cpp | 168 l_scale = 1 - std::abs(l); in make_filter() local 173 0, 0, l_scale, 0, l_bias, in make_filter()
|