Home
last modified time | relevance | path

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

123456

/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()
1495 result.setColumn(0, matrix.getColumn(0).toWidth<4>()); in addMatrixUniform()
1496 result.setColumn(1, matrix.getColumn(1).toWidth<4>()); in addMatrixUniform()
1502 result.setColumn(0, matrix.getColumn(0).toWidth<4>()); in addMatrixUniform()
1503 result.setColumn(1, matrix.getColumn(1).toWidth<4>()); in addMatrixUniform()
[all …]
/external/apache-commons-bcel/src/examples/Mini/
DASTIfExpr.java62 MiniC.addError(if_expr.getLine(), if_expr.getColumn(), in closeNode()
97 MiniC.addError(if_expr.getLine(), if_expr.getColumn(), in eval()
105 MiniC.addError(then_expr.getLine(), then_expr.getColumn(), in eval()
114 MiniC.addError(else_expr.getLine(), else_expr.getColumn(), in eval()
DASTFunAppl.java89 MiniC.addError(name.getLine(), name.getColumn(), in traverse()
93 MiniC.addError(name.getLine(), name.getColumn(), in traverse()
100 MiniC.addError(name.getLine(), name.getColumn(), in traverse()
142 MiniC.addError(exprs[i].getLine(), exprs[i].getColumn(), in eval()
DVariable.java44 column = name.getColumn(); in Variable()
59 public int getColumn() { return column; } in getColumn() method in Variable
DFunction.java46 column = name.getColumn(); in Function()
75 public int getColumn() { return column; } in getColumn() method in Function
DEnvEntry.java28 public int getColumn(); in getColumn() method
DASTProgram.java127 MiniC.addError(f.getLine(), f.getColumn(), in traverse()
150 MiniC.addError(main.getLine(), main.getColumn(), in traverse()
170 MiniC.addError(name.getColumn(), name.getLine(), in eval()
/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/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()
/external/llvm/lib/Transforms/Utils/
DAddDiscriminators.cpp207 I.setDebugLoc(DILocation::get(Ctx, DIL->getLine(), DIL->getColumn(), in addDiscriminators()
210 << DIL->getColumn() << ":" in addDiscriminators()
239 CurrentDIL->getColumn(), NewScope, in addDiscriminators()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormatParseLocation.java77 public int getColumn() { in getColumn() method in TextFormatParseLocation
96 && (this.column == that.getColumn()); in equals()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugLoc.cpp33 return get()->getColumn(); in getCol()
97 Ctx, MD->getLine(), MD->getColumn(), MD->getScope(), Last); in appendInlinedAt()
DDiagnosticInfo.cpp111 Column = DL->getColumn(); in DiagnosticLocation()
127 *Column = Loc.getColumn(); in getLocation()
404 unsigned Col = DL.getColumn(); in mapping()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/error/
DMarkedYAMLException.java67 .getColumn() != problemMark.getColumn()))) { in toString()
/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 []()
407 Vector<T, Rows>& Matrix<T, Rows, Cols>::getColumn (int colNdx) in getColumn() function in tcu::Matrix
413 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/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/
DPosition.java50 public int getColumn(){ in getColumn() method in Position
/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.java2991 public int getColumn() { in getColumn() method in smaliFlexLexer
3027 token.setCharPositionInLine(getColumn()); in newToken()
3049 token.setCharPositionInLine(getColumn()); in invalidToken()
3062 stringStartCol = getColumn(); in beginStringOrChar()
/external/jsilver/src/com/google/clearsilver/jsilver/exceptions/
DJSilverBadSyntaxException.java91 public int getColumn() { in getColumn() method in JSilverBadSyntaxException
/external/swiftshader/third_party/LLVM/include/llvm/DebugInfo/
DDIContext.h38 uint32_t getColumn() const { return Column; } in getColumn() function
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatParseLocationTest.java48 assertEquals(1, location.getColumn()); in testCreate()

123456