HomeSort by relevance Sort by last modified time
    Searched refs:Upper (Results 101 - 109 of 109) sorted by null

1 2 3 45

  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixSquareRoot.h 16 * \brief Class for computing matrix square roots of upper quasi-triangular matrices.
20 * This class computes the square root of the upper quasi-triangular
21 * matrix stored in the upper Hessenberg part of the matrix passed to
33 * \param[in] A upper quasi-triangular matrix whose square root
49 * Only the upper Hessenberg part of \p result is updated, the
96 // pre: T is quasi-upper-triangular and sqrtT is a zero matrix of the same size
115 // pre: T is quasi-upper-triangular and diagonal blocks of sqrtT are square root of diagonal blocks of T.
253 * \brief Class for computing matrix square roots of upper triangular matrices.
257 * This class computes the square root of the upper triangular matrix
258 * stored in the upper triangular part (including the diagonal) o
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 203 ConstantInt *Upper = cast<ConstantInt>(Ranges.getOperand(2*i + 1));
204 ConstantRange Range(Lower->getValue(), Upper->getValue());
207 unsigned LeadingZeros = (Upper->getValue() - 1).countLeadingZeros();
558 // the upper bits are all zero.
563 // the upper bits are all one.
    [all...]
  /external/ceres-solver/internal/ceres/
schur_eliminator_impl.h 270 .template selfadjointView<Eigen::Upper>()
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/chromium_org/v8/src/
array.js 977 var low_end = from + 1; // Upper bound of elements lower than pivot.
    [all...]
  /external/v8/src/
array.js 815 var low_end = from + 1; // Upper bound of elements lower than pivot.
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1173 milliseconds

1 2 3 45