Home
last modified time | relevance | path

Searched refs:cbor_encode_half (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/lib/libcbor/src/cbor/
H A Dencoding.h122 _CBOR_NODISCARD CBOR_EXPORT size_t cbor_encode_half(float, unsigned char *,
H A Dencoding.c127 size_t cbor_encode_half(float value, unsigned char *buffer, in cbor_encode_half() function
H A Dserialization.c360 return cbor_encode_half(cbor_float_get_float2(item), buffer, buffer_size); in cbor_serialize_float_ctrl()