Searched refs:kErrorThreshold (Results 1 – 1 of 1) sorted by relevance
51 static const int64_t kErrorThreshold = (1 << (kPrecision * 2)) / 10; variable308 if (err < kErrorThreshold) { in addSample()