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