| 364 | } |
| 365 | |
| 366 | EIGEN_DECLARE_TEST(bfloat16_float) |
| 367 | { |
| 368 | CALL_SUBTEST(test_numtraits()); |
| 369 | for(int i = 0; i < g_repeat; i++) { |
| 370 | CALL_SUBTEST(test_conversion()); |
| 371 | CALL_SUBTEST(test_arithmetic()); |
| 372 | CALL_SUBTEST(test_comparison()); |
| 373 | CALL_SUBTEST(test_basic_functions()); |
| 374 | CALL_SUBTEST(test_trigonometric_functions()); |
| 375 | CALL_SUBTEST(test_array()); |
| 376 | CALL_SUBTEST(test_product()); |
| 377 | } |
| 378 | } |
nothing calls this directly
no test coverage detected