Searched refs:cbor_float_get_float4 (Results 1 – 7 of 7) sorted by relevance
34 float cbor_float_get_float4(const cbor_item_t *item) { in cbor_float_get_float4() function54 return cbor_float_get_float4(item); in cbor_float_get_float()
53 float cbor_float_get_float4(const cbor_item_t *item);
277 return cbor_encode_single(cbor_float_get_float4(item), buffer, in cbor_serialize_float_ctrl()
178 assert_true(cbor_float_get_float4(copy = cbor_copy(item)) == in test_floats()179 cbor_float_get_float4(item)); in test_floats()
43 assert_true(cbor_float_get_float4(float_ctrl) == 100000.0F); in test_float4()
27 .. doxygenfunction:: cbor_float_get_float4
152 return cbor_build_float4(cbor_float_get_float4(item)); in _cbor_copy_float_ctrl()