Home
last modified time | relevance | path

Searched refs:rval (Results 1 – 5 of 5) sorted by relevance

/oneTBB/examples/graph/som/
H A Dsom.cpp96 double rval = 0.0; in distance_squared() local
99 rval += diff * diff; in distance_squared()
101 return rval; in distance_squared()
/oneTBB/test/tbb/
H A Dtest_indexer_node.cpp325 int rval = getval_helper<ELEM,IType>::get_integer_val(v); in check_queue_value() local
326 CHECK_MESSAGE( rval == (last_index_seen[ELEM-1]+1)*(ELEM+1), ""); in check_queue_value()
327 last_index_seen[ELEM-1] = rval / (ELEM+1); in check_queue_value()
354 int rval = getval_helper<1,IType>::get_integer_val(v); in check_queue_value() local
355 CHECK_MESSAGE( rval == (last_index_seen[0]+1)*2, ""); in check_queue_value()
356 last_index_seen[0] = rval / 2; in check_queue_value()
/oneTBB/examples/parallel_for/polygon_overlay/
H A Dpolymain.cpp207 int rval; in ParseCmdLine() local
208 rval = sscanf(*argv, "%ux%u", &newX, &newY); in ParseCmdLine()
209 if (rval != 2) { in ParseCmdLine()
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_node_impl.h313 graph_task* rval = nullptr; in forward_task() local
320 rval = combine_tasks(my_graph_ref, rval, ttask); in forward_task()
323 return rval; in forward_task()
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h1933 graph_task* rval = nullptr; in forward_task() local
1949 if ( (rval = my_successors.try_put_task(v)) != nullptr ) { in forward_task()
1975 return rval; in forward_task()
1991 __TBB_ASSERT(!rval, "Have two tasks to handle"); in forward_task()
1995 return rval; in forward_task()