HomeSort by relevance Sort by last modified time
    Searched refs:getCols (Results 1 - 17 of 17) sorted by null

  /external/llvm/include/llvm/CodeGen/PBQP/
RegAllocSolver.h 44 UnsafeCols(new bool[M.getCols() - 1]()) {
46 unsigned* ColCounts = new unsigned[M.getCols() - 1]();
50 for (unsigned j = 1; j < M.getCols(); ++j) {
61 *std::max_element(ColCounts, ColCounts + M.getCols() - 1);
Graph.h 373 getNodeCosts(N2Id).getLength() == Costs.getCols() &&
603 << M.getRows() << " " << M.getCols() << "\n";
605 assert(M.getCols() != 0 && "No cols in matrix.");
608 for (unsigned j = 1; j < M.getCols(); ++j) {
Math.h 239 unsigned getCols() const {
  /external/chromium_org/third_party/angle/src/compiler/translator/
Intermediate.cpp 1011 return left.getNominalSize() == right.getRows() && left.getNominalSize() == right.getCols();
1013 return left.getCols() == right.getNominalSize();
1018 return left.getCols() == right.getRows();
1020 return left.getCols() == right.getCols() && left.getRows() == right.getRows();
1118 setType(TType(basicType, higherPrecision, EvqTemporary, right->getCols(), 1));
1123 setType(TType(basicType, higherPrecision, EvqTemporary, right->getCols(), right->getRows()));
    [all...]
Types.h 297 int getCols() const
563 int getCols() const
Types.cpp 166 mangledName += static_cast<char>('0' + getCols());
parseConst.cpp 122 matrixCols = node->getType().getCols();
intermediate.h 282 int getCols() const { return type.getCols(); }
VariableInfo.cpp 24 switch (type.getCols())
intermOut.cpp 48 stream << getCols() << "X" << getRows() << " matrix of ";
OutputHLSL.cpp 248 int elementSize = type.isMatrix() ? type.getCols() : 1;
    [all...]
ParseContext.cpp     [all...]
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 296 assert(costMat.getCols() == vr2Allowed.size() + 1 && "Matrix width mismatch.");
401 assert(costMat.getCols() == vr2Allowed.size() + 1 && "Size mismatch.");
  /prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 908 milliseconds