Home
last modified time | relevance | path

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

/oneTBB/examples/task_arena/fractal/
H A Dfractal.hpp36 float cx, cy; member in fractal
75 cx += step; in move_left()
78 cx -= step; in move_right()
H A Dfractal.cpp39 fx0 = fx0 / magn + cx; in calc_one_pixel()
245 f0.cx = -0.6f; in fractal_group()
248 f1.cx = -0.6f; in fractal_group()
/oneTBB/test/common/
H A Dallocator_test_common.h109 const T cx = T(); in TestBrokenAllocator() local
112 typename A::const_pointer pcx = &cx; in TestBrokenAllocator()
117 typename A::const_reference rcx = cx; in TestBrokenAllocator()
118 REQUIRE(&rcx==&cx); in TestBrokenAllocator()
147 a.construct(p, cx); in TestBrokenAllocator()
160 pair_allocator.construct(pair_pointer, cx, cx); in TestBrokenAllocator()