Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dnegative_binomial_distribution.h39 result_type __k_; variable
45 …_LIBCPP_HIDE_FROM_ABI explicit param_type(result_type __k = 1, double __p = 0.5) : __k_(__k), __p_… in __k_() function
47 _LIBCPP_HIDE_FROM_ABI result_type k() const { return __k_; } in k()
51 return __x.__k_ == __y.__k_ && __x.__p_ == __y.__p_;