HomeSort by relevance Sort by last modified time
    Searched refs:Identity (Results 101 - 125 of 160) sorted by null

1 2 3 45 6 7

  /external/chromium/net/socket_stream/
socket_stream.h 44 // authentication identity for proxy URL first. If server requires proxy
45 // authentication, it will try authentication identity for realm that server
292 HttpAuth::Identity auth_identity_;
  /external/eigen/Eigen/src/Geometry/
AngleAxis.h 134 static inline const AngleAxis Identity() { return AngleAxis(0, Vector3::UnitX()); }
Translation.h 145 static const Translation Identity() { return Translation(VectorType::Zero()); }
  /external/eigen/test/eigen2/
eigen2_submatrices.cpp 56 identity = Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> local
57 ::Identity(rows, rows),
eigen2_triangular.cpp 31 identity = Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> local
32 ::Identity(rows, rows),
eigen2_cwiseop.cpp 37 identity = Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> local
38 ::Identity(rows, rows),
63 VERIFY(identity.isIdentity());
  /external/eigen/test/
eigensolver_selfadjoint.cpp 85 MatrixType id = MatrixType::Identity(rows, cols);
integer_types.cpp 72 SquareMatrixType identity = SquareMatrixType::Identity(rows, rows), local
130 VERIFY_IS_APPROX(identity * m1, m1);
lu.cpp 71 RMatrixType l = RMatrixType::Identity(rows,rows);
cwiseop.cpp 47 identity = Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> local
48 ::Identity(rows, rows);
70 VERIFY(identity.isIdentity());
product_extra.cpp 29 identity = MatrixType::Identity(rows, rows), local
geo_quaternion.cpp 71 // Quaternion: Identity(), setIdentity();
74 VERIFY_IS_APPROX(Quaternionx(Quaternionx::Identity()).coeffs(), q2.coeffs());
  /external/eigen/unsupported/Eigen/src/Polynomials/
Companion.h 96 BottomLeftBlock::Identity(deg-1,deg-1)*m_bl_diag.asDiagonal() ).finished()
  /external/eigen/unsupported/test/
matrix_exponential.cpp 113 identity = MatrixType::Identity(rows, rows); local
121 std::cout << "randomTest: error funm = " << relerr(identity, m2);
122 VERIFY(identity.isApprox(m2, static_cast<RealScalar>(tol)));
125 std::cout << " error expm = " << relerr(identity, m2) << "\n";
126 VERIFY(identity.isApprox(m2, static_cast<RealScalar>(tol)));
  /external/eigen/Eigen/src/Core/
MatrixBase.h 127 /** \internal the return type of identity */
259 static const IdentityReturnType Identity();
260 static const IdentityReturnType Identity(Index rows, Index cols);
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixSquareRoot.h 177 Matrix<Scalar,2,2> A = sqrtT.coeff(i,i) * Matrix<Scalar,2,2>::Identity();
191 Matrix<Scalar,2,2> A = sqrtT.coeff(j,j) * Matrix<Scalar,2,2>::Identity();
MatrixExponential.h 157 /** \brief Identity matrix of the same size as \c m_M. */
174 m_Id(MatrixType::Identity(M.rows(), M.cols())),
  /external/eigen/Eigen/src/Eigenvalues/
ComplexSchur.h 279 if(computeU) m_matU = ComplexMatrixType::Identity(1,1);
  /external/chromium/net/http/
http_auth_controller.cc 210 // since we must first be challenged in order to use the URL's identity.
348 // Pick a new auth identity to try, by looking to the URL and auth cache.
349 // If an identity to try is found, it is saved to identity_.
352 // Proceed with the existing identity or a null identity.
359 // We have exhausted all identity possibilities, all we can do now is
385 // the identity is valid yet, but if it is valid we want other transactions
391 // identity because identity is not required yet or we're using default
426 identity_ = HttpAuth::Identity();
    [all...]
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Quaternion.h 130 /** \returns a quaternion representing an identity rotation
131 * \sa MatrixBase::Identity()
133 static inline Quaternion Identity() { return Quaternion(1, 0, 0, 0); }
135 /** \sa Quaternion::Identity(), MatrixBase::setIdentity()
347 // set to identity
Transform.h 184 static const typename MatrixType::IdentityReturnType Identity()
186 return MatrixType::Identity();
  /external/eigen/Eigen/src/LU/
PartialPivLU.h 150 (*this, MatrixType::Identity(m_lu.rows(), m_lu.cols()));
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h 253 (*this, MatrixType::Identity(m_qr.rows(), m_qr.cols()));
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 584 Constant *Identity = ConstantExpr::getBinOpIdentity(Opcode, I->getType());
585 assert(Identity && "Associative operation without identity!");
586 Ops.push_back(std::make_pair(Identity, APInt(Bitwidth, 1)));
    [all...]
  /external/smack/src/org/jivesoftware/smackx/muc/
MultiUserChat.java 134 public List<DiscoverInfo.Identity> getNodeIdentities() {
953 DiscoverInfo.Identity identity = identities.next(); local
    [all...]

Completed in 287 milliseconds

1 2 3 45 6 7