Searched refs:getColumn (Results 1 - 25 of 74) sorted by relevance

123

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/
H A DCovariance.java166 double cov = covariance(matrix.getColumn(i), matrix.getColumn(j), biasCorrected);
170 outMatrix.setEntry(i, i, variance.evaluate(matrix.getColumn(i)));
H A DSpearmansCorrelation.java169 matrix.setColumn(i, rankingAlgorithm.rank(matrix.getColumn(i)));
H A DPearsonsCorrelation.java195 double corr = correlation(matrix.getColumn(i), matrix.getColumn(j));
/external/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp208 MDLocation::get(Ctx, FirstDIL->getLine(), FirstDIL->getColumn(),
220 << ":" << NewDIL->getColumn() << ":"
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DBigMatrix.java207 BigDecimal[] getColumn(int col) throws MatrixIndexException; method in interface:BigMatrix
H A DRealMatrix.java347 double[] getColumn(int column) throws MatrixIndexException; method in interface:RealMatrix
H A DFieldMatrix.java340 T[] getColumn(int column) throws MatrixIndexException; method in interface:FieldMatrix
/external/jsilver/src/com/google/clearsilver/jsilver/exceptions/
H A DJSilverBadSyntaxException.java91 public int getColumn() { method in class:JSilverBadSyntaxException
/external/llvm/include/llvm/Support/
H A DFormattedStream.h109 /// getColumn - Return the column number
110 unsigned getColumn() { return Position.first; } function in class:llvm::formatted_raw_ostream
/external/llvm/lib/Support/
H A DFormattedStream.cpp72 indent(std::max(int(NewCol - getColumn()), 1));
/external/llvm/lib/IR/
H A DDebugLoc.cpp33 return get()->getColumn();
H A DDiagnosticInfo.cpp141 *Column = L->getColumn();
/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp311 << PL.getColumn();
323 << PL.getColumn();
329 unsigned endCol = PL.getColumn() - 1;
/external/clang/lib/Basic/
H A DSourceLocation.cpp53 << ':' << PLoc.getColumn();
/external/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp102 output << "block(line:" << Loc.getLine() << ":col:" << Loc.getColumn();
/external/compiler-rt/lib/ubsan/
H A Dubsan_value.h78 unsigned getColumn() const { return Column; } function in class:__ubsan::SourceLocation
H A Dubsan_diag.cc57 AI.column = SLoc.getColumn();
121 SLoc.getColumn(), common_flags()->strip_path_prefix);
/external/deqp/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp612 inline tcu::Vec3 reduceToVec3 (const tcu::Mat2x3& value) { return value.getColumn(0) + value.getColumn(1); }
613 inline tcu::Vec3 reduceToVec3 (const tcu::Mat2x4& value) { return value.getColumn(0).swizzle(0,1,2) + value.getColumn(1).swizzle(1,2,3); }
615 inline tcu::Vec3 reduceToVec3 (const tcu::Mat3& value) { return value.getColumn(0) + value.getColumn(1) + value.getColumn(2); }
616 inline tcu::Vec3 reduceToVec3 (const tcu::Mat3x4& value) { return value.getColumn(0).swizzle(0,1,2) + value.getColumn(1).swizzle(1,2,3) + value.getColumn(
[all...]
/external/clang/lib/CodeGen/
H A DSanitizerMetadata.cpp89 llvm::Type::getInt32Ty(VMContext), PLoc.getColumn())),
/external/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp158 DE.Column = PLoc.getColumn();
/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliFlexLexer.java2890 public int getColumn() { method in class:smaliFlexLexer
2926 token.setCharPositionInLine(getColumn());
2948 token.setCharPositionInLine(getColumn());
2961 stringStartCol = getColumn();
/external/clang/utils/analyzer/
H A DCmpRuns.py60 def getColumn(self): member in class:AnalysisDiagnostic
84 self.getColumn(), self.getCategory(),
/external/deqp/framework/common/
H A 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); }
66 const Vector<T, Rows>& operator[] (int ndx) const { return getColumn(ndx); }
401 Vector<T, Rows>& Matrix<T, Rows, Cols>::getColumn (int colNdx) function in class:tcu::Matrix
407 const Vector<T, Rows>& Matrix<T, Rows, Cols>::getColumn (int colNdx) const function in class:tcu::Matrix
/external/deqp/modules/gles2/functional/
H A Des2fShaderMatrixTests.cpp387 inline tcu::Vec3 reduceToVec3 (const tcu::Mat3& value) { return value.getColumn(0) + value.getColumn(1) + value.getColumn(2); }
388 inline tcu::Vec3 reduceToVec3 (const tcu::Mat4& value) { return value.getColumn(0).swizzle(0,1,2) + value.getColumn(1).swizzle(1,2,3) + value.getColumn(2).swizzle(2,3,0) + value.getColumn(3).swizzle(3,0,1); }
/external/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1152 return getTemporary(getContext(), getLine(), getColumn(), getScope(),
1173 unsigned getColumn() const { return SubclassData16; } function in class:llvm::MDLocation
1205 /// FIXME: Add a check for getColumn().
1454 inline unsigned getColumn() const;
1490 getColumn());
1504 unsigned getColumn() const { return Column; } function in class:llvm::MDLexicalBlock
1517 unsigned MDLexicalBlockBase::getColumn() const { function in class:llvm::MDLexicalBlockBase
1519 return N->getColumn();
1566 unsigned getColumn() const = delete;

Completed in 642 milliseconds

123