Searched refs:mRow (Results 1 – 6 of 6) sorted by relevance
201 final double[] mRow = m.data[row]; in add() local204 outDataRow[col] = dataRow[col] + mRow[col]; in add()241 final double[] mRow = m.data[row]; in subtract() local244 outDataRow[col] = dataRow[col] - mRow[col]; in subtract()
202 final double[] mRow = m.data[row]; in add() local205 outDataRow[col] = dataRow[col] + mRow[col]; in add()242 final double[] mRow = m.data[row]; in subtract() local245 outDataRow[col] = dataRow[col] - mRow[col]; in subtract()
193 final T[] mRow = m.data[row]; in add() local196 outDataRow[col] = dataRow[col].add(mRow[col]); in add()233 final T[] mRow = m.data[row]; in subtract() local236 outDataRow[col] = dataRow[col].subtract(mRow[col]); in subtract()
311 final BigDecimal[] mRow = m.data[row]; in add() local314 outDataRow[col] = dataRow[col].add(mRow[col]); in add()366 final BigDecimal[] mRow = m.data[row]; in subtract() local369 outDataRow[col] = dataRow[col].subtract(mRow[col]); in subtract()
1128 int mRow = 0; in computeQuadTexCoordCube() local1135 …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 …]
127 int mRow = 0; in computeQuadTexCoordCube() local134 …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 …]