Home
last modified time | relevance | path

Searched defs:param_type (Results 1 – 25 of 132) sorted by relevance

123456

/third_party/boost/boost/detail/
Dcall_traits.hpp38 typedef const T& param_type; typedef
44 typedef const T param_type; typedef
50 typedef const T& param_type; typedef
56 typedef typename ct_imp2<T, sizeof(T) <= sizeof(void*)>::param_type param_type; typedef
62 typedef typename ct_imp2<T, sizeof(T) <= sizeof(void*)>::param_type param_type; typedef
68 typedef const T param_type; typedef
91 >::param_type param_type; typedef
100 typedef T& param_type; // hh removed const typedef
114 typedef T& param_type; // hh removed const typedef
122 typedef T& param_type; // hh removed const typedef
[all …]
/third_party/boost/boost/random/
Dhyperexponential_distribution.hpp226 public: class param_type class in boost::random::hyperexponential_distribution
234 public: param_type() in param_type() function in boost::random::hyperexponential_distribution::param_type
262 param_type(ProbIterT prob_first, ProbIterT prob_last, in param_type() function in boost::random::hyperexponential_distribution::param_type
294 param_type(ProbRangeT const& prob_range, in param_type() function in boost::random::hyperexponential_distribution::param_type
333 param_type(RateIterT rate_first, in param_type() function in boost::random::hyperexponential_distribution::param_type
357 param_type(RateRangeT const& rate_range) in param_type() function in boost::random::hyperexponential_distribution::param_type
384 public: param_type(std::initializer_list<RealT> l1, std::initializer_list<RealT> l2) in param_type() function in boost::random::hyperexponential_distribution::param_type
410 public: param_type(std::initializer_list<RealT> l1) in param_type() function in boost::random::hyperexponential_distribution::param_type
445 public: BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR(os, param_type, param) in BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR() argument
455 public: BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR(is, param_type, param) in BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR() argument
[all …]
Dpiecewise_constant_distribution.hpp44 class param_type { class in boost::random::piecewise_constant_distribution
53 param_type() in param_type() function in boost::random::piecewise_constant_distribution::param_type
71 param_type(IntervalIter intervals_first, IntervalIter intervals_last, in param_type() function in boost::random::piecewise_constant_distribution::param_type
101 param_type(const std::initializer_list<T>& il, F f) in param_type() function in boost::random::piecewise_constant_distribution::param_type
128 param_type(const IntervalRange& intervals_arg, in param_type() function in boost::random::piecewise_constant_distribution::param_type
149 param_type(std::size_t nw, RealType xmin, RealType xmax, F f) in param_type() function in boost::random::piecewise_constant_distribution::param_type
182 BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR(os, param_type, parm) in BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR() argument
190 BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR(is, param_type, parm) in BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR() argument
204 BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR(param_type, lhs, rhs) in BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR() argument
Dbernoulli_distribution.hpp44 class param_type class in boost::random::bernoulli_distribution
55 explicit param_type(RealType p_arg = RealType(0.5)) in param_type() function in boost::random::bernoulli_distribution::param_type
66 BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR(os, param_type, parm) in BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR() argument
73 BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR(is, param_type, parm) in BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR() argument
80 BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR(param_type, lhs, rhs) in BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR() argument
Dstudent_t_distribution.hpp43 class param_type { class in boost::random::student_t_distribution
52 explicit param_type(RealType n_arg = RealType(1.0)) in param_type() function in boost::random::student_t_distribution::param_type
60 BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR(os, param_type, parm) in BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR() argument
64 BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR(is, param_type, parm) in BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR() argument
68 BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR(param_type, lhs, rhs) in BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR() argument
Dpiecewise_linear_distribution.hpp46 class param_type { class in boost::random::piecewise_linear_distribution
55 param_type() in param_type() function in boost::random::piecewise_linear_distribution::param_type
75 param_type(IntervalIter intervals_first, IntervalIter intervals_last, in param_type() function in boost::random::piecewise_linear_distribution::param_type
105 param_type(const std::initializer_list<T>& il, F f) in param_type() function in boost::random::piecewise_linear_distribution::param_type
135 param_type(const IntervalRange& intervals_arg, in param_type() function in boost::random::piecewise_linear_distribution::param_type
158 param_type(std::size_t nw, RealType xmin, RealType xmax, F f) in param_type() function in boost::random::piecewise_linear_distribution::param_type
197 BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR(os, param_type, parm) in BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR() argument
205 BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR(is, param_type, parm) in BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR() argument
219 BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR(param_type, lhs, rhs) in BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR() argument
Dweibull_distribution.hpp39 class param_type { class in boost::random::weibull_distribution
49 explicit param_type(RealType a_arg = 1.0, RealType b_arg = 1.0) in param_type() function in boost::random::weibull_distribution::param_type
59 BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR(os, param_type, parm) in BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR() argument
63 BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR(is, param_type, parm) in BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR() argument
67 BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR(param_type, lhs, rhs) in BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR() argument
Dlaplace_distribution.hpp37 class param_type { class in boost::random::laplace_distribution
45 explicit param_type(RealType mean_arg = RealType(0.0), in param_type() function in boost::random::laplace_distribution::param_type
56 BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR(os, param_type, parm) in BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR() argument
60 BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR(is, param_type, parm) in BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR() argument
64 BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR(param_type, lhs, rhs) in BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR() argument
Dbeta_distribution.hpp37 class param_type { class in boost::random::beta_distribution
47 explicit param_type(RealType alpha_arg = RealType(1.0), in param_type() function in boost::random::beta_distribution::param_type
61 BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR(os, param_type, parm) in BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR() argument
65 BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR(is, param_type, parm) in BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR() argument
69 BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR(param_type, lhs, rhs) in BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR() argument
Dextreme_value_distribution.hpp39 class param_type { class in boost::random::extreme_value_distribution
49 explicit param_type(RealType a_arg = 1.0, RealType b_arg = 1.0) in param_type() function in boost::random::extreme_value_distribution::param_type
59 BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR(os, param_type, parm) in BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR() argument
63 BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR(is, param_type, parm) in BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR() argument
67 BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR(param_type, lhs, rhs) in BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR() argument
Dfisher_f_distribution.hpp42 class param_type { class in boost::random::fisher_f_distribution
52 explicit param_type(RealType m_arg = RealType(1.0), in param_type() function in boost::random::fisher_f_distribution::param_type
63 BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR(os, param_type, parm) in BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR() argument
67 BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR(is, param_type, parm) in BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR() argument
71 BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR(param_type, lhs, rhs) in BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR() argument
Dcauchy_distribution.hpp45 class param_type class in boost::random::cauchy_distribution
52 explicit param_type(RealType median_arg = RealType(0.0), in param_type() function in boost::random::cauchy_distribution::param_type
71 BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR(os, param_type, parm) in BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR() argument
78 BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR(is, param_type, parm) in BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR() argument
85 BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR(param_type, lhs, rhs) in BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR() argument
Dnon_central_chi_squared_distribution.hpp58 class param_type { class in boost::random::non_central_chi_squared_distribution
69 param_type(RealType k_arg = RealType(1), RealType lambda_arg = RealType(1)) in param_type() function in boost::random::non_central_chi_squared_distribution::param_type
83 BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR(os, param_type, parm) in BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR() argument
90 BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR(is, param_type, parm) in BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR() argument
97 BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR(param_type, lhs, rhs) in BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR() argument
Duniform_on_sphere.hpp46 class param_type class in boost::random::uniform_on_sphere
56 explicit param_type(int dim_arg = 2) : _dim(dim_arg) in param_type() function in boost::random::uniform_on_sphere::param_type
65 BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR(os, param_type, parm) in BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR() argument
72 BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR(is, param_type, parm) in BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR() argument
79 BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR(param_type, lhs, rhs) in BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR() argument
Dgeometric_distribution.hpp53 class param_type class in boost::random::geometric_distribution
60 explicit param_type(RealType p_arg = RealType(0.5)) in param_type() function in boost::random::geometric_distribution::param_type
70 BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR(os, param_type, parm) in BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR() argument
77 BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR(is, param_type, parm) in BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR() argument
91 BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR(param_type, lhs, rhs) in BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR() argument
Dexponential_distribution.hpp249 class param_type class in boost::random::exponential_distribution
260 param_type(RealType lambda_arg = RealType(1.0)) in param_type() function in boost::random::exponential_distribution::param_type
267 BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR(os, param_type, parm) in BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR() argument
274 BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR(is, param_type, parm) in BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR() argument
281 BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR(param_type, lhs, rhs) in BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR() argument
Dtriangle_distribution.hpp45 class param_type class in boost::random::triangle_distribution
52 explicit param_type(RealType a_arg = RealType(0.0), in param_type() function in boost::random::triangle_distribution::param_type
68 BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR(os, param_type, parm) in BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR() argument
75 BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR(is, param_type, parm) in BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR() argument
91 BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR(param_type, lhs, rhs) in BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR() argument
Duniform_smallint.hpp114 class param_type class in boost::random::uniform_smallint
121 param_type(IntType min_arg = 0, IntType max_arg = 9) in param_type() function in boost::random::uniform_smallint::param_type
134 BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR(os, param_type, parm) in BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR() argument
141 BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR(is, param_type, parm) in BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR() argument
148 BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR(param_type, lhs, rhs) in BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR() argument
/third_party/abseil-cpp/absl/random/
Ddiscrete_distribution.h60 param_type() { init(); } in param_type() function
63 explicit param_type(InputIterator begin, InputIterator end) in param_type() function
68 explicit param_type(std::initializer_list<double> weights) : p_(weights) { in param_type() function
73 explicit param_type(size_t nw, double xmin, double xmax, in param_type() function
224 using param_type = typename discrete_distribution<IntType>::param_type; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Ddiscrete_distribution.h60 param_type() { init(); } in param_type() function
63 explicit param_type(InputIterator begin, InputIterator end) in param_type() function
68 explicit param_type(std::initializer_list<double> weights) : p_(weights) { in param_type() function
73 explicit param_type(size_t nw, double xmin, double xmax, in param_type() function
224 using param_type = typename discrete_distribution<IntType>::param_type; variable
/third_party/boost/boost/iostreams/detail/
Dparam_type.hpp21 struct param_type { struct
22 typedef typename mpl::if_<is_std_io<T>, T&, const T&>::type type;
Dcall_traits.hpp21 struct param_type { struct
22 typedef typename mpl::if_<is_std_io<T>, T&, const T&>::type type;
/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dgenerate_entry_points.py604 def make_param(param_type, param_name): argument
774 def get_capture_param_type_name(param_type): argument
1166 def is_packed_enum_param_type(param_type): argument
1170 def get_gl_pointer_type(param_type): argument
1187 def get_param_type_type(param_type): argument
1195 def get_gl_param_type_type(param_type): argument
1208 def get_param_type_union_name(param_type): argument
1212 def format_param_type_union_type(param_type): argument
1216 def format_set_param_val_specialization(param_type): argument
1223 def format_init_param_value_case(param_type): argument
[all …]
/third_party/boost/boost/coroutine/detail/
Dtrampoline.hpp29 typedef typename Coro::param_type param_type; in trampoline() typedef
48 typedef typename Coro::param_type param_type; in trampoline_void() typedef
Dtrampoline_push.hpp39 typedef typename Coro::param_type param_type; in trampoline_push() typedef
58 typedef typename Coro::param_type param_type; in trampoline_push_void() typedef

123456