Home
last modified time | relevance | path

Searched refs:newSampleCount (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_stats.cpp104 uint64_t newSampleCount = sampleCount + other.sampleCount; in operator +=() local
105 double dnsc = double(newSampleCount); in operator +=()
121 sampleCount = newSampleCount; in operator +=()