MCPcopy Create free account
hub / github.com/PX4/eigen / test_half_float

Function test_half_float

test/half_float.cpp:255–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255void 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}

Callers

nothing calls this directly

Calls 7

test_conversionFunction · 0.85
test_numtraitsFunction · 0.85
test_arithmeticFunction · 0.85
test_comparisonFunction · 0.85
test_basic_functionsFunction · 0.85
test_arrayFunction · 0.70

Tested by

no test coverage detected