Home
last modified time | relevance | path

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

/third_party/abseil-cpp/absl/random/
Dbeta_distribution.h70 inverted_ = true; in param_type()
74 inverted_ = false; in param_type()
80 x_ = inverted_ ? result_type(1) : result_type(0); in param_type()
94 x_ = inverted_ ? result_type(1) : result_type(0); in param_type()
103 x_ = (inverted_ ? result_type(1) : r) / (1 + r); in param_type()
195 bool inverted_; variable
376 return p.inverted_ ? (1 - w * bw_inv) : w * bw_inv; in AlgorithmCheng()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dbeta_distribution.h70 inverted_ = true; in param_type()
74 inverted_ = false; in param_type()
80 x_ = inverted_ ? result_type(1) : result_type(0); in param_type()
94 x_ = inverted_ ? result_type(1) : result_type(0); in param_type()
103 x_ = (inverted_ ? result_type(1) : r) / (1 + r); in param_type()
195 bool inverted_; variable
376 return p.inverted_ ? (1 - w * bw_inv) : w * bw_inv; in AlgorithmCheng()