| 253 | } |
| 254 | |
| 255 | void test_half_float() |
| 256 | { |
| 257 | CALL_SUBTEST(test_conversion()); |
| 258 | CALL_SUBTEST(test_numtraits()); |
| 259 | CALL_SUBTEST(test_arithmetic()); |
| 260 | CALL_SUBTEST(test_comparison()); |
| 261 | CALL_SUBTEST(test_basic_functions()); |
| 262 | CALL_SUBTEST(test_trigonometric_functions()); |
| 263 | CALL_SUBTEST(test_array()); |
| 264 | } |
nothing calls this directly
no test coverage detected