Searched refs:_total (Results 1 – 6 of 6) sorted by relevance
47 protected final AtomicLong _total = new AtomicLong(); field in SampleStatistic54 _total.set(0); in reset()61 long total = _total.addAndGet(sample); in set()84 return _total.get(); in getTotal()94 return (double)_total.get()/_count.get(); in getMean()
38 protected final AtomicLong _total = new AtomicLong(); field in CounterStatistic51 _total.set(0); // total always set to 0 to properly calculate cumulative total in reset()62 _total.addAndGet(delta); in add()115 return _total.get(); in getTotal()
19 UInt64 _total; variable22 CProgressSync(): _stopped(false), _paused(false), _total(1), _completed(0) {} in CProgressSync()48 _total = total; in SetProgress()59 total = _total; in GetProgress()
337 static unsigned long long _total; in lp_debug_draw_bins_by_coverage() local383 _total += total; in lp_debug_draw_bins_by_coverage()387 _total, in lp_debug_draw_bins_by_coverage()389 _total * 100.0 / (double)_possible); in lp_debug_draw_bins_by_coverage()
81 KahanSum() : _total(0), _correction(0) {} in KahanSum()87 const double t = _total + y; in operator +=()88 _correction = (t - _total) - y; in operator +=()89 _total = t; in operator +=()94 return _total; in get()98 double _total; member in Imath::__anon3e9663340111::KahanSum
META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...