Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/include/__random/
H A Dpoisson_distribution.h49 double __c3_; variable
135 __c3_ = 0; in param_type()
149 __c3_ = .1428571 * __b1_ * __b2_; in param_type()
150 __c2_ = __b2_ - 15. * __c3_; in param_type()
151 __c1_ = __b1_ - 6. * __b2_ + 45. * __c3_; in param_type()
152 __c0_ = 1. - __b1_ + 3. * __b2_ - 15. * __c3_; in param_type()
229 double __fy = __pr.__omega_ * (((__pr.__c3_ * __r2 + __pr.__c2_) * in operator()