Searched refs:test2dRotation (Results 1 – 2 of 2) sorted by relevance
40 void test2dRotation(double tol) in test2dRotation() function117 CALL_SUBTEST_2(test2dRotation<double>(1e-13)); in test_matrix_power()118 CALL_SUBTEST_1(test2dRotation<float>(2e-5)); // was 1e-5, relaxed for clang 2.8 / linux / x86-64 in test_matrix_power()119 CALL_SUBTEST_9(test2dRotation<long double>(1e-13)); in test_matrix_power()
27 void test2dRotation(double tol) in test2dRotation() function124 CALL_SUBTEST_2(test2dRotation<double>(1e-13)); in test_matrix_exponential()125 CALL_SUBTEST_1(test2dRotation<float>(2e-5)); // was 1e-5, relaxed for clang 2.8 / linux / x86-64 in test_matrix_exponential()126 CALL_SUBTEST_8(test2dRotation<long double>(1e-13)); in test_matrix_exponential()