Home
last modified time | relevance | path

Searched refs:getColumn (Results 1 – 25 of 107) sorted by relevance

12345

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp607 …u::Vec3 reduceToVec3 (const tcu::Mat2x3& value) { return value.getColumn(0) + value.getColumn(1); } in reduceToVec3()
608 …educeToVec3 (const tcu::Mat2x4& value) { return value.getColumn(0).swizzle(0,1,2) + value.getColum… in reduceToVec3()
610 …uceToVec3 (const tcu::Mat3& value) { return value.getColumn(0) + value.getColumn(1) + value.getCo… in reduceToVec3()
611 … tcu::Mat3x4& value) { return value.getColumn(0).swizzle(0,1,2) + value.getColumn(1).swizzle(1,2,3… in reduceToVec3()
613 …onst tcu::Mat4x3& value) { return value.getColumn(0) + value.getColumn(1) + value.getColumn(2) + v… in reduceToVec3()
614 …) { return value.getColumn(0).swizzle(0,1,2) + value.getColumn(1).swizzle(1,2,3) + value.getColum… in reduceToVec3()
1509 result.setColumn(0, matrix.getColumn(0).toWidth<4>()); in addMatrixUniform()
1510 result.setColumn(1, matrix.getColumn(1).toWidth<4>()); in addMatrixUniform()
1516 result.setColumn(0, matrix.getColumn(0).toWidth<4>()); in addMatrixUniform()
1517 result.setColumn(1, matrix.getColumn(1).toWidth<4>()); in addMatrixUniform()
[all …]
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
DScannerImpl.java294 unwindIndent(reader.getColumn()); in fetchMoreTokens()
487 boolean required = (this.flowLevel == 0) && (this.indent == this.reader.getColumn()); in savePossibleSimpleKey()
503 reader.getLine(), this.reader.getColumn(), this.reader.getMark()); in savePossibleSimpleKey()
783 if (addIndent(this.reader.getColumn())) { in fetchBlockEntry()
819 if (addIndent(this.reader.getColumn())) { in fetchKey()
854 if (addIndent(key.getColumn())) { in fetchValue()
880 if (addIndent(reader.getColumn())) { in fetchValue()
1060 return reader.getColumn() == 0; in checkDirective()
1069 if (reader.getColumn() == 0) { in checkDocumentStart()
1083 if (reader.getColumn() == 0) { in checkDocumentEnd()
[all …]
DSimpleKey.java49 public int getColumn() { in getColumn() method in SimpleKey
/external/llvm/lib/Transforms/Utils/
DAddDiscriminators.cpp205 I.setDebugLoc(DILocation::get(Ctx, DIL->getLine(), DIL->getColumn(), in runOnFunction()
208 << DIL->getColumn() << ":" in runOnFunction()
236 Ctx, CurrentDIL->getLine(), CurrentDIL->getColumn(), NewScope, in runOnFunction()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/
DCovariance.java166 double cov = covariance(matrix.getColumn(i), matrix.getColumn(j), biasCorrected); in computeCovarianceMatrix()
170 outMatrix.setEntry(i, i, variance.evaluate(matrix.getColumn(i))); in computeCovarianceMatrix()
DPearsonsCorrelation.java195 double corr = correlation(matrix.getColumn(i), matrix.getColumn(j)); in computeCorrelationMatrix()
DSpearmansCorrelation.java169 matrix.setColumn(i, rankingAlgorithm.rank(matrix.getColumn(i))); in rankTransform()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/error/
DMarkedYAMLException.java67 .getColumn() != problemMark.getColumn()))) { in toString()
DMark.java121 public int getColumn() { in getColumn() method in Mark
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp612 …u::Vec3 reduceToVec3 (const tcu::Mat2x3& value) { return value.getColumn(0) + value.getColumn(1); } in reduceToVec3()
613 …educeToVec3 (const tcu::Mat2x4& value) { return value.getColumn(0).swizzle(0,1,2) + value.getColum… in reduceToVec3()
615 …uceToVec3 (const tcu::Mat3& value) { return value.getColumn(0) + value.getColumn(1) + value.getCo… in reduceToVec3()
616 … tcu::Mat3x4& value) { return value.getColumn(0).swizzle(0,1,2) + value.getColumn(1).swizzle(1,2,3… in reduceToVec3()
618 …onst tcu::Mat4x3& value) { return value.getColumn(0) + value.getColumn(1) + value.getColumn(2) + v… in reduceToVec3()
619 …) { return value.getColumn(0).swizzle(0,1,2) + value.getColumn(1).swizzle(1,2,3) + value.getColum… in reduceToVec3()
/external/deqp/framework/common/
DtcuMatrix.hpp62 Vector<T, Rows>& getColumn (int ndx);
63 const Vector<T, Rows>& getColumn (int ndx) const;
65 Vector<T, Rows>& operator[] (int ndx) { return getColumn(ndx); } in operator []()
66 const Vector<T, Rows>& operator[] (int ndx) const { return getColumn(ndx); } in operator []()
401 Vector<T, Rows>& Matrix<T, Rows, Cols>::getColumn (int colNdx) in getColumn() function in tcu::Matrix
407 const Vector<T, Rows>& Matrix<T, Rows, Cols>::getColumn (int colNdx) const in getColumn() function in tcu::Matrix
/external/clang/tools/arcmt-test/
Darcmt-test.cpp314 << PL.getColumn(); in printSourceLocation()
326 << PL.getColumn(); in printSourceRange()
332 unsigned endCol = PL.getColumn() - 1; in printSourceRange()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/error/
DMarkTest.java41 assertEquals(213, mark.getColumn()); in testPosition()
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliFlexLexer.java3059 public int getColumn() { in getColumn() method in smaliFlexLexer
3095 token.setCharPositionInLine(getColumn()); in newToken()
3117 token.setCharPositionInLine(getColumn()); in invalidToken()
3130 stringStartCol = getColumn(); in beginStringOrChar()
/external/jsilver/src/com/google/clearsilver/jsilver/exceptions/
DJSilverBadSyntaxException.java91 public int getColumn() { in getColumn() method in JSilverBadSyntaxException
/external/llvm/lib/Support/
DFormattedStream.cpp72 indent(std::max(int(NewCol - getColumn()), 1)); in PadToColumn()
/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp387 …duceToVec3 (const tcu::Mat3& value) { return value.getColumn(0) + value.getColumn(1) + value.getCo… in reduceToVec3()
388 …e) { return value.getColumn(0).swizzle(0,1,2) + value.getColumn(1).swizzle(1,2,3) + value.getColum… in reduceToVec3()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DBigMatrix.java207 BigDecimal[] getColumn(int col) throws MatrixIndexException; in getColumn() method
/external/llvm/include/llvm/Support/
DFormattedStream.h110 unsigned getColumn() { return Position.first; } in getColumn() function
/external/llvm/lib/IR/
DDebugLoc.cpp33 return get()->getColumn(); in getCol()
/external/clang/utils/analyzer/
DCmpRuns.py60 def getColumn(self): member in AnalysisDiagnostic
84 self.getColumn(), self.getCategory(),
/external/clang/lib/Basic/
DSourceLocation.cpp53 << ':' << PLoc.getColumn(); in print()
/external/compiler-rt/lib/ubsan/
Dubsan_value.h78 unsigned getColumn() const { return Column; } in getColumn() function
/external/clang/lib/StaticAnalyzer/Checkers/
DAnalyzerStatsChecker.cpp102 output << "block(line:" << Loc.getLine() << ":col:" << Loc.getColumn(); in checkEndAnalysis()
/external/clang/lib/CodeGen/
DSanitizerMetadata.cpp92 llvm::Type::getInt32Ty(VMContext), PLoc.getColumn())), in getLocationMetadata()

12345