/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | chi_square.cc | 106 double ChiSquareValue(int dof, double p) { in ChiSquareValue() argument 113 if (dof < 1 || p_value > 1.0) { in ChiSquareValue() 117 if (dof > kLargeDOF) { in ChiSquareValue() 124 const double mean = 1 - 2.0 / (9 * dof); in ChiSquareValue() 125 const double variance = 2.0 / (9 * dof); in ChiSquareValue() 128 return std::pow(z * std::sqrt(variance) + mean, 3.0) * dof; in ChiSquareValue() 137 double current = dof / std::sqrt(p_value); in ChiSquareValue() 139 if (ChiSquarePValue(current, dof) < p_value) { in ChiSquareValue() 156 double ChiSquarePValue(double chi_square, int dof) { in ChiSquarePValue() argument 168 if (dof > kLargeDOF) { in ChiSquarePValue() [all …]
|
D | chi_square.h | 80 double ChiSquareValue(int dof, double p); 83 double ChiSquarePValue(double chi_square, int dof);
|
D | chi_square_test.cc | 331 const int dof = 7; in TEST() local 333 double p_value_05 = ChiSquarePValue(14.067, dof); in TEST() 336 double p_actual = ChiSquarePValue(chi_square, dof); in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
D | log_uniform_int_distribution_test.cc | 174 const int dof = buckets.size() - 1; in ChiSquaredTestImpl() local 177 const double threshold = absl::random_internal::ChiSquareValue(dof, 0.98); in ChiSquaredTestImpl() 182 const double p = absl::random_internal::ChiSquarePValue(chi_square, dof); in ChiSquaredTestImpl() 193 trials, kChiSquared, dof, chi_square, p, in ChiSquaredTestImpl()
|
D | zipf_distribution_test.cc | 290 const int dof = static_cast<int>(expected.size()) - 1; in TEST_P() local 295 const double threshold = absl::random_internal::ChiSquareValue(dof, 0.9999); in TEST_P() 302 absl::random_internal::ChiSquarePValue(chi_square, dof); in TEST_P() 314 ABSL_INTERNAL_LOG(INFO, absl::StrCat(kChiSquared, "(data, ", dof, ") = ", in TEST_P()
|
D | poisson_distribution_test.cc | 428 const int dof = static_cast<int>(counts.size()) - 1; in ChiSquaredTestImpl() local 431 const double threshold = absl::random_internal::ChiSquareValue(dof, 0.98); in ChiSquaredTestImpl() 436 const double p = absl::random_internal::ChiSquarePValue(chi_square, dof); in ChiSquaredTestImpl() 451 absl::StrCat(kChiSquared, "(data, dof=", dof, ") = ", chi_square, " (", in ChiSquaredTestImpl()
|
D | exponential_distribution_test.cc | 264 const int dof = static_cast<int>(counts.size()) - 1; in SingleChiSquaredTest() local 267 const double threshold = absl::random_internal::ChiSquareValue(dof, 0.98); in SingleChiSquaredTest() 274 double p = absl::random_internal::ChiSquarePValue(chi_square, dof); in SingleChiSquaredTest()
|
D | gaussian_distribution_test.cc | 286 const int dof = static_cast<int>(counts.size()) - 1; in SingleChiSquaredTest() local 289 const double threshold = absl::random_internal::ChiSquareValue(dof, 0.98); in SingleChiSquaredTest() 296 double p = absl::random_internal::ChiSquarePValue(chi_square, dof); in SingleChiSquaredTest()
|
D | beta_distribution_test.cc | 382 const int dof = cutoffs.size() - 1; in SingleChiSquaredTest() local 387 (absl::random_internal::ChiSquarePValue(chi_square, dof) >= p); in SingleChiSquaredTest() 400 absl::random_internal::ChiSquarePValue(chi_square, dof))); in SingleChiSquaredTest()
|
/third_party/ffmpeg/libavcodec/ |
D | opus.c | 863 int dof; /* degrees of freedom */ in ff_celt_bitalloc() local 875 … dof = N * f->channels + (f->channels == 2 && N > 2 && !f->dual_stereo && i < f->intensity_stereo); in ff_celt_bitalloc() 876 temp = dof * (ff_celt_log_freq_range[i] + (f->size << 3)); in ff_celt_bitalloc() 877 offset = (temp >> 1) - dof * CELT_FINE_OFFSET; in ff_celt_bitalloc() 879 offset += dof << 1; in ff_celt_bitalloc() 882 if (f->pulses[i] + offset < 2 * (dof << 3)) in ff_celt_bitalloc() 884 else if (f->pulses[i] + offset < 3 * (dof << 3)) in ff_celt_bitalloc() 887 fine_bits = (f->pulses[i] + offset + (dof << 2)) / (dof << 3); in ff_celt_bitalloc() 894 f->fine_priority[i] = (f->fine_bits[i] * (dof << 3) >= f->pulses[i] + offset); in ff_celt_bitalloc()
|
/third_party/tzdata/ |
D | northamerica | 2514 # http://dof.gob.mx/nota_detalle.php?codigo=5127480&fecha=06/01/2010 2550 # http://www.dof.gob.mx/nota_detalle.php?codigo=5380123&fecha=31/01/2015 2566 # https://www.dof.gob.mx/nota_detalle.php?codigo=5670045&fecha=28/10/2022 2614 # https://www.dof.gob.mx/nota_detalle.php?codigo=5670045&fecha=28/10/2022 2768 # http://dof.gob.mx/nota_detalle.php?codigo=5127480&fecha=06/01/2010
|
/third_party/astc-encoder/Test/Images/HDRIHaven/HDR-RGB/ |
D | hdr-rgb-eveningroad.hdr | 1025 …Ű����ل������������������������������Թ���������y��}��|��요�������������������dof��sodg��̫���������¬…
|