Home
last modified time | relevance | path

Searched refs:x0 (Results 1 – 7 of 7) sorted by relevance

/oneTBB/examples/task_arena/fractal/
H A Dfractal.cpp31 color_t fractal::calc_one_pixel(int x0, int y0) const { in calc_one_pixel() argument
37 fx0 = (double)x0 - (double)size_x / 2.0; in calc_one_pixel()
107 void fractal::render_rect(int x0, int y0, int x1, int y1) const { in render_rect() argument
109 drawing_area area(off_x + x0, off_y + y0, x1 - x0, y1 - y0, dm); in render_rect()
112 for (int x = x0; x < x1; ++x) { in render_rect()
H A Dfractal.hpp66 void render_rect(int x0, int y0, int x1, int y1) const;
/oneTBB/examples/parallel_for/game_of_life/
H A DUpdate_state.cpp52 unsigned x0 = X[ind].m128i_u32[0] & 1; in shift_left2D() local
68 dst[301 / 32u] |= x0 << (301 % 32u); in shift_left2D()
76 unsigned x0 = X[ind].m128i_u32[3]; in shift_right2D() local
77 x0 >>= 31; in shift_right2D()
85 X[ind + 1].m128i_u32[0] |= x0; in shift_right2D()
/oneTBB/src/tbb/
H A Dtbb.rc72 VALUE "Translation", 0x0, 1200
/oneTBB/src/tbbmalloc_proxy/
H A Dtbbmalloc_proxy.rc72 VALUE "Translation", 0x0, 1200
/oneTBB/src/tbbmalloc/
H A Dtbbmalloc.rc72 VALUE "Translation", 0x0, 1200
/oneTBB/src/tbbbind/
H A Dtbb_bind.rc72 VALUE "Translation", 0x0, 1200