Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dpoisson_distribution.h175 double __py; in operator() local
179 __py = std::pow(__pr.__mean_, (double)__tx) / __fac[static_cast<int>(__tx)]; in operator()
195 __py = .3989423 / std::sqrt(__tx); in operator()
202 if (__pr.__c_ * std::abs(__u) <= __py * std::exp(__px + __e) - __fy * std::exp(__fx + __e)) in operator()
205 if (__fy - __u * __fy <= __py * std::exp(__px - __fx)) in operator()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__random/
H A Dpoisson_distribution.h170 double __py; in operator() local
174 __py = std::pow(__pr.__mean_, (double)__tx) / __fac[static_cast<int>(__tx)]; in operator()
190 __py = .3989423 / std::sqrt(__tx); in operator()
197 if (__pr.__c_ * std::abs(__u) <= __py * std::exp(__px + __e) - __fy * std::exp(__fx + __e)) in operator()
200 if (__fy - __u * __fy <= __py * std::exp(__px - __fx)) in operator()