Home
last modified time | relevance | path

Searched refs:call_ref_4 (Results 1 – 2 of 2) sorted by relevance

/external/eigen/test/
Dsparse_ref.cpp57 EIGEN_DONT_INLINE void call_ref_4(Ref<SparseVector<float> > a, const B &b) { VERIFY_IS_EQUAL(a.toDe… in call_ref_4() function
119 VERIFY_EVALUATION_COUNT( call_ref_4(vc, vc), 0); in call_ref()
120 VERIFY_EVALUATION_COUNT( call_ref_4(vr, vr.transpose()), 0); in call_ref()
123 VERIFY_EVALUATION_COUNT( call_ref_4(A.col(2), A.col(2)), 0); in call_ref()
Dref.cpp159 EIGEN_DONT_INLINE void call_ref_4(const Ref<const VectorXf,0,InnerStride<> >& a, const B &b) { VERI… in call_ref_4() function
188 VERIFY_EVALUATION_COUNT( call_ref_4(A.row(3),A.row(3).transpose()), 0); in call_ref()
202 VERIFY_EVALUATION_COUNT( call_ref_4(ac.head(5),ac.head(5)), 0); in call_ref()
204 VERIFY_EVALUATION_COUNT( call_ref_4(a+a,tmp), 1); // evaluated into a temp in call_ref()
205 VERIFY_EVALUATION_COUNT( call_ref_4(ca.imag(),ca.imag()), 0); in call_ref()