Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Dthrow_allocator.h561 typedef std::uniform_real_distribution<double> distribution_type; in _GLIBCXX_VISIBILITY() typedef
564 typedef std::tr1::uniform_real<double> distribution_type; in _GLIBCXX_VISIBILITY()
572 const distribution_type distribution(0, 1); in _GLIBCXX_VISIBILITY()
576 typedef std::tr1::variate_generator<engine_type, distribution_type> gen_t; in _GLIBCXX_VISIBILITY()
577 distribution_type distribution(0, 1); in _GLIBCXX_VISIBILITY()
Drandom426 typedef beta_distribution<_RealType> distribution_type;
658 typedef normal_mv_distribution<_Dimen, _RealType> distribution_type;
991 typedef rice_distribution<result_type> distribution_type;
1245 typedef nakagami_distribution<result_type> distribution_type;
1490 typedef pareto_distribution<result_type> distribution_type;
1737 typedef k_distribution<result_type> distribution_type;
1991 typedef arcsine_distribution<result_type> distribution_type;
2238 typedef hoyt_distribution<result_type> distribution_type;
2989 typedef hypergeometric_distribution<_UIntType> distribution_type;
3258 typedef logistic_distribution<result_type> distribution_type;
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Drandom.h1757 typedef uniform_real_distribution<_RealType> distribution_type; in _GLIBCXX_VISIBILITY()
1987 typedef normal_distribution<_RealType> distribution_type; in _GLIBCXX_VISIBILITY()
2208 typedef lognormal_distribution<_RealType> distribution_type; in _GLIBCXX_VISIBILITY()
2419 typedef gamma_distribution<_RealType> distribution_type; in _GLIBCXX_VISIBILITY()
2647 typedef chi_squared_distribution<_RealType> distribution_type; in _GLIBCXX_VISIBILITY()
2871 typedef cauchy_distribution<_RealType> distribution_type; in _GLIBCXX_VISIBILITY()
3079 typedef fisher_f_distribution<_RealType> distribution_type; in _GLIBCXX_VISIBILITY()
3311 typedef student_t_distribution<_RealType> distribution_type; in _GLIBCXX_VISIBILITY()
3535 typedef bernoulli_distribution distribution_type; in _GLIBCXX_VISIBILITY()
3755 typedef binomial_distribution<_IntType> distribution_type; in _GLIBCXX_VISIBILITY()
[all …]
Duniform_int_dist.h88 typedef uniform_int_distribution<_IntType> distribution_type; in _GLIBCXX_VISIBILITY() typedef
/netbsd/src/external/gpl3/gcc/dist/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()