HomeSort by relevance Sort by last modified time
    Searched defs:ScalarType (Results 1 - 3 of 3) sorted by null

  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
IncompleteCholesky.h 38 typedef Matrix<Scalar,Dynamic,1> ScalarType;
117 ScalarType m_scal; // The vector for scaling the matrix
148 Map<ScalarType> vals(m_L.valuePtr(), nnz); //values
153 ScalarType curCol(n); // Store a nonzero values in each column
  /external/llvm/lib/IR/
AutoUpgrade.cpp 508 MDNode *ScalarType = MDNode::get(I->getContext(), Elts);
509 // Create a MDNode <ScalarType, ScalarType, offset 0, const>
511 ScalarType, ScalarType,
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 226 milliseconds