Searched refs:check_const_correctness (Results 1 - 2 of 2) sorted by relevance

/external/eigen/test/
H A Dmap.cpp103 template<typename PlainObjectType> void check_const_correctness(const PlainObjectType&) function
124 CALL_SUBTEST_1( check_const_correctness(Matrix<float, 1, 1>()) );
126 CALL_SUBTEST_2( check_const_correctness(Matrix4d()) );
130 CALL_SUBTEST_5( check_const_correctness(VectorXi(12)) );
H A Dgeo_quaternion.cpp227 template<typename PlainObjectType> void check_const_correctness(const PlainObjectType&) function
245 CALL_SUBTEST_1( check_const_correctness(Quaternionf()) );
247 CALL_SUBTEST_2( check_const_correctness(Quaterniond()) );

Completed in 107 milliseconds