Searched refs:kPrecisionThreshold (Results 1 – 2 of 2) sorted by relevance
54 constexpr float kPrecisionThreshold = 1e-4; variable
371 if (std::fabs(curr_temp_status.temp - temp) <= kPrecisionThreshold) { in verifySensorAbnormality()