Searched refs:body2 (Results 1 – 5 of 5) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_join_node.cpp | 216 auto body2 = [](const float &val) -> int { return static_cast<int>(val); }; in __anon798ebb9d0702() variable 219 oneapi::tbb::flow::key_matching<int, MyHash<int>>> testing_node(g, body1, body2); 237 …auto body2 = [](const float &val) -> oneapi::tbb::flow::tag_value { return static_cast<oneapi::tbb… in __anon798ebb9d0902() variable 240 oneapi::tbb::flow::tag_matching> testing_node(g, body1, body2); 272 void test_invoke_basic(Body1 body1, Body2 body2) { in test_invoke_basic() argument 285 join_type j(g, body1, body2); in test_invoke_basic()
|
| H A D | conformance_function_node.cpp | 84 void test_fn_invoke_basic(const Body1& body1, const Body2& body2) { in test_fn_invoke_basic() argument 90 function_node<OutputType1, OutputType2> f2(g, unlimited, body2); in test_fn_invoke_basic()
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _flow_graph_join_impl.h | 1306 unfolded_join_node(graph &g, Body0 body0, Body1 body1, Body2 body2) : base_type(g, 1310 new type_to_key_function_body_leaf<T2, K, Body2>(body2) 1350 new type_to_key_function_body_leaf<T2, K, Body2>(body2), 1394 new type_to_key_function_body_leaf<T2, K, Body2>(body2), 1443 new type_to_key_function_body_leaf<T2, K, Body2>(body2), 1494 … unfolded_join_node(graph &g, Body0 body0, Body1 body1, Body2 body2, Body3 body3, Body4 body4, 1498 new type_to_key_function_body_leaf<T2, K, Body2>(body2), 1553 … unfolded_join_node(graph &g, Body0 body0, Body1 body1, Body2 body2, Body3 body3, Body4 body4, 1557 new type_to_key_function_body_leaf<T2, K, Body2>(body2), 1620 new type_to_key_function_body_leaf<T2, K, Body2>(body2), [all …]
|
| /oneTBB/test/tbb/ |
| H A D | test_continue_node.cpp | 290 lightweight_policy_body body2 = tbb::flow::copy_body<lightweight_policy_body>(node2); in test_lightweight_policy() local 292 CHECK_MESSAGE( (body2.my_count == n), "Body of the second node needs to be executed N times"); in test_lightweight_policy()
|
| H A D | test_flow_graph_whitebox.cpp | 957 auto body2 = [](const int&v)->int {return v / 2;}; in __anon8a33875c0e02() variable 958 function_node<int, int> f2(g, unlimited, body2);
|