Searched refs:kInc (Results 1 – 6 of 6) sorted by relevance
245 const double kInc = 1.0 / static_cast<double>(kBuckets); in SingleChiSquaredTest() local246 for (double p = kInc; p < 1.0; p += kInc) { in SingleChiSquaredTest()
267 const double kInc = 1.0 / static_cast<double>(kBuckets); in SingleChiSquaredTest() local268 for (double p = kInc; p < 1.0; p += kInc) { in SingleChiSquaredTest()
256 const double kInc = 1.0 / static_cast<double>(kBuckets); in SingleChiSquaredTest() local257 for (double p = kInc; p < 1.0; p += kInc) { in SingleChiSquaredTest()
283 const double kInc = 1.0 / static_cast<double>(kBuckets); in SingleChiSquaredTest() local284 for (double p = kInc; p < 1.0; p += kInc) { in SingleChiSquaredTest()
270 template <uint64_t kMult, uint64_t kInc>275 static inline constexpr state_type increment() { return kInc; } in increment()
271 template <uint64_t kMult, uint64_t kInc>276 static inline constexpr state_type increment() { return kInc; } in increment()