Searched refs:cc (Results 1 – 5 of 5) sorted by relevance
| /oneTBB/test/common/ |
| H A D | concurrent_ordered_common.h | 304 const Container& cc = c; 322 …REQUIRE_MESSAGE(cc.lower_bound(k) == cc.lower_bound(key), "Incorrect const heterogeneous lower_bou… 323 …REQUIRE_MESSAGE(cc.upper_bound(k) == cc.upper_bound(key), "Incorrect const heterogeneous upper_bou…
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Reduction.rst | 275 // Construction of cc implicitly resets FP exception state. 276 ComputeChunk cc; 277 oneapi::tbb::parallel_reduce( oneapi::tbb::blocked_range<int>(0,N), cc ); 278 if (cc.flags & FE_DIVBYZERO) ...; 279 if (cc.flags & FE_OVERFLOW) ...;
|
| /oneTBB/examples/ |
| H A D | .clang-format | 109 - cc
|
| /oneTBB/examples/graph/fgbzip2/ |
| H A D | blocksort.cpp | 274 Int32 H, i, j, k, l, r, cc, cc1; in fallbackSort() local 369 cc = -1; in fallbackSort() 372 if (cc != cc1) { in fallbackSort() 374 cc = cc1; in fallbackSort()
|
| /oneTBB/doc/ |
| H A D | Doxyfile.in | 813 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, 820 *.cc \
|