HomeSort by relevance Sort by last modified time
    Searched refs:Upper (Results 201 - 225 of 291) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormatProviders.h 85 Style = HexPrintStyle::Upper;
117 /// | X- | Hex no prefix, upper | 42 | 2A | Minimum # digits |
119 /// | X+ / X | Hex + prefix, upper | 42 | 0x2A | Minimum # digits |
167 /// | X- | Hex no prefix, upper | 0xDEADBEEF | DEADBEEF |
169 /// | X+ / X | Hex + prefix, upper | 0xDEADBEEF | 0xDEADBEEF |
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
FormatProviders.h 85 Style = HexPrintStyle::Upper;
117 /// | X- | Hex no prefix, upper | 42 | 2A | Minimum # digits |
119 /// | X+ / X | Hex + prefix, upper | 42 | 0x2A | Minimum # digits |
167 /// | X- | Hex no prefix, upper | 0xDEADBEEF | DEADBEEF |
169 /// | X+ / X | Hex + prefix, upper | 0xDEADBEEF | 0xDEADBEEF |
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
FormatProviders.h 85 Style = HexPrintStyle::Upper;
117 /// | X- | Hex no prefix, upper | 42 | 2A | Minimum # digits |
119 /// | X+ / X | Hex + prefix, upper | 42 | 0x2A | Minimum # digits |
167 /// | X- | Hex no prefix, upper | 0xDEADBEEF | DEADBEEF |
169 /// | X+ / X | Hex + prefix, upper | 0xDEADBEEF | 0xDEADBEEF |
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
FormatProviders.h 85 Style = HexPrintStyle::Upper;
117 /// | X- | Hex no prefix, upper | 42 | 2A | Minimum # digits |
119 /// | X+ / X | Hex + prefix, upper | 42 | 0x2A | Minimum # digits |
167 /// | X- | Hex no prefix, upper | 0xDEADBEEF | DEADBEEF |
169 /// | X+ / X | Hex + prefix, upper | 0xDEADBEEF | 0xDEADBEEF |
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
FormatProviders.h 85 Style = HexPrintStyle::Upper;
117 /// | X- | Hex no prefix, upper | 42 | 2A | Minimum # digits |
119 /// | X+ / X | Hex + prefix, upper | 42 | 0x2A | Minimum # digits |
167 /// | X- | Hex no prefix, upper | 0xDEADBEEF | DEADBEEF |
169 /// | X+ / X | Hex + prefix, upper | 0xDEADBEEF | 0xDEADBEEF |
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
FormatProviders.h 85 Style = HexPrintStyle::Upper;
117 /// | X- | Hex no prefix, upper | 42 | 2A | Minimum # digits |
119 /// | X+ / X | Hex + prefix, upper | 42 | 0x2A | Minimum # digits |
167 /// | X- | Hex no prefix, upper | 0xDEADBEEF | DEADBEEF |
169 /// | X+ / X | Hex + prefix, upper | 0xDEADBEEF | 0xDEADBEEF |
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
FormatProviders.h 85 Style = HexPrintStyle::Upper;
117 /// | X- | Hex no prefix, upper | 42 | 2A | Minimum # digits |
119 /// | X+ / X | Hex + prefix, upper | 42 | 0x2A | Minimum # digits |
167 /// | X- | Hex no prefix, upper | 0xDEADBEEF | DEADBEEF |
169 /// | X+ / X | Hex + prefix, upper | 0xDEADBEEF | 0xDEADBEEF |
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 220 if (MatrixType::Flags & Upper)
279 if (MatrixType::Flags & Upper)
501 typedef TriangularView<LUMatrixType, Upper> UMatrixType;
712 int upper; local
742 upper = 1;
757 for (int i = 0; i < upper; ++i)
759 /* upper triangle in the supernode */
769 Lrow[lastl++] = L_SUB(istart + upper - 1);
770 for (int i = upper; i < nsupr; ++i)
779 ++upper;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /prebuilts/go/darwin-x86/src/unicode/
maketables.go 524 varDecl = "\tUpper = _Lu; // Upper is the set of Unicode upper case letters.\n"
908 // Is d the same as c, but opposite in upper/lower case? this would make it
918 // matched pair (at least in upper/lower). make the order Upper Lower
922 // for an Upper Lower sequence the deltas have to be in order
944 // for an Upper Lower sequence the deltas have to be in order
959 // for an Upper Lower sequence the deltas have to be in order
987 // as upper case, but have a lower case. Second-guess them.
1084 upper := unicode.ToUpper(i
    [all...]
  /prebuilts/go/linux-x86/src/unicode/
maketables.go 524 varDecl = "\tUpper = _Lu; // Upper is the set of Unicode upper case letters.\n"
908 // Is d the same as c, but opposite in upper/lower case? this would make it
918 // matched pair (at least in upper/lower). make the order Upper Lower
922 // for an Upper Lower sequence the deltas have to be in order
944 // for an Upper Lower sequence the deltas have to be in order
959 // for an Upper Lower sequence the deltas have to be in order
987 // as upper case, but have a lower case. Second-guess them.
1084 upper := unicode.ToUpper(i
    [all...]
  /external/eigen/test/
sparse_basic.cpp 434 refMat3 = refMat2.template triangularView<Upper>();
435 m3 = m2.template triangularView<Upper>();
482 VERIFY_RAISES_ASSERT(m4.template selfadjointView<Upper>());
lu.cpp 74 u = lu.matrixLU().template triangularView<Upper>();
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 125 if(UpLo==Upper) res.stype = 1;
423 * or Upper. Default is Lower.
427 * This class supports all kind of SparseMatrix<>: row or column major; upper, lower, or both; compressed or non compressed.
474 * or Upper. Default is Lower.
478 * This class supports all kind of SparseMatrix<>: row or column major; upper, lower, or both; compressed or non compressed.
523 * or Upper. Default is Lower.
527 * This class supports all kind of SparseMatrix<>: row or column major; upper, lower, or both; compressed or non compressed.
574 * or Upper. Default is Lower.
578 * This class supports all kind of SparseMatrix<>: row or column major; upper, lower, or both; compressed or non compressed.
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteCholesky.h 26 * or Upper. Default is Lower.
162 x = m_L.adjoint().template triangularView<Upper>().solve(x);
IncompleteLUT.h 175 x = m_lu.template triangularView<Upper>().solve(x);
290 // 1 - copy the lower and the upper part of the row i of mat in the working vector u
292 Index sizeu = 1; // number of nonzero elements in the upper part of the current row
317 // copy the upper part
381 if (j >= ii) // dealing with the upper part
408 // reset the upper part of the pointer jr to zero
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h 39 * upper triangular matrix.
197 * Only the upper triangular part should be referenced. To get it, use
198 * \code matrixR().template triangularView<Upper>() \endcode
201 * matrixR().topLeftCorner(rank(), rank()).template triangularView<Upper>()
606 .template triangularView<Upper>()
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixSquareRoot.h 117 // pre: T is quasi-upper-triangular and sqrtT is a zero matrix of the same size
137 // pre: T is quasi-upper-triangular and diagonal blocks of sqrtT are square root of diagonal blocks of T.
173 * \param[out] result matrix square root of upper Hessenberg part of \p arg.
175 * This function computes the square root of the upper quasi-triangular matrix stored in the upper
176 * Hessenberg part of \p arg. Only the upper Hessenberg part of \p result is updated, the rest is
198 * \param[out] result matrix square root of upper triangular part of \p arg.
200 * Only the upper triangular part (including the diagonal) of \p result is updated, the rest is not
214 // Compute square root of arg and store it in upper triangular part of result
299 result = U * (sqrtT.template triangularView<Upper>() * U.adjoint())
    [all...]
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 369 const SCEV *Upper[8];
574 /// If no upper bound is available, return NULL.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 359 const SCEV *Upper[8];
564 /// If no upper bound is available, return NULL.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
DependenceAnalysis.h 359 const SCEV *Upper[8];
564 /// If no upper bound is available, return NULL.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
DependenceAnalysis.h 359 const SCEV *Upper[8];
564 /// If no upper bound is available, return NULL.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
DependenceAnalysis.h 359 const SCEV *Upper[8];
564 /// If no upper bound is available, return NULL.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
DependenceAnalysis.h 359 const SCEV *Upper[8];
564 /// If no upper bound is available, return NULL.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
DependenceAnalysis.h 359 const SCEV *Upper[8];
564 /// If no upper bound is available, return NULL.
    [all...]

Completed in 2900 milliseconds

1 2 3 4 5 6 7 891011>>