Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DArray2DRowRealMatrix.java201 final double[] mRow = m.data[row]; in add() local
204 outDataRow[col] = dataRow[col] + mRow[col]; in add()
241 final double[] mRow = m.data[row]; in subtract() local
244 outDataRow[col] = dataRow[col] - mRow[col]; in subtract()
DRealMatrixImpl.java202 final double[] mRow = m.data[row]; in add() local
205 outDataRow[col] = dataRow[col] + mRow[col]; in add()
242 final double[] mRow = m.data[row]; in subtract() local
245 outDataRow[col] = dataRow[col] - mRow[col]; in subtract()
DArray2DRowFieldMatrix.java193 final T[] mRow = m.data[row]; in add() local
196 outDataRow[col] = dataRow[col].add(mRow[col]); in add()
233 final T[] mRow = m.data[row]; in subtract() local
236 outDataRow[col] = dataRow[col].subtract(mRow[col]); in subtract()
DBigMatrixImpl.java311 final BigDecimal[] mRow = m.data[row]; in add() local
314 outDataRow[col] = dataRow[col].add(mRow[col]); in add()
366 final BigDecimal[] mRow = m.data[row]; in subtract() local
369 outDataRow[col] = dataRow[col].subtract(mRow[col]); in subtract()
/external/deqp/framework/opengl/
DgluTextureTestUtil.cpp1128 int mRow = 0; in computeQuadTexCoordCube() local
1135 …case tcu::CUBEFACE_NEGATIVE_X: mRow = 0; sRow = 2; tRow = 1; mSign = -1.0f; tSign = -1.0f; b… in computeQuadTexCoordCube()
1136 …case tcu::CUBEFACE_POSITIVE_X: mRow = 0; sRow = 2; tRow = 1; sSign = -1.0f; tSign = -1.0f; brea… in computeQuadTexCoordCube()
1137 …case tcu::CUBEFACE_NEGATIVE_Y: mRow = 1; sRow = 0; tRow = 2; mSign = -1.0f; tSign = -1.0f; b… in computeQuadTexCoordCube()
1138 case tcu::CUBEFACE_POSITIVE_Y: mRow = 1; sRow = 0; tRow = 2; break; in computeQuadTexCoordCube()
1139 …case tcu::CUBEFACE_NEGATIVE_Z: mRow = 2; sRow = 0; tRow = 1; mSign = -1.0f; sSign = -1.0f; tSign =… in computeQuadTexCoordCube()
1140 case tcu::CUBEFACE_POSITIVE_Z: mRow = 2; sRow = 0; tRow = 1; tSign = -1.0f; break; in computeQuadTexCoordCube()
1148 dst[0+mRow] = mSign; in computeQuadTexCoordCube()
1149 dst[3+mRow] = mSign; in computeQuadTexCoordCube()
1150 dst[6+mRow] = mSign; in computeQuadTexCoordCube()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp127 int mRow = 0; in computeQuadTexCoordCube() local
134 …case tcu::CUBEFACE_NEGATIVE_X: mRow = 0; sRow = 2; tRow = 1; mSign = -1.0f; tSign = -1.0f; b… in computeQuadTexCoordCube()
135 …case tcu::CUBEFACE_POSITIVE_X: mRow = 0; sRow = 2; tRow = 1; sSign = -1.0f; tSign = -1.0f; brea… in computeQuadTexCoordCube()
136 …case tcu::CUBEFACE_NEGATIVE_Y: mRow = 1; sRow = 0; tRow = 2; mSign = -1.0f; tSign = -1.0f; b… in computeQuadTexCoordCube()
137 case tcu::CUBEFACE_POSITIVE_Y: mRow = 1; sRow = 0; tRow = 2; break; in computeQuadTexCoordCube()
138 …case tcu::CUBEFACE_NEGATIVE_Z: mRow = 2; sRow = 0; tRow = 1; mSign = -1.0f; sSign = -1.0f; tSign =… in computeQuadTexCoordCube()
139 case tcu::CUBEFACE_POSITIVE_Z: mRow = 2; sRow = 0; tRow = 1; tSign = -1.0f; break; in computeQuadTexCoordCube()
147 dst[0+mRow] = mSign; in computeQuadTexCoordCube()
148 dst[3+mRow] = mSign; in computeQuadTexCoordCube()
149 dst[6+mRow] = mSign; in computeQuadTexCoordCube()
[all …]