Home
last modified time | relevance | path

Searched refs:float_ctrl (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/libcbor/test/
H A Dfloat_ctrl_test.c20 cbor_item_t *float_ctrl; variable
34 cbor_decref(&float_ctrl); in test_float2()
35 assert_null(float_ctrl); in test_float2()
47 cbor_decref(&float_ctrl); in test_float4()
48 assert_null(float_ctrl); in test_float4()
63 cbor_decref(&float_ctrl); in test_float8()
64 assert_null(float_ctrl); in test_float8()
73 cbor_decref(&float_ctrl); in test_null()
74 assert_null(float_ctrl); in test_null()
83 cbor_decref(&float_ctrl); in test_undef()
[all …]