Searched refs:m_origin (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/Geometry/ |
D | ParametrizedLine.h | 48 : m_origin(other.origin()), m_direction(other.direction()) in ParametrizedLine() 53 …EIGEN_DEVICE_FUNC inline explicit ParametrizedLine(Index _dim) : m_origin(_dim), m_direction(_dim)… in ParametrizedLine() 59 : m_origin(origin), m_direction(direction) {} in ParametrizedLine() 73 EIGEN_DEVICE_FUNC const VectorType& origin() const { return m_origin; } in origin() 74 EIGEN_DEVICE_FUNC VectorType& origin() { return m_origin; } in origin() 124 m_origin = other.origin().template cast<Scalar>(); in ParametrizedLine() 133 …{ return m_origin.isApprox(other.m_origin, prec) && m_direction.isApprox(other.m_direction, prec);… 137 VectorType m_origin, m_direction;
|
/external/llvm-project/lldb/include/lldb/Expression/ |
D | DiagnosticManager.h | 43 DiagnosticOrigin getKind() const { return m_origin; } in getKind() 60 : m_message(message), m_severity(severity), m_origin(origin), in Diagnostic() 65 m_origin(rhs.m_origin), m_compiler_id(rhs.m_compiler_id) {} in Diagnostic() 87 DiagnosticOrigin m_origin; variable
|