Home
last modified time | relevance | path

Searched refs:distribution_type (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
Dthrow_allocator.h397 typedef std::uniform_real_distribution<double> distribution_type; in _GLIBCXX_VISIBILITY() typedef
400 typedef std::tr1::uniform_real<double> distribution_type; in _GLIBCXX_VISIBILITY()
408 const distribution_type distribution(0, 1); in _GLIBCXX_VISIBILITY()
412 typedef std::tr1::variate_generator<engine_type, distribution_type> gen_t; in _GLIBCXX_VISIBILITY()
413 distribution_type distribution(0, 1); in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
Dthrow_allocator.h545 typedef std::uniform_real_distribution<double> distribution_type; in _GLIBCXX_VISIBILITY() typedef
548 typedef std::tr1::uniform_real<double> distribution_type; in _GLIBCXX_VISIBILITY()
556 const distribution_type distribution(0, 1); in _GLIBCXX_VISIBILITY()
560 typedef std::tr1::variate_generator<engine_type, distribution_type> gen_t; in _GLIBCXX_VISIBILITY()
561 distribution_type distribution(0, 1); in _GLIBCXX_VISIBILITY()
Drandom416 typedef beta_distribution<_RealType> distribution_type;
645 typedef normal_mv_distribution<_Dimen, _RealType> distribution_type;
963 typedef rice_distribution<result_type> distribution_type;
1209 typedef nakagami_distribution<result_type> distribution_type;
1446 typedef pareto_distribution<result_type> distribution_type;
1685 typedef k_distribution<result_type> distribution_type;
1931 typedef arcsine_distribution<result_type> distribution_type;
2172 typedef hoyt_distribution<result_type> distribution_type;
2911 typedef hypergeometric_distribution<_UIntType> distribution_type;
3175 typedef logistic_distribution<result_type> distribution_type;
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
Drandom.h1629 typedef uniform_int_distribution<_IntType> distribution_type; in _GLIBCXX_VISIBILITY()
1801 typedef uniform_real_distribution<_RealType> distribution_type; in _GLIBCXX_VISIBILITY()
1990 typedef normal_distribution<_RealType> distribution_type; in _GLIBCXX_VISIBILITY()
2174 typedef lognormal_distribution<_RealType> distribution_type; in _GLIBCXX_VISIBILITY()
2349 typedef gamma_distribution<_RealType> distribution_type; in _GLIBCXX_VISIBILITY()
2537 typedef chi_squared_distribution<_RealType> distribution_type; in _GLIBCXX_VISIBILITY()
2701 typedef cauchy_distribution<_RealType> distribution_type; in _GLIBCXX_VISIBILITY()
2873 typedef fisher_f_distribution<_RealType> distribution_type; in _GLIBCXX_VISIBILITY()
3056 typedef student_t_distribution<_RealType> distribution_type; in _GLIBCXX_VISIBILITY()
3231 typedef bernoulli_distribution distribution_type; in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Drandom.h1714 typedef uniform_real_distribution<_RealType> distribution_type; in _GLIBCXX_VISIBILITY()
1937 typedef normal_distribution<_RealType> distribution_type; in _GLIBCXX_VISIBILITY()
2155 typedef lognormal_distribution<_RealType> distribution_type; in _GLIBCXX_VISIBILITY()
2364 typedef gamma_distribution<_RealType> distribution_type; in _GLIBCXX_VISIBILITY()
2586 typedef chi_squared_distribution<_RealType> distribution_type; in _GLIBCXX_VISIBILITY()
2806 typedef cauchy_distribution<_RealType> distribution_type; in _GLIBCXX_VISIBILITY()
3012 typedef fisher_f_distribution<_RealType> distribution_type; in _GLIBCXX_VISIBILITY()
3241 typedef student_t_distribution<_RealType> distribution_type; in _GLIBCXX_VISIBILITY()
3461 typedef bernoulli_distribution distribution_type; in _GLIBCXX_VISIBILITY()
3674 typedef binomial_distribution<_IntType> distribution_type; in _GLIBCXX_VISIBILITY()
[all …]
Duniform_int_dist.h69 typedef uniform_int_distribution<_IntType> distribution_type; in _GLIBCXX_VISIBILITY() typedef
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
Drandom.h238 typedef _Dist distribution_type; in _GLIBCXX_VISIBILITY()
252 variate_generator(engine_type __eng, distribution_type __dist) in _GLIBCXX_VISIBILITY()
289 distribution_type& in _GLIBCXX_VISIBILITY()
296 const distribution_type& in _GLIBCXX_VISIBILITY()
316 distribution_type _M_dist; in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
Drandom.h234 typedef _Dist distribution_type; in _GLIBCXX_VISIBILITY()
248 variate_generator(engine_type __eng, distribution_type __dist) in _GLIBCXX_VISIBILITY()
285 distribution_type& in _GLIBCXX_VISIBILITY()
292 const distribution_type& in _GLIBCXX_VISIBILITY()
312 distribution_type _M_dist; in _GLIBCXX_VISIBILITY()