Home
last modified time | relevance | path

Searched defs:left (Results 1 – 8 of 8) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_range_common.h47 size_t left() const { return my_left; } in left() function
/oneTBB/test/tbb/
H A Dtest_parallel_scan.cpp90 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 Dtest_eh_algorithms.cpp173 SimpleParReduceBody( SimpleParReduceBody& left, tbb::split ) : m_Body(left.m_Body) {} in SimpleParReduceBody() function in SimpleParReduceBody
/oneTBB/test/conformance/
H A Dconformance_combinable.cpp99 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 Dconformance_enumerable_thread_specific.cpp247 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 Dbackend.cpp52 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 Dpartitioner.h348 std::size_t left = n - right; in get_split() local
H A Dflow_graph.h174 static inline graph_task* combine_tasks(graph& g, graph_task* left, graph_task* right) { in combine_tasks()