HomeSort by relevance Sort by last modified time
    Searched refs:check_const_correctness (Results 1 - 3 of 3) sorted by null

  /external/eigen/test/
mapped_matrix.cpp 103 template<typename PlainObjectType> void check_const_correctness(const PlainObjectType&) function
143 CALL_SUBTEST_1( check_const_correctness(Matrix<float, 1, 1>()) );
145 CALL_SUBTEST_2( check_const_correctness(Matrix4d()) );
149 CALL_SUBTEST_5( check_const_correctness(VectorXi(12)) );
ref.cpp 147 template<typename PlainObjectType> void check_const_correctness(const PlainObjectType&) function
258 CALL_SUBTEST_1( check_const_correctness(Matrix<float, 1, 1>()) );
260 CALL_SUBTEST_2( check_const_correctness(Matrix4d()) );
264 CALL_SUBTEST_5( check_const_correctness(VectorXi(12)) );
geo_quaternion.cpp 256 template<typename PlainObjectType> void check_const_correctness(const PlainObjectType&) function
274 CALL_SUBTEST_1( check_const_correctness(Quaternionf()) );
276 CALL_SUBTEST_2( check_const_correctness(Quaterniond()) );

Completed in 992 milliseconds