Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/game_of_life/
H A DUpdate_state.cpp236 bool onRightColumn = false; in GetAdjacentCellState() local
252 onRightColumn = true; in GetAdjacentCellState()
275 if (onTopRow && onRightColumn) { in GetAdjacentCellState()
278 if (onTopRow && !onRightColumn) { in GetAdjacentCellState()
281 if (onRightColumn && !onTopRow) { in GetAdjacentCellState()
287 if (onRightColumn) { in GetAdjacentCellState()
293 if (onBottomRow && onRightColumn) { in GetAdjacentCellState()
296 if (onBottomRow && !onRightColumn) { in GetAdjacentCellState()
299 if (onRightColumn && !onBottomRow) { in GetAdjacentCellState()