Lines Matching refs:CALL_SUBTEST
133 CALL_SUBTEST(check_qtvector_matrix(Vector2f())); in test_qtvector()
134 CALL_SUBTEST(check_qtvector_matrix(Matrix3f())); in test_qtvector()
135 CALL_SUBTEST(check_qtvector_matrix(Matrix3d())); in test_qtvector()
138 CALL_SUBTEST(check_qtvector_matrix(Matrix2f())); in test_qtvector()
139 CALL_SUBTEST(check_qtvector_matrix(Vector4f())); in test_qtvector()
140 CALL_SUBTEST(check_qtvector_matrix(Matrix4f())); in test_qtvector()
141 CALL_SUBTEST(check_qtvector_matrix(Matrix4d())); in test_qtvector()
144 CALL_SUBTEST(check_qtvector_matrix(MatrixXd(1,1))); in test_qtvector()
145 CALL_SUBTEST(check_qtvector_matrix(VectorXd(20))); in test_qtvector()
146 CALL_SUBTEST(check_qtvector_matrix(RowVectorXf(20))); in test_qtvector()
147 CALL_SUBTEST(check_qtvector_matrix(MatrixXcf(10,10))); in test_qtvector()
150 CALL_SUBTEST(check_qtvector_transform(Affine2f())); in test_qtvector()
151 CALL_SUBTEST(check_qtvector_transform(Affine3f())); in test_qtvector()
152 CALL_SUBTEST(check_qtvector_transform(Affine3d())); in test_qtvector()
156 CALL_SUBTEST(check_qtvector_quaternion(Quaternionf())); in test_qtvector()
157 CALL_SUBTEST(check_qtvector_quaternion(Quaternionf())); in test_qtvector()