Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/include/__random/
H A Dpiecewise_constant_distribution.h174 __b_.reserve (__rhs.__b_.size ());
179 __b_ = __rhs.__b_;
202 __densities_[__i] /= (__b_[__i+1] - __b_[__i]); in __init()
208 : __b_(2), in param_type()
212 __b_[1] = 1; in param_type()
223 __b_.resize(2); in param_type()
224 __b_[0] = 0; in param_type()
225 __b_[1] = 1; in param_type()
249 __b_[0] = 0; in param_type()
250 __b_[1] = 1; in param_type()
[all …]
H A Dpiecewise_linear_distribution.h174 __b_.reserve (__rhs.__b_.size ());
179 __b_ = __rhs.__b_;
195 (__b_[__i+1] - __b_[__i]) * .5; in __init()
212 : __b_(2), in param_type()
216 __b_[1] = 1; in param_type()
227 __b_.resize(2); in param_type()
228 __b_[0] = 0; in param_type()
229 __b_[1] = 1; in param_type()
252 __b_.resize(2); in param_type()
253 __b_[0] = 0; in param_type()
[all …]
H A Dweibull_distribution.h37 result_type __b_; variable
43 : __a_(__a), __b_(__b) {} in __a_()
48 result_type b() const {return __b_;} in b()
52 {return __x.__a_ == __y.__a_ && __x.__b_ == __y.__b_;}
H A Dcauchy_distribution.h38 result_type __b_; variable
44 : __a_(__a), __b_(__b) {} in __a_()
49 result_type b() const {return __b_;} in b()
53 {return __x.__a_ == __y.__a_ && __x.__b_ == __y.__b_;}
H A Dextreme_value_distribution.h38 result_type __b_; variable
44 : __a_(__a), __b_(__b) {} in __a_()
49 result_type b() const {return __b_;} in b()
53 {return __x.__a_ == __y.__a_ && __x.__b_ == __y.__b_;}
H A Duniform_real_distribution.h38 result_type __b_; variable
45 : __a_(__a), __b_(__b) {} in __a_()
50 result_type b() const {return __b_;} in b()
54 {return __x.__a_ == __y.__a_ && __x.__b_ == __y.__b_;}
H A Duniform_int_distribution.h165 result_type __b_; variable
171 : __a_(__a), __b_(__b) {} in __a_()
174 result_type b() const {return __b_;} in b()
178 {return __x.__a_ == __y.__a_ && __x.__b_ == __y.__b_;}
/openbsd/gnu/llvm/libcxx/include/
H A Dbarrier287 __barrier_base<_CompletionF> __b_;
297 : __b_(__count, _VSTD::move(__completion)) {
306 return __b_.arrive(__update);
311 __b_.wait(_VSTD::move(__phase));
321 __b_.arrive_and_drop();