Home
last modified time | relevance | path

Searched refs:_Eng (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Ddiscard_block_engine.h96 template <class _Eng, size_t _Pp, size_t _Rp>
98 …operator==(const discard_block_engine<_Eng, _Pp, _Rp>& __x, const discard_block_engine<_Eng, _Pp, …
100 template <class _Eng, size_t _Pp, size_t _Rp>
102 …operator!=(const discard_block_engine<_Eng, _Pp, _Rp>& __x, const discard_block_engine<_Eng, _Pp, …
104 template <class _CharT, class _Traits, class _Eng, size_t _Pp, size_t _Rp>
106 operator<<(basic_ostream<_CharT, _Traits>& __os, const discard_block_engine<_Eng, _Pp, _Rp>& __x);
108 template <class _CharT, class _Traits, class _Eng, size_t _Pp, size_t _Rp>
110 operator>>(basic_istream<_CharT, _Traits>& __is, discard_block_engine<_Eng, _Pp, _Rp>& __x);
129 template <class _Eng, size_t _Pp, size_t _Rp>
131 operator==(const discard_block_engine<_Eng, _Pp, _Rp>& __x, const discard_block_engine<_Eng, _Pp, _…
[all …]
H A Dshuffle_order_engine.h123 template <class _Eng, size_t _Kp>
124 friend bool operator==(const shuffle_order_engine<_Eng, _Kp>& __x, const shuffle_order_engine<_Eng, _Kp>& __y);
126 template <class _Eng, size_t _Kp>
127 friend bool operator!=(const shuffle_order_engine<_Eng, _Kp>& __x, const shuffle_order_engine<_Eng, _Kp>& __y);
129 template <class _CharT, class _Traits, class _Eng, size_t _Kp>
131 operator<<(basic_ostream<_CharT, _Traits>& __os, const shuffle_order_engine<_Eng, _Kp>& __x);
133 template <class _CharT, class _Traits, class _Eng, size_t _Kp>
135 operator>>(basic_istream<_CharT, _Traits>& __is, shuffle_order_engine<_Eng, _K
[all...]
H A Dindependent_bits_engine.h117 template <class _Eng, size_t _Wp, class _UInt>
118 friend bool operator==(const independent_bits_engine<_Eng, _Wp, _UInt>& __x,
119 const independent_bits_engine<_Eng, _Wp, _UInt>& __y);
121 template <class _Eng, size_t _Wp, class _UInt>
122 friend bool operator!=(const independent_bits_engine<_Eng, _Wp, _UInt>& __x,
123 const independent_bits_engine<_Eng, _Wp, _UInt>& __y);
125 template <class _CharT, class _Traits, class _Eng, size_t _Wp, class _UInt>
127 operator<<(basic_ostream<_CharT, _Traits>& __os, const independent_bits_engine<_Eng, _Wp, _UInt>& __x);
129 template <class _CharT, class _Traits, class _Eng, size_t _Wp, class _UInt>
131 operator>>(basic_istream<_CharT, _Traits>& __is, independent_bits_engine<_Eng, _W in discard()
[all...]
H A Duniform_int_distribution.h218 typedef __independent_bits_engine<_URNG, _UIntType> _Eng; in min()
220 return static_cast<result_type>(_Eng(__g, __dt)());
224 _Eng __e(__g, __w);
246 typedef uniform_int_distribution<_IT> _Eng; in operator()
247 typedef typename _Eng::result_type result_type; in operator()
248 typedef typename _Eng::param_type param_type; in operator()
244 typedef __independent_bits_engine<_URNG, _UIntType> _Eng; operator() typedef
277 typedef uniform_int_distribution<_IT> _Eng; global() typedef
H A Dchi_squared_distribution.h108 typedef chi_squared_distribution<_RT> _Eng;
109 typedef typename _Eng::result_type result_type;
110 typedef typename _Eng::param_type param_type;
127 typedef chi_squared_distribution<_RT> _Eng; global() typedef
H A Dexponential_distribution.h115 typedef exponential_distribution<_RealType> _Eng; in operator()
116 typedef typename _Eng::result_type result_type; in operator()
117 typedef typename _Eng::param_type param_type; in operator()
141 typedef exponential_distribution<_RealType> _Eng; global() typedef
H A Dstudent_t_distribution.h115 typedef student_t_distribution<_RT> _Eng; in operator()
116 typedef typename _Eng::result_type result_type; in operator()
117 typedef typename _Eng::param_type param_type; in operator()
139 typedef student_t_distribution<_RT> _Eng; global() typedef
H A Dweibull_distribution.h114 typedef weibull_distribution<_RT> _Eng;
115 typedef typename _Eng::result_type result_type;
116 typedef typename _Eng::param_type param_type;
137 typedef weibull_distribution<_RT> _Eng; global() typedef
H A Dcauchy_distribution.h121 typedef cauchy_distribution<_RT> _Eng; in operator()
122 typedef typename _Eng::result_type result_type; in operator()
123 typedef typename _Eng::param_type param_type; in operator()
146 typedef cauchy_distribution<_RT> _Eng; global() typedef
H A Dextreme_value_distribution.h121 typedef extreme_value_distribution<_RT> _Eng; in operator()
122 typedef typename _Eng::result_type result_type; in operator()
123 typedef typename _Eng::param_type param_type; in operator()
146 typedef extreme_value_distribution<_RT> _Eng; global() typedef
H A Dfisher_f_distribution.h120 typedef fisher_f_distribution<_RT> _Eng; in operator()
121 typedef typename _Eng::result_type result_type; in operator()
122 typedef typename _Eng::param_type param_type; in operator()
145 typedef fisher_f_distribution<_RT> _Eng; global() typedef
H A Duniform_real_distribution.h120 typedef uniform_real_distribution<_RT> _Eng; in operator()
121 typedef typename _Eng::result_type result_type; in operator()
122 typedef typename _Eng::param_type param_type; in operator()
143 typedef uniform_real_distribution<_RT> _Eng; global() typedef
H A Dnegative_binomial_distribution.h139 typedef negative_binomial_distribution<_IntType> _Eng; typedef
140 typedef typename _Eng::result_type result_type;
141 typedef typename _Eng::param_type param_type;
H A Dbinomial_distribution.h180 typedef binomial_distribution<_IntType> _Eng; in operator()
181 typedef typename _Eng::result_type result_type; in operator()
182 typedef typename _Eng::param_type param_type; in operator()
211 typedef binomial_distribution<_IntType> _Eng; global() typedef
H A Dgamma_distribution.h163 typedef gamma_distribution<_RT> _Eng; in operator()
164 typedef typename _Eng::result_type result_type; in operator()
165 typedef typename _Eng::param_type param_type; in operator()
198 typedef gamma_distribution<_RT> _Eng; global() typedef
H A Dnormal_distribution.h151 typedef normal_distribution<_RT> _Eng; in operator()
152 typedef typename _Eng::result_type result_type; in operator()
153 typedef typename _Eng::param_type param_type; in operator()
185 typedef normal_distribution<_RT> _Eng; global() typedef
H A Dbernoulli_distribution.h107 typedef bernoulli_distribution _Eng; in operator()
108 typedef typename _Eng::param_type param_type; in operator()
129 typedef bernoulli_distribution _Eng; global() typedef
H A Dgeometric_distribution.h104 typedef geometric_distribution<_IntType> _Eng;
105 typedef typename _Eng::param_type param_type;
127 typedef geometric_distribution<_IntType> _Eng; global() typedef
H A Dpoisson_distribution.h225 typedef poisson_distribution<_IntType> _Eng; in operator()
226 typedef typename _Eng::param_type param_type; in operator()
265 typedef poisson_distribution<_IntType> _Eng; global() typedef
H A Dpiecewise_constant_distribution.h272 typedef piecewise_constant_distribution<_RT> _Eng; in param_type()
273 typedef typename _Eng::result_type result_type; in param_type()
328 typedef piecewise_constant_distribution<_RT> _Eng; global() typedef
H A Dpiecewise_linear_distribution.h285 typedef piecewise_linear_distribution<_RT> _Eng; in param_type()
286 typedef typename _Eng::result_type result_type; in param_type()
344 typedef piecewise_linear_distribution<_RT> _Eng; global() typedef
/freebsd/contrib/tzdata/
H A Daustralasia757 # http://www.parliament.gov.ws/images/ACTS/International_Date_Line_Act__2011_-_Eng.pdf