Searched defs:_expression (Results 1 - 5 of 5) sorted by relevance

/external/eigen/Eigen/src/Eigen2Support/
H A DCwise.h62 inline const ExpressionType& _expression() const { return m_matrix; } function in class:Eigen::Cwise
76 { return EIGEN_CWISE_BINOP_RETURN_TYPE(internal::scalar_min_op)(_expression(), other.derived()); }
82 { return EIGEN_CWISE_BINOP_RETURN_TYPE(internal::scalar_max_op)(_expression(), other.derived()); }
/external/eigen/Eigen/src/Core/
H A DFlagged.h112 const ExpressionType& _expression() const { return m_matrix; } function in class:Eigen::Flagged
H A DSelfAdjointView.h99 const MatrixTypeNestedCleaned& _expression() const { return m_matrix; } function in class:Eigen::SelfAdjointView
H A DVectorwiseOp.h265 inline const ExpressionType& _expression() const { return m_matrix; } function in class:Eigen::VectorwiseOp
277 { return typename ReduxReturnType<BinaryOp>::Type(_expression(), func); }
289 { return _expression(); }
301 { return _expression(); }
311 { return _expression(); }
321 { return _expression(); }
330 { return _expression(); }
339 { return _expression(); }
348 { return _expression(); }
358 { return _expression(); }
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DWatchExpressionsSidebarPane.js385 this.treeOutline.section._expandedExpressions[this._expression()] = true;
391 delete this.treeOutline.section._expandedExpressions[this._expression()];
397 if (this.treeOutline.section._expandedExpressions[this._expression()])
401 _expression: function()

Completed in 130 milliseconds