Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__random/
H A Dnegative_binomial_distribution.h38 result_type __k_; global() variable
44 _LIBCPP_HIDE_FROM_ABI explicit param_type(result_type __k = 1, double __p = 0.5) : __k_(__k), __p_(__p) {} __k_() function