Searched refs:half_float (Results 1 – 1 of 1) sorted by relevance
42 cbor_item_t *half_float = cbor_load(buffer, 3, &res); in assert_half_float_codec_identity() local44 assert_true(cbor_isa_float_ctrl(half_float)); in assert_half_float_codec_identity()45 assert_true(cbor_is_float(half_float)); in assert_half_float_codec_identity()46 assert_size_equal(cbor_float_get_width(half_float), CBOR_FLOAT_16); in assert_half_float_codec_identity()48 assert_size_equal(3, cbor_encode_half(cbor_float_get_float2(half_float), in assert_half_float_codec_identity()51 cbor_decref(&half_float); in assert_half_float_codec_identity()