Home
last modified time | relevance | path

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

/openbsd-src/lib/libcbor/src/cbor/
H A Dencoding.h128 _CBOR_NODISCARD CBOR_EXPORT size_t cbor_encode_double(double, unsigned char *,
H A Dencoding.c186 size_t cbor_encode_double(double value, unsigned char *buffer, in cbor_encode_double() function
H A Dserialization.c365 return cbor_encode_double(cbor_float_get_float8(item), buffer, in cbor_serialize_float_ctrl()