Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__random/
H A Dlognormal_distribution.h62 …FROM_ABI explicit lognormal_distribution(result_type __m, result_type __s = 1) : __nd_(__m, __s) {} in __nd_() function
H A Dstudent_t_distribution.h56 normal_distribution<result_type> __nd_; variable