Searched refs:kTolerance (Results 1 – 2 of 2) sorted by relevance
115 static constexpr double kTolerance = 1e-6; member123 static constexpr double kTolerance = 1e-3; member131 static constexpr double kTolerance = 0; member139 static constexpr double kTolerance = 0; member970 const double tolerance = TestTypeHelper<dataType>::kTolerance; in runTest()
2953 static constexpr auto kTolerance = 500ms; in updateHealthStatus() local2965 if (delta + kTolerance < blockedTimeout) { in updateHealthStatus()2969 } else if (delta + kTolerance < unhealthyTimeout) { in updateHealthStatus()