Home
last modified time | relevance | path

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

/external/libtextclassifier/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()
/external/webrtc/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()
/external/angle/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()
/external/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()
/external/rust/crates/grpcio-sys/grpc/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()
/external/openscreen/third_party/abseil/src/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()