Home
last modified time | relevance | path

Searched refs:f0 (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/task_arena/fractal/
H A Dfractal.cpp163 fractal &f = num ? f1 : f0; in calc_fractal()
227 f0.draw_border(active == 0); in draw_borders()
235 : f0(_dm), in fractal_group()
239 f0.size_x = f1.size_x = _dm.sizex / 2 - 4; in fractal_group()
240 f0.size_y = f1.size_y = _dm.sizey - 4; in fractal_group()
241 f0.off_x = f0.off_y = f1.off_y = 2; in fractal_group()
242 f1.off_x = f0.size_x + 4 + 2; in fractal_group()
245 f0.cx = -0.6f; in fractal_group()
246 f0.cy = 0.0f; in fractal_group()
247 f0.magn = 200.0f; in fractal_group()
[all …]
H A Dfractal.hpp103 fractal f0, f1; member in fractal_group
147 return active ? f1 : f0; in get_active_fractal()
/oneTBB/test/tbb/
H A Dtest_composite_node.cpp115 tbb::flow::function_node< int, int > f0( g, tbb::flow::unlimited, passthru_body() ); in test_tiny() local
132 tbb::flow::make_edge( f0, t ); in test_tiny()
138 f0.try_put(1); in test_tiny()
155 f0.try_put(2); in test_tiny()