Searched refs:SAMPLE_VARIANCE_THRESHOLD (Results 1 – 1 of 1) sorted by relevance
39 constexpr double SAMPLE_VARIANCE_THRESHOLD = 250000000000.0; // 500 usec squared variable209 if (variance > SAMPLE_VARIANCE_THRESHOLD) { in UpdateModeLocked()