Searched refs:cbor_float_get_float2 (Results 1 – 8 of 8) sorted by relevance
28 float cbor_float_get_float2(const cbor_item_t *item) { in cbor_float_get_float2() function53 return cbor_float_get_float2(item); in cbor_float_get_float()
47 _CBOR_NODISCARD CBOR_EXPORT float cbor_float_get_float2(
360 return cbor_encode_half(cbor_float_get_float2(item), buffer, buffer_size); in cbor_serialize_float_ctrl()
25 .. doxygenfunction:: cbor_float_get_float2
32 assert_true(cbor_float_get_float2(float_ctrl) == 65504.0F); in test_float2()
48 assert_size_equal(3, cbor_encode_half(cbor_float_get_float2(half_float), in assert_half_float_codec_identity()
167 assert_true(cbor_float_get_float2(copy = cbor_copy(item)) == in test_floats()168 cbor_float_get_float2(item)); in test_floats()
146 return cbor_build_float2(cbor_float_get_float2(item)); in _cbor_copy_float_ctrl()