Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Ddistribution_test_util.cc206 const double kErr = 1e-14; in BetaIncompleteImpl() local
223 if (temp < kErr && temp < kErr * result) { in BetaIncompleteImpl()
262 const double kErr = 1e-14; in BetaIncompleteInvImpl() local
263 double value = kErr; in BetaIncompleteInvImpl()
299 value = std::max(value, kErr); in BetaIncompleteInvImpl()
300 value = std::min(value, 1.0 - kErr); in BetaIncompleteInvImpl()
338 if (prev < kErr) { in BetaIncompleteInvImpl()
341 if (y * y < kErr) { in BetaIncompleteInvImpl()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dbeta_distribution_test.cc336 constexpr double kErr = 1e-7; in SingleChiSquaredTest() local
350 if ((cutoffs.empty() && boundary < kErr) || in SingleChiSquaredTest()