Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_reduce/convex_hull/
H A Dconvex_hull_bench.cpp89 double cp; in operator ()() local
92 if (cp > 0) { in operator ()()
94 if (cp > howFar) { in operator ()()
96 howFar = cp; in operator ()()
402 double cp; in operator ()() local
406 if (cp > 0) { in operator ()()
415 if (cp > howFar) { in operator ()()
417 howFar = cp; in operator ()()
468 double cp; in operator ()() local
473 if (cp > 0) { in operator ()()
[all …]
H A Dconvex_hull_sample.cpp180 double cp; in operator ()() local
184 cp = util::cross_product(p1, p2, initialSet[i]); in operator ()()
185 if (cp > 0) { in operator ()()
187 if (cp > howFar) { in operator ()()
189 howFar = cp; in operator ()()
/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp112 REQUIRE( cp == v.cbegin() ); in TestSequentialFor()
113 REQUIRE( (*cp).is_const() ); in TestSequentialFor()
114 REQUIRE( (cp->is_const()) ); in TestSequentialFor()
115 REQUIRE( (*cp == v.front()) ); in TestSequentialFor()
117 CheckConstIterator(u,i,cp); in TestSequentialFor()
118 V::const_iterator &cpr = ++cp; in TestSequentialFor()
123 cp = u.end(); in TestSequentialFor()
124 REQUIRE( cp == v.cend() ); in TestSequentialFor()
137 CheckConstIterator(u,i,cp); in TestSequentialFor()
142 cp = u.begin(); in TestSequentialFor()
[all …]
/oneTBB/examples/parallel_for/game_of_life/
H A DUpdate_state.cpp222 int cp // which adjacent position in GetAdjacentCellState() argument
255 switch (cp) { in GetAdjacentCellState()
/oneTBB/.github/workflows/
H A Dci.yml54 cp -r examples examples_formatted
105 cp -r ../html/* .
/oneTBB/test/common/
H A Ddoctest.h4167 const char* cp = str;
4185 cp = str + 1;
4192 str = cp++; //!OCLINT parameter reassignment