Home
last modified time | relevance | path

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

/third_party/abseil-cpp/absl/random/
Dbeta_distribution.h351 const bool use_algorithm_ba = (p.method_ == param_type::CHENG_BA); in AlgorithmCheng() local
364 if (!use_algorithm_ba && s + kS >= 5 * z) { in AlgorithmCheng()
368 if (!use_algorithm_ba && s >= t) { in AlgorithmCheng()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dbeta_distribution.h351 const bool use_algorithm_ba = (p.method_ == param_type::CHENG_BA); in AlgorithmCheng() local
364 if (!use_algorithm_ba && s + kS >= 5 * z) { in AlgorithmCheng()
368 if (!use_algorithm_ba && s >= t) { in AlgorithmCheng()