Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/game_of_life/
H A DUpdate_state.cpp233 bool onTopRow = false; in GetAdjacentCellState() local
240 onTopRow = true; in GetAdjacentCellState()
257 if (onTopRow && onLeftColumn) { in GetAdjacentCellState()
260 if (onTopRow && !onLeftColumn) { in GetAdjacentCellState()
263 if (onLeftColumn && !onTopRow) { in GetAdjacentCellState()
269 if (onTopRow) { in GetAdjacentCellState()
275 if (onTopRow && onRightColumn) { in GetAdjacentCellState()
278 if (onTopRow && !onRightColumn) { in GetAdjacentCellState()
281 if (onRightColumn && !onTopRow) { in GetAdjacentCellState()