Searched refs:cellVal (Results 1 – 1 of 1) sorted by relevance
402 final int cellVal = inputArray[rsRslt.x + dimX * rsRslt.y]; in testFz2() local405 assertEquals("input[" + rsRslt.x + ", " + rsRslt.y + "]", 0, cellVal); in testFz2()425 final int cellVal = inputArray[rsRslt.x + dimX * rsRslt.y + dimX * dimY * rsRslt.z]; in testFz3() local428 assertEquals("input[" + rsRslt.x + ", " + rsRslt.y + ", " + rsRslt.z + "]", 0, cellVal); in testFz3()