Home
last modified time | relevance | path

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

/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_fast_random.cpp71 uintptr_t *curHits = new uintptr_t[randomRange] in operator ()() local
80 void* seed = (char*)&curHits + i * 16; in operator ()()
88 memset( curHits, 0, randomRange * sizeof(uintptr_t) ); in operator ()()
99 ++curHits[idx]; in operator ()()
107 … CheckProbability( double(curHits[j])/seriesLen, expectedProbability, j, randomRange, seed ); in operator ()()
112 --curHits[curSeries[randsGenerated % seriesLen]]; in operator ()()
114 ++curHits[idx]; in operator ()()
122 delete [] curHits; in operator ()()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_fast_random.cpp71 uintptr_t *curHits = new uintptr_t[randomRange] in operator ()() local
80 void* seed = (char*)&curHits + i * 16; in operator ()()
88 memset( curHits, 0, randomRange * sizeof(uintptr_t) ); in operator ()()
99 ++curHits[idx]; in operator ()()
107 … CheckProbability( double(curHits[j])/seriesLen, expectedProbability, j, randomRange, seed ); in operator ()()
112 --curHits[curSeries[randsGenerated % seriesLen]]; in operator ()()
114 ++curHits[idx]; in operator ()()
122 delete [] curHits; in operator ()()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_fast_random.cpp71 uintptr_t *curHits = new uintptr_t[randomRange] in operator ()() local
80 void* seed = (char*)&curHits + i * 16; in operator ()()
88 memset( curHits, 0, randomRange * sizeof(uintptr_t) ); in operator ()()
99 ++curHits[idx]; in operator ()()
107 … CheckProbability( double(curHits[j])/seriesLen, expectedProbability, j, randomRange, seed ); in operator ()()
112 --curHits[curSeries[randsGenerated % seriesLen]]; in operator ()()
114 ++curHits[idx]; in operator ()()
122 delete [] curHits; in operator ()()
/dports/devel/cmake-doc/cmake-3.22.1/Source/CTest/
H A DcmParseCoberturaCoverage.cxx117 int curHits = -1; in StartElement() local
123 curHits = atoi(atts[tagCount + 1]); in StartElement()
128 if (curHits > -1 && curNumber > 0) { in StartElement()
132 curFileLines[curNumber - 1] = curHits; in StartElement()
/dports/devel/cmake-gui/cmake-3.22.1/Source/CTest/
H A DcmParseCoberturaCoverage.cxx117 int curHits = -1; in StartElement() local
123 curHits = atoi(atts[tagCount + 1]); in StartElement()
128 if (curHits > -1 && curNumber > 0) { in StartElement()
132 curFileLines[curNumber - 1] = curHits; in StartElement()
/dports/devel/cmake/cmake-3.22.1/Source/CTest/
H A DcmParseCoberturaCoverage.cxx117 int curHits = -1; in StartElement() local
123 curHits = atoi(atts[tagCount + 1]); in StartElement()
128 if (curHits > -1 && curNumber > 0) { in StartElement()
132 curFileLines[curNumber - 1] = curHits; in StartElement()