Home
last modified time | relevance | path

Searched defs:__p_ (Results 1 – 16 of 16) sorted by relevance

/freebsd-head/contrib/llvm-project/libcxx/include/__random/
HDgeometric_distribution.h36 double __p_; variable
41 _LIBCPP_HIDE_FROM_ABI explicit param_type(double __p = 0.5) : __p_(__p) {} in __p_() function
HDbernoulli_distribution.h32 double __p_; variable
37 _LIBCPP_HIDE_FROM_ABI explicit param_type(double __p = 0.5) : __p_(__p) {} in __p_() function
HDnegative_binomial_distribution.h40 double __p_; variable
63 …_ABI explicit negative_binomial_distribution(result_type __k, double __p = 0.5) : __p_(__k, __p) {} in __p_() function
HDbinomial_distribution.h37 double __p_; variable
66 : __p_(param_type(__t, __p)) {} in __p_() function
HDfisher_f_distribution.h62 : __p_(param_type(__m, __n)) {} in __p_() function
HDextreme_value_distribution.h63 : __p_(param_type(__a, __b)) {} in __p_() function
HDuniform_real_distribution.h62 : __p_(param_type(__a, __b)) {} in __p_() function
HDweibull_distribution.h63 : __p_(param_type(__a, __b)) {} in __p_() function
HDcauchy_distribution.h63 : __p_(param_type(__a, __b)) {} in __p_() function
HDnormal_distribution.h66 : __p_(param_type(__mean, __stddev)), __v_hot_(false) {} in __p_() function
HDgamma_distribution.h65 : __p_(param_type(__alpha, __beta)) {} in __p_() function
HDdiscrete_distribution.h39 vector<double> __p_; variable
HDuniform_int_distribution.h172 : __p_(param_type(__a, __b)) {} in __p_() function
/freebsd-head/contrib/llvm-project/libcxx/include/__memory/
HDinout_ptr.h94 _Pointer __p_; variable
HDout_ptr.h86 _Pointer __p_ = _Pointer(); variable
/freebsd-head/contrib/llvm-project/libcxx/include/__thread/
HDthread.h49 __thread_struct_imp* __p_; variable