Home
last modified time | relevance | path

Searched defs:step (Results 1 – 10 of 10) sorted by relevance

/oneTBB/examples/parallel_reduce/pi/
H A Dmain.cpp28 pi_t step = pi_t(0.0); variable
/oneTBB/examples/task_arena/fractal/
H A Dfractal.hpp38 float step; member in fractal
/oneTBB/test/tbb/
H A Dtest_composite_node.cpp47 int step; member in my_input_body
447 int step = 4; in input_only_output_only_composite() local
H A Dtest_mutex.h159 std::size_t step; in operator() local
H A Dtest_task_arena.cpp471 void TestArenaConcurrency( int p, int reserved = 0, int step = 1) { in TestArenaConcurrency()
/oneTBB/include/oneapi/tbb/
H A Dparallel_for.h306 void parallel_for_impl(Index first, Index last, Index step, const Function& f, Partitioner& partiti… in parallel_for_impl()
382 void parallel_for_impl(Index first, Index last, Index step, const Function& f, Partitioner& partiti… in parallel_for_impl()
/oneTBB/test/common/
H A Dutils_concurrency_limit.h58 thread_num_type step = 1; in concurrency_range() local
/oneTBB/examples/common/utility/
H A Dutility.hpp365 int step_function_plus(int previous, double step) { in step_function_plus()
436 friend std::istream& operator>>(std::istream& input_stream, thread_range_step& step) { in operator >>()
/oneTBB/test/conformance/
H A Dconformance_parallel_for.cpp204 T step; in TestParallelForWithStepSupportHelper() local
/oneTBB/examples/parallel_for/tachyon/src/
H A Dgrid.cpp473 gridindex curvox, step, out; in grid_intersect() local