Searched refs:cbor_float_get_float2 (Results 1 – 7 of 7) sorted by relevance
28 float cbor_float_get_float2(const cbor_item_t *item) { in cbor_float_get_float2() function52 return cbor_float_get_float2(item); in cbor_float_get_float()
44 float cbor_float_get_float2(const cbor_item_t *item);
275 return cbor_encode_half(cbor_float_get_float2(item), buffer, buffer_size); in cbor_serialize_float_ctrl()
172 assert_true(cbor_float_get_float2(copy = cbor_copy(item)) == in test_floats()173 cbor_float_get_float2(item)); in test_floats()
30 assert_true(cbor_float_get_float2(float_ctrl) == 65504.0F); in test_float2()
26 .. doxygenfunction:: cbor_float_get_float2
150 return cbor_build_float2(cbor_float_get_float2(item)); in _cbor_copy_float_ctrl()