Searched defs:left (Results 1 – 8 of 8) sorted by relevance
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _range_common.h | 47 size_t left() const { return my_left; } in left() function
|
| /oneTBB/test/tbb/ |
| H A D | test_parallel_scan.cpp | 90 Storage<T> JoinStorages(const Storage<T>& left, const Storage<T>& right) { in JoinStorages() 192 const Storage<T> & left = left_body.storage; in reverse_join() local 249 Storage<T> operator()(const Storage<T>& left, const Storage<T>& right) const { in operator ()() argument 282 [](const Storage<T>& left, const Storage<T>& right) -> Storage<T> { in operator ()() 385 [](const auto& left, const auto& right) { in operator ()()
|
| H A D | test_eh_algorithms.cpp | 173 SimpleParReduceBody( SimpleParReduceBody& left, tbb::split ) : m_Body(left.m_Body) {} in SimpleParReduceBody() function in SimpleParReduceBody
|
| /oneTBB/test/conformance/ |
| H A D | conformance_combinable.cpp | 99 T my_combine( T left, T right) { return left + right; } in my_combine() 102 T my_combine_ref( const T &left, const T &right) { return left + right; } in my_combine_ref()
|
| H A D | conformance_enumerable_thread_specific.cpp | 247 T FunctionAddByRef( const T &left, const T &right) { in FunctionAddByRef() 252 T FunctionAdd( T left, T right) { return FunctionAddByRef(left,right); } in FunctionAdd()
|
| /oneTBB/src/tbbmalloc/ |
| H A D | backend.cpp | 52 void Backend::UsedAddressRange::registerAlloc(uintptr_t left, uintptr_t right) in registerAlloc() 64 void Backend::UsedAddressRange::registerFree(uintptr_t left, uintptr_t right) in registerFree() 1058 FreeBlock *left = fBlock->leftNeig(leftSz); in doCoalesc() local
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | partitioner.h | 348 std::size_t left = n - right; in get_split() local
|
| H A D | flow_graph.h | 174 static inline graph_task* combine_tasks(graph& g, graph_task* left, graph_task* right) { in combine_tasks()
|