MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / PruneRange

Method PruneRange

src/statTimer/statisticalTimer.CPU.cpp:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 RangeType lower, upper;
79
80 PruneRange( RangeType mean, RangeType stdev ): lower( mean-stdev ), upper( mean+stdev ) {}
81
82 bool operator( )( ValType val )
83 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected