/external/abseil-cpp/absl/random/internal/ |
D | distribution_test_util.cc | 206 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()
|
/external/libtextclassifier/abseil-cpp/absl/random/internal/ |
D | distribution_test_util.cc | 206 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()
|
/external/openscreen/third_party/abseil/src/absl/random/internal/ |
D | distribution_test_util.cc | 206 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()
|
/external/webrtc/third_party/abseil-cpp/absl/random/internal/ |
D | distribution_test_util.cc | 206 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()
|
/external/angle/third_party/abseil-cpp/absl/random/internal/ |
D | distribution_test_util.cc | 206 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()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/ |
D | distribution_test_util.cc | 206 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()
|
/external/perfetto/src/trace_processor/rpc/ |
D | rpc.cc | 98 static const char kErr[] = "Query() called before Parse()"; in Query() local 99 PERFETTO_ELOG("[RPC] %s", kErr); in Query() 101 result->set_error(kErr); in Query() 127 static const char kErr[] = "RawQuery() called before Parse()"; in RawQuery() local 128 PERFETTO_ELOG("[RPC] %s", kErr); in RawQuery() 129 result->set_error(kErr); in RawQuery()
|
/external/angle/third_party/abseil-cpp/absl/random/ |
D | beta_distribution_test.cc | 336 constexpr double kErr = 1e-7; in SingleChiSquaredTest() local 350 if ((cutoffs.empty() && boundary < kErr) || in SingleChiSquaredTest()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/ |
D | beta_distribution_test.cc | 353 constexpr double kErr = 1e-7; in SingleChiSquaredTest() local 367 if ((cutoffs.empty() && boundary < kErr) || in SingleChiSquaredTest()
|
/external/libtextclassifier/abseil-cpp/absl/random/ |
D | beta_distribution_test.cc | 353 constexpr double kErr = 1e-7; in SingleChiSquaredTest() local 367 if ((cutoffs.empty() && boundary < kErr) || in SingleChiSquaredTest()
|
/external/abseil-cpp/absl/random/ |
D | beta_distribution_test.cc | 348 constexpr double kErr = 1e-7; in SingleChiSquaredTest() local 362 if ((cutoffs.empty() && boundary < kErr) || in SingleChiSquaredTest()
|
/external/webrtc/third_party/abseil-cpp/absl/random/ |
D | beta_distribution_test.cc | 348 constexpr double kErr = 1e-7; in SingleChiSquaredTest() local 362 if ((cutoffs.empty() && boundary < kErr) || in SingleChiSquaredTest()
|
/external/openscreen/third_party/abseil/src/absl/random/ |
D | beta_distribution_test.cc | 353 constexpr double kErr = 1e-7; in SingleChiSquaredTest() local 367 if ((cutoffs.empty() && boundary < kErr) || in SingleChiSquaredTest()
|