Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__random/
H A Dgeometric_distribution.h36 double __p_; variable
41 _LIBCPP_HIDE_FROM_ABI explicit param_type(double __p = 0.5) : __p_(__p) {} in __p_() function
56 _LIBCPP_HIDE_FROM_ABI explicit geometric_distribution(double __p = 0.5) : __p_(__p) {} in __p_() function
H A Dbernoulli_distribution.h32 double __p_; variable
37 _LIBCPP_HIDE_FROM_ABI explicit param_type(double __p = 0.5) : __p_(__p) {} in __p_() function
52 _LIBCPP_HIDE_FROM_ABI explicit bernoulli_distribution(double __p = 0.5) : __p_(param_type(__p)) {} in __p_() function
H A Dnegative_binomial_distribution.h40 double __p_; variable
62 : __p_(__k, __p) {} in __p_() function
H A Dbinomial_distribution.h37 double __p_; variable
64 : __p_(param_type(__t, __p)) {} in __p_() function
H A Dexponential_distribution.h59 …_LIBCPP_HIDE_FROM_ABI explicit exponential_distribution(result_type __lambda = 1) : __p_(param_typ… in __p_() function
H A Dchi_squared_distribution.h57 …_LIBCPP_HIDE_FROM_ABI explicit chi_squared_distribution(result_type __n = 1) : __p_(param_type(__n… in __p_() function
H A Dstudent_t_distribution.h60 …_LIBCPP_HIDE_FROM_ABI explicit student_t_distribution(result_type __n = 1) : __p_(param_type(__n))… in __p_() function
H A Dweibull_distribution.h61 : __p_(param_type(__a, __b)) {} in __p_() function
H A Duniform_real_distribution.h60 : __p_(param_type(__a, __b)) {} in __p_() function
H A Dfisher_f_distribution.h60 : __p_(param_type(__m, __n)) {} in __p_() function
H A Dextreme_value_distribution.h61 : __p_(param_type(__a, __b)) {} in __p_() function
H A Dcauchy_distribution.h61 : __p_(param_type(__a, __b)) {} in __p_() function
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dgeometric_distribution.h36 double __p_; variable
41 _LIBCPP_HIDE_FROM_ABI explicit param_type(double __p = 0.5) : __p_(__p) {} in __p_() function
H A Dbernoulli_distribution.h32 double __p_; variable
37 _LIBCPP_HIDE_FROM_ABI explicit param_type(double __p = 0.5) : __p_(__p) {} in __p_() function
H A Dnegative_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
H A Dbinomial_distribution.h37 double __p_; variable
66 : __p_(param_type(__t, __p)) {} in __p_() function
H A Dweibull_distribution.h63 : __p_(param_type(__a, __b)) {} in __p_() function
H A Duniform_real_distribution.h62 : __p_(param_type(__a, __b)) {} in __p_() function
H A Dfisher_f_distribution.h62 : __p_(param_type(__m, __n)) {} in __p_() function
H A Dextreme_value_distribution.h63 : __p_(param_type(__a, __b)) {} in __p_() function
H A Dcauchy_distribution.h63 : __p_(param_type(__a, __b)) {} in __p_() function
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dinout_ptr.h95 _Pointer __p_; variable
H A Dout_ptr.h87 _Pointer __p_ = _Pointer(); variable
/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Dthread.h57 __thread_struct_imp* __p_; variable
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__thread/
H A Dthread.h48 __thread_struct_imp* __p_; variable

12