Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/game_of_life/
H A DUpdate_state.cpp235 bool onLeftColumn = false; in GetAdjacentCellState() local
248 onLeftColumn = true; in GetAdjacentCellState()
257 if (onTopRow && onLeftColumn) { in GetAdjacentCellState()
260 if (onTopRow && !onLeftColumn) { in GetAdjacentCellState()
263 if (onLeftColumn && !onTopRow) { in GetAdjacentCellState()
311 if (onBottomRow && onLeftColumn) { in GetAdjacentCellState()
314 if (onBottomRow && !onLeftColumn) { in GetAdjacentCellState()
317 if (onLeftColumn && !onBottomRow) { in GetAdjacentCellState()
323 if (onLeftColumn) { in GetAdjacentCellState()