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

  /external/eigen/test/
stdlist.cpp 48 void check_stdlist_transform(const TransformType&) function
125 CALL_SUBTEST_4(check_stdlist_transform(Affine2f()));
126 CALL_SUBTEST_4(check_stdlist_transform(Affine3f()));
127 CALL_SUBTEST_4(check_stdlist_transform(Affine3d()));
stdlist_overload.cpp 86 void check_stdlist_transform(const TransformType&) function
185 CALL_SUBTEST_4(check_stdlist_transform(Affine2f())); // does not need the specialization (2+1)^2 = 9
186 CALL_SUBTEST_4(check_stdlist_transform(Affine3f()));
187 CALL_SUBTEST_4(check_stdlist_transform(Affine3d()));

Completed in 73 milliseconds