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

1 2 3 4 5 6 7 891011

  /prebuilts/go/darwin-x86/src/encoding/gob/
decoder.go 16 // Upper limit of 1GB, allowing room to grow a little without overflow.
  /prebuilts/go/linux-x86/src/encoding/gob/
decoder.go 16 // Upper limit of 1GB, allowing room to grow a little without overflow.
  /external/eigen/Eigen/src/Core/products/
TriangularMatrixVector.h 192 internal::trmv_selector<(Mode & (UnitDiag|ZeroDiag)) | ((Mode & Lower) ? Upper : Lower),
  /external/eigen/Eigen/src/QR/
FullPivHouseholderQR.h 48 * and \b R an upper triangular matrix.
568 .template triangularView<Upper>()
  /external/eigen/Eigen/src/SparseLU/
SparseLU.h 377 MappedSparseMatrix<Scalar,ColMajor,StorageIndex> m_Ustore; // The upper triangular matrix
599 Index panel_size = m_perfv.panel_size; // upper bound on panel width
696 // Create the column major upper sparse matrix U;
752 U = A.template triangularView<Upper>().solve(U);
  /external/eigen/Eigen/src/SparseQR/
SparseQR.h 49 * given by A*P = Q*R where R is upper triangular or trapezoidal.
130 /** \returns a const reference to the \b sparse upper triangular matrix R of the QR factorization.
206 y.topRows(rank) = this->matrixR().topLeftCorner(rank, rank).template triangularView<Upper>().solve(b.topRows(rank));
  /external/eigen/test/
svd_common.h 199 Matrix<Scalar,Dynamic,1> tmp = qr.matrixQR().topLeftCorner(rank,rank).template triangularView<Upper>().adjoint().solve(rhs2);
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
DGMRES.h 358 nrs = m_H.topLeftCorner(it,it).template triangularView<Upper>().solve(g.head(it));
  /external/llvm/lib/Support/
raw_ostream.cpp 426 *--CurPtr = hexdigit(x, !FN.Upper);
  /external/pdfium/xfa/fxbarcode/oned/
BC_OneDimWriter.cpp 86 FX_WCHAR CBC_OneDimWriter::Upper(FX_WCHAR ch) {
  /external/pdfium/xfa/fxfa/fm2js/
xfa_fm2jscontext.cpp 318 {"Upper", CXFA_FM2JSContext::Upper},
    [all...]
xfa_fm2jscontext.h 301 static void Upper(CFXJSE_Value* pThis,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxvahd.h 310 FLOAT Upper;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
MIPS64Ops.go 12 // - Integer types live in the low portion of registers. Upper portions are junk.
14 // Upper bytes are junk.
MIPSOps.go 12 // - Integer types live in the low portion of registers. Upper portions are junk.
14 // Upper bytes are junk.
  /prebuilts/go/darwin-x86/src/go/build/
deps_test.go 30 // 2) Upper-case keys define aliases for package sets, which can then
432 // Upper-case names are macro-expanded.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
MIPS64Ops.go 12 // - Integer types live in the low portion of registers. Upper portions are junk.
14 // Upper bytes are junk.
MIPSOps.go 12 // - Integer types live in the low portion of registers. Upper portions are junk.
14 // Upper bytes are junk.
  /prebuilts/go/linux-x86/src/go/build/
deps_test.go 30 // 2) Upper-case keys define aliases for package sets, which can then
432 // Upper-case names are macro-expanded.
  /prebuilts/go/darwin-x86/src/cmd/doc/
main.go 193 // Another disambiguator: If the symbol starts with an upper
196 // matching an upper case name as a package name.
297 // isUpper reports whether the name starts with an upper case letter.
306 if pkg == "" || isUpper(pkg) { // Upper case symbol cannot be a package name.
  /prebuilts/go/darwin-x86/test/chan/
powser1.go 196 // Upper-case for power series.
powser2.go 206 // Upper-case for power series.
  /prebuilts/go/linux-x86/src/cmd/doc/
main.go 193 // Another disambiguator: If the symbol starts with an upper
196 // matching an upper case name as a package name.
297 // isUpper reports whether the name starts with an upper case letter.
306 if pkg == "" || isUpper(pkg) { // Upper case symbol cannot be a package name.
  /prebuilts/go/linux-x86/test/chan/
powser1.go 196 // Upper-case for power series.
powser2.go 206 // Upper-case for power series.

Completed in 274 milliseconds

1 2 3 4 5 6 7 891011