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() function54 return cbor_float_get_float2(item); in cbor_float_get_float()
47 _CBOR_NODISCARD CBOR_EXPORT float cbor_float_get_float2(
388 return cbor_encode_half(cbor_float_get_float2(item), buffer, buffer_size); in cbor_serialize_float_ctrl()
167 assert_true(cbor_float_get_float2(copy = cbor_copy(item)) == in test_floats()168 cbor_float_get_float2(item)); in test_floats()487 assert_true(cbor_float_get_float2(copy = cbor_copy_definite(item)) == in test_definite_floats()488 cbor_float_get_float2(item)); in test_definite_floats()
48 assert_size_equal(3, cbor_encode_half(cbor_float_get_float2(half_float), in assert_half_float_codec_identity()
32 assert_true(cbor_float_get_float2(float_ctrl) == 65504.0F); in test_float2()
25 .. doxygenfunction:: cbor_float_get_float2
153 return cbor_build_float2(cbor_float_get_float2(item)); in _cbor_copy_float_ctrl()