Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libcbor/dist/src/cbor/
H A Dencoding.h97 size_t cbor_encode_double(double, unsigned char *, size_t);
H A Dencoding.c178 size_t cbor_encode_double(double value, unsigned char *buffer, in cbor_encode_double() function
H A Dserialization.c280 return cbor_encode_double(cbor_float_get_float8(item), buffer, in cbor_serialize_float_ctrl()
/netbsd-src/external/mit/libcbor/dist/test/
H A Dtype_7_encoders_test.c92 assert_int_equal(9, cbor_encode_double(1.0e+300, buffer, 512)); in test_double()