Searched refs:cbor_encode_double (Results 1 – 4 of 4) sorted by relevance
97 size_t cbor_encode_double(double, unsigned char *, size_t);
178 size_t cbor_encode_double(double value, unsigned char *buffer, in cbor_encode_double() function
280 return cbor_encode_double(cbor_float_get_float8(item), buffer, in cbor_serialize_float_ctrl()
92 assert_int_equal(9, cbor_encode_double(1.0e+300, buffer, 512)); in test_double()