4 references to Abs
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.HillClimbing.cs (4)
232
throughputErrorEstimate = (GetWaveComponent(_samples, sampleCount, adjacentPeriod1) / averageThroughput).
Abs
();
235
throughputErrorEstimate = Math.Max(throughputErrorEstimate, (GetWaveComponent(_samples, sampleCount, adjacentPeriod2) / averageThroughput).
Abs
());
253
if (threadWaveComponent.
Abs
() > 0)
273
confidence = (threadWaveComponent.
Abs
() / noiseForConfidence) / _targetSignalToNoiseRatio;