Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/libcxx/include/
H A Drandom453 class param_type
516 class param_type
576 class param_type
634 class param_type
694 class param_type
752 class param_type
812 class param_type
870 class param_type
928 class param_type
988 class param_type
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dbernoulli_distribution.h31 class _LIBCPP_TEMPLATE_VIS param_type {
37 _LIBCPP_HIDE_FROM_ABI explicit param_type(double __p = 0.5) : __p_(__p) {} in __p_()
41 friend _LIBCPP_HIDE_FROM_ABI bool operator==(const param_type& __x, const param_type& __y) {
44 …friend _LIBCPP_HIDE_FROM_ABI bool operator!=(const param_type& __x, const param_type& __y) { retur…
48 param_type __p_;
58 _LIBCPP_HIDE_FROM_ABI explicit bernoulli_distribution(const param_type& __p) : __p_(__p) {} in bernoulli_distribution()
67 _LIBCPP_HIDE_FROM_ABI result_type operator()(_URNG& __g, const param_type& __p);
72 _LIBCPP_HIDE_FROM_ABI param_type param() const { return __p_; } in param()
73 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
108 typedef typename _Eng::param_type param_type; typedef
[all …]
H A Dchi_squared_distribution.h36 class _LIBCPP_TEMPLATE_VIS param_type {
42 _LIBCPP_HIDE_FROM_ABI explicit param_type(result_type __n = 1) : __n_(__n) {} in __n_()
46 friend _LIBCPP_HIDE_FROM_ABI bool operator==(const param_type& __x, const param_type& __y) {
49 …friend _LIBCPP_HIDE_FROM_ABI bool operator!=(const param_type& __x, const param_type& __y) { retur…
53 param_type __p_;
63 _LIBCPP_HIDE_FROM_ABI explicit chi_squared_distribution(const param_type& __p) : __p_(__p) {} in chi_squared_distribution()
72 _LIBCPP_HIDE_FROM_ABI result_type operator()(_URNG& __g, const param_type& __p) { in operator()
79 _LIBCPP_HIDE_FROM_ABI param_type param() const { return __p_; } in param()
80 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
110 typedef typename _Eng::param_type param_type; typedef
[all …]
H A Dexponential_distribution.h38 class _LIBCPP_TEMPLATE_VIS param_type {
44 _LIBCPP_HIDE_FROM_ABI explicit param_type(result_type __lambda = 1) : __lambda_(__lambda) {} in __lambda_()
48 friend _LIBCPP_HIDE_FROM_ABI bool operator==(const param_type& __x, const param_type& __y) {
51 …friend _LIBCPP_HIDE_FROM_ABI bool operator!=(const param_type& __x, const param_type& __y) { retur…
55 param_type __p_;
65 _LIBCPP_HIDE_FROM_ABI explicit exponential_distribution(const param_type& __p) : __p_(__p) {} in exponential_distribution()
74 _LIBCPP_HIDE_FROM_ABI result_type operator()(_URNG& __g, const param_type& __p);
79 _LIBCPP_HIDE_FROM_ABI param_type param() const { return __p_; } in param()
80 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
117 typedef typename _Eng::param_type param_type; typedef
[all …]
H A Dstudent_t_distribution.h38 class _LIBCPP_TEMPLATE_VIS param_type {
44 _LIBCPP_HIDE_FROM_ABI explicit param_type(result_type __n = 1) : __n_(__n) {} in __n_()
48 friend _LIBCPP_HIDE_FROM_ABI bool operator==(const param_type& __x, const param_type& __y) {
51 …friend _LIBCPP_HIDE_FROM_ABI bool operator!=(const param_type& __x, const param_type& __y) { retur…
55 param_type __p_;
66 _LIBCPP_HIDE_FROM_ABI explicit student_t_distribution(const param_type& __p) : __p_(__p) {} in student_t_distribution()
75 _LIBCPP_HIDE_FROM_ABI result_type operator()(_URNG& __g, const param_type& __p);
80 _LIBCPP_HIDE_FROM_ABI param_type param() const { return __p_; } in param()
81 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
117 typedef typename _Eng::param_type param_type; typedef
[all …]
H A Dextreme_value_distribution.h37 class _LIBCPP_TEMPLATE_VIS param_type {
49 friend _LIBCPP_HIDE_FROM_ABI bool operator==(const param_type& __x, const param_type& __y) {
52 …friend _LIBCPP_HIDE_FROM_ABI bool operator!=(const param_type& __x, const param_type& __y) { retur…
56 param_type __p_;
63 : __p_(param_type(__a, __b)) {} in __p_()
66 : __p_(param_type(__a, __b)) {}
77 _LIBCPP_HIDE_FROM_ABI result_type operator()(_URNG& __g, const param_type& __p);
83 _LIBCPP_HIDE_FROM_ABI param_type param() const { return __p_; } in param()
84 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
123 typedef typename _Eng::param_type param_type; typedef
[all …]
H A Dfisher_f_distribution.h36 class _LIBCPP_TEMPLATE_VIS param_type {
48 friend _LIBCPP_HIDE_FROM_ABI bool operator==(const param_type& __x, const param_type& __y) {
51 …friend _LIBCPP_HIDE_FROM_ABI bool operator!=(const param_type& __x, const param_type& __y) { retur…
55 param_type __p_;
62 : __p_(param_type(__m, __n)) {} in __p_()
65 : __p_(param_type(__m, __n)) {}
76 _LIBCPP_HIDE_FROM_ABI result_type operator()(_URNG& __g, const param_type& __p);
82 _LIBCPP_HIDE_FROM_ABI param_type param() const { return __p_; } in param()
83 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
122 typedef typename _Eng::param_type param_type; typedef
[all …]
H A Duniform_real_distribution.h36 class _LIBCPP_TEMPLATE_VIS param_type {
48 friend _LIBCPP_HIDE_FROM_ABI bool operator==(const param_type& __x, const param_type& __y) {
51 …friend _LIBCPP_HIDE_FROM_ABI bool operator!=(const param_type& __x, const param_type& __y) { retur…
55 param_type __p_;
62 : __p_(param_type(__a, __b)) {} in __p_()
65 : __p_(param_type(__a, __b)) {}
76 _LIBCPP_HIDE_FROM_ABI result_type operator()(_URNG& __g, const param_type& __p);
82 _LIBCPP_HIDE_FROM_ABI param_type param() const { return __p_; } in param()
83 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
122 typedef typename _Eng::param_type param_type; typedef
[all …]
H A Dcauchy_distribution.h37 class _LIBCPP_TEMPLATE_VIS param_type {
49 friend _LIBCPP_HIDE_FROM_ABI bool operator==(const param_type& __x, const param_type& __y) {
52 …friend _LIBCPP_HIDE_FROM_ABI bool operator!=(const param_type& __x, const param_type& __y) { retur…
56 param_type __p_;
63 : __p_(param_type(__a, __b)) {} in __p_()
66 : __p_(param_type(__a, __b)) {}
77 _LIBCPP_HIDE_FROM_ABI result_type operator()(_URNG& __g, const param_type& __p);
83 _LIBCPP_HIDE_FROM_ABI param_type param() const { return __p_; } in param()
84 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
123 typedef typename _Eng::param_type param_type; typedef
[all …]
H A Dweibull_distribution.h37 class _LIBCPP_TEMPLATE_VIS param_type {
49 friend _LIBCPP_HIDE_FROM_ABI bool operator==(const param_type& __x, const param_type& __y) {
52 …friend _LIBCPP_HIDE_FROM_ABI bool operator!=(const param_type& __x, const param_type& __y) { retur…
56 param_type __p_;
63 : __p_(param_type(__a, __b)) {} in __p_()
66 : __p_(param_type(__a, __b)) {}
77 _LIBCPP_HIDE_FROM_ABI result_type operator()(_URNG& __g, const param_type& __p) { in operator()
85 _LIBCPP_HIDE_FROM_ABI param_type param() const { return __p_; } in param()
86 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
116 typedef typename _Eng::param_type param_type; typedef
[all …]
H A Dpiecewise_constant_distribution.h38 class _LIBCPP_TEMPLATE_VIS param_type {
46 _LIBCPP_HIDE_FROM_ABI param_type();
55 _LIBCPP_HIDE_FROM_ABI param_type(param_type const&) = default;
56 _LIBCPP_HIDE_FROM_ABI param_type& operator=(const param_type& __rhs);
61 friend _LIBCPP_HIDE_FROM_ABI bool operator==(const param_type& __x, const param_type& __y) {
64 …friend _LIBCPP_HIDE_FROM_ABI bool operator!=(const param_type& __x, const param_type& __y) { retur…
81 param_type __p_;
144 piecewise_constant_distribution<_RealType>::param_type::operator=(const param_type& __rhs) {
180 piecewise_constant_distribution<_RealType>::param_type::param_type( in param_type() function
201 piecewise_constant_distribution<_RealType>::param_type::param_type( in param_type() function
[all …]
H A Dbinomial_distribution.h35 class _LIBCPP_TEMPLATE_VIS param_type {
50 friend _LIBCPP_HIDE_FROM_ABI bool operator==(const param_type& __x, const param_type& __y) {
53 …friend _LIBCPP_HIDE_FROM_ABI bool operator!=(const param_type& __x, const param_type& __y) { retur…
59 param_type __p_;
66 : __p_(param_type(__t, __p)) {} in __p_()
69 : __p_(param_type(__t, __p)) {}
86 _LIBCPP_HIDE_FROM_ABI param_type param() const { return __p_; } in param()
87 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
114 binomial_distribution<_IntType>::param_type::param_type(result_type __t, double __p) : __t_(__t), _… in param_type() function
182 typedef typename _Eng::param_type param_type; typedef
[all …]
H A Dgeometric_distribution.h35 class _LIBCPP_TEMPLATE_VIS param_type {
41 _LIBCPP_HIDE_FROM_ABI explicit param_type(double __p = 0.5) : __p_(__p) {} in __p_()
45 friend _LIBCPP_HIDE_FROM_ABI bool operator==(const param_type& __x, const param_type& __y) {
48 …friend _LIBCPP_HIDE_FROM_ABI bool operator!=(const param_type& __x, const param_type& __y) { retur…
52 param_type __p_;
62 _LIBCPP_HIDE_FROM_ABI explicit geometric_distribution(const param_type& __p) : __p_(__p) {} in geometric_distribution()
71 _LIBCPP_HIDE_FROM_ABI result_type operator()(_URNG& __g, const param_type& __p) { in operator()
78 _LIBCPP_HIDE_FROM_ABI param_type param() const { return __p_; } in param()
79 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
105 typedef typename _Eng::param_type param_type; typedef
[all …]
H A Dpiecewise_linear_distribution.h38 class _LIBCPP_TEMPLATE_VIS param_type {
46 _LIBCPP_HIDE_FROM_ABI param_type();
55 _LIBCPP_HIDE_FROM_ABI param_type(param_type const&) = default;
56 _LIBCPP_HIDE_FROM_ABI param_type& operator=(const param_type& __rhs);
61 friend _LIBCPP_HIDE_FROM_ABI bool operator==(const param_type& __x, const param_type& __y) {
64 …friend _LIBCPP_HIDE_FROM_ABI bool operator!=(const param_type& __x, const param_type& __y) { retur…
81 param_type __p_;
144 piecewise_linear_distribution<_RealType>::param_type::operator=(const param_type& __rhs) {
183 piecewise_linear_distribution<_RealType>::param_type::param_type( in param_type() function
204 piecewise_linear_distribution<_RealType>::param_type::param_type( in param_type() function
[all …]
H A Dnegative_binomial_distribution.h37 class _LIBCPP_TEMPLATE_VIS param_type {
49 friend _LIBCPP_HIDE_FROM_ABI bool operator==(const param_type& __x, const param_type& __y) {
52 …friend _LIBCPP_HIDE_FROM_ABI bool operator!=(const param_type& __x, const param_type& __y) { retur…
56 param_type __p_;
67 …_LIBCPP_HIDE_FROM_ABI explicit negative_binomial_distribution(const param_type& __p) : __p_(__p) {} in negative_binomial_distribution()
76 _LIBCPP_HIDE_FROM_ABI result_type operator()(_URNG& __g, const param_type& __p);
82 _LIBCPP_HIDE_FROM_ABI param_type param() const { return __p_; } in param()
83 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
100 _IntType negative_binomial_distribution<_IntType>::operator()(_URNG& __urng, const param_type& __pr… in operator()
140 typedef typename _Eng::param_type param_type; typedef
[all …]
H A Dgamma_distribution.h38 class _LIBCPP_TEMPLATE_VIS param_type {
51 friend _LIBCPP_HIDE_FROM_ABI bool operator==(const param_type& __x, const param_type& __y) {
54 …friend _LIBCPP_HIDE_FROM_ABI bool operator!=(const param_type& __x, const param_type& __y) { retur…
58 param_type __p_;
65 : __p_(param_type(__alpha, __beta)) {} in __p_()
68 : __p_(param_type(__alpha, __beta)) {}
79 _LIBCPP_HIDE_FROM_ABI result_type operator()(_URNG& __g, const param_type& __p);
85 _LIBCPP_HIDE_FROM_ABI param_type param() const { return __p_; } in param()
86 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
165 typedef typename _Eng::param_type param_type; typedef
[all …]
H A Dlognormal_distribution.h37 class _LIBCPP_TEMPLATE_VIS param_type {
44 …_LIBCPP_HIDE_FROM_ABI explicit param_type(result_type __m = 0, result_type __s = 1) : __m_(__m), _… in __m_()
49 friend _LIBCPP_HIDE_FROM_ABI bool operator==(const param_type& __x, const param_type& __y) {
52 …friend _LIBCPP_HIDE_FROM_ABI bool operator!=(const param_type& __x, const param_type& __y) { retur…
66 …_LIBCPP_HIDE_FROM_ABI explicit lognormal_distribution(const param_type& __p) : __nd_(__p.m(), __p.… in lognormal_distribution()
76 _LIBCPP_HIDE_FROM_ABI result_type operator()(_URNG& __g, const param_type& __p) { in operator()
77 typename normal_distribution<result_type>::param_type __pn(__p.m(), __p.s()); in operator()
85 …_LIBCPP_HIDE_FROM_ABI param_type param() const { return param_type(__nd_.mean(), __nd_.stddev()); } in param()
86 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { in param()
87 typename normal_distribution<result_type>::param_type __pn(__p.m(), __p.s()); in param()
H A Dnormal_distribution.h37 class _LIBCPP_TEMPLATE_VIS param_type {
50 friend _LIBCPP_HIDE_FROM_ABI bool operator==(const param_type& __x, const param_type& __y) {
53 …friend _LIBCPP_HIDE_FROM_ABI bool operator!=(const param_type& __x, const param_type& __y) { retur…
57 param_type __p_;
66 : __p_(param_type(__mean, __stddev)), __v_hot_(false) {} in __p_()
69 : __p_(param_type(__mean, __stddev)), __v_hot_(false) {}
80 _LIBCPP_HIDE_FROM_ABI result_type operator()(_URNG& __g, const param_type& __p);
86 _LIBCPP_HIDE_FROM_ABI param_type param() const { return __p_; } in param()
87 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
153 typedef typename _Eng::param_type param_type; typedef
[all …]
H A Ddiscrete_distribution.h38 class _LIBCPP_TEMPLATE_VIS param_type {
44 _LIBCPP_HIDE_FROM_ABI param_type() {} in param_type() function
57 friend _LIBCPP_HIDE_FROM_ABI bool operator==(const param_type& __x, const param_type& __y) {
60 …friend _LIBCPP_HIDE_FROM_ABI bool operator!=(const param_type& __x, const param_type& __y) { retur…
77 param_type __p_;
99 _LIBCPP_HIDE_FROM_ABI result_type operator()(_URNG& __g, const param_type& __p);
104 _LIBCPP_HIDE_FROM_ABI param_type param() const { return __p_; } in param()
105 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
128 discrete_distribution<_IntType>::param_type::param_type( in param_type() function
141 void discrete_distribution<_IntType>::param_type::__init() { in __init()
[all …]
H A Dpoisson_distribution.h39 class _LIBCPP_TEMPLATE_VIS param_type {
54 _LIBCPP_HIDE_FROM_ABI explicit param_type(double __mean = 1.0);
58 friend _LIBCPP_HIDE_FROM_ABI bool operator==(const param_type& __x, const param_type& __y) {
61 …friend _LIBCPP_HIDE_FROM_ABI bool operator!=(const param_type& __x, const param_type& __y) { retur…
67 param_type __p_;
86 _LIBCPP_HIDE_FROM_ABI result_type operator()(_URNG& __g, const param_type& __p);
91 _LIBCPP_HIDE_FROM_ABI param_type param() const { return __p_; } in param()
92 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
106 poisson_distribution<_IntType>::param_type::param_type(double __mean) in param_type() function
226 typedef typename _Eng::param_type param_type; typedef
[all …]
H A Duniform_int_distribution.h144 class param_type {
157 _LIBCPP_HIDE_FROM_ABI friend bool operator==(const param_type& __x, const param_type& __y) {
160 …_LIBCPP_HIDE_FROM_ABI friend bool operator!=(const param_type& __x, const param_type& __y) { retur…
164 param_type __p_;
172 : __p_(param_type(__a, __b)) {} in __p_()
175 : __p_(param_type(__a, __b)) {}
186 _LIBCPP_HIDE_FROM_ABI result_type operator()(_URNG& __g, const param_type& __p);
192 _LIBCPP_HIDE_FROM_ABI param_type param() const { return __p_; } in param()
193 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
248 typedef typename _Eng::param_type param_type; typedef
[all …]
/freebsd/sys/netinet/
H A Dsctp_asconf.c177 param_type = ntohs(ph->param_type); in sctp_process_asconf_add_ip()
337 param_type = ntohs(ph->param_type); in sctp_process_asconf_delete_ip()
474 param_type = ntohs(ph->param_type); in sctp_process_asconf_set_primary()
709 param_type = ntohs(aph->ph.param_type); in sctp_handle_asconf()
889 param_type = ntohs(ph->param_type); in sctp_addr_match()
1587 param_type = ntohs(aph->ph.param_type); in sctp_asconf_process_error()
1618 param_type = aparam->ap.aph.ph.param_type; in sctp_asconf_process_param_ack()
1737 param_type = ntohs(aph->ph.param_type); in sctp_handle_asconf_ack()
2362 param_type = ntohs(aph->ph.param_type); in sctp_is_addr_pending()
2674 aph->ph.param_type = htons(aph->ph.param_type); in sctp_compose_asconf()
[all …]
H A Dsctp_output.c1988 paramh->param_type = htons(SCTP_IPV4_ADDRESS); in sctp_add_addr_to_mbuf()
2003 paramh->param_type = htons(SCTP_IPV6_ADDRESS); in sctp_add_addr_to_mbuf()
3853 ph->param_type = htons(SCTP_STATE_COOKIE); in sctp_add_cookie()
4706 ph->param_type = htons(SCTP_ECN_CAPABLE); in sctp_send_initiate()
4734 ph->param_type = htons(SCTP_HAS_NAT_SUPPORT); in sctp_send_initiate()
4960 ptype = ntohs(phdr->param_type); in sctp_arethere_unrecognized_parameters()
5267 param->param_type = htons(ptype); in sctp_arethere_unrecognized_parameters()
5379 ptype = ntohs(phdr->param_type); in sctp_are_there_new_addresses()
5947 ph->param_type = htons(SCTP_ECN_CAPABLE); in sctp_send_initiate_ack()
6046 randp->ph.param_type = htons(SCTP_RANDOM); in sctp_send_initiate_ack()
[all …]
/freebsd/crypto/openssl/crypto/asn1/
H A Dx_algor.c76 int param_type; in X509_ALGOR_set_md() local
79 param_type = V_ASN1_UNDEF; in X509_ALGOR_set_md()
81 param_type = V_ASN1_NULL; in X509_ALGOR_set_md()
83 X509_ALGOR_set0(alg, OBJ_nid2obj(EVP_MD_get_type(md)), param_type, NULL); in X509_ALGOR_set_md()
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dshuffle.h99 typedef typename _Dp::param_type _Pp; in random_shuffle()
139 typedef typename _Dp::param_type _Pp; in __shuffle()

12